In the following HTML
the id can be accessed through #content in CSS. How do I access
#content
Use CSS attribute selectors:
https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors
e.g.:
div[role=main]