Use CSS attribute selectors: https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors e.g.: div[role=main] Accessing it like this should work: ...
確定! 回上一頁