Increase page navigation flexabiltiy #2753
billybonks
started this conversation in
Ideas
Replies: 1 comment
-
somewhat related thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is limited capability to navigate the page using HTML semantics
For example find Section A using Heading text within it assert button
Using existing apis all you can do is, Use Css selectors to find the section then use another css selector to assert the heading, but there is a semantic way to interact with the button.
for example
Would become
I think the semantic ways of interacting with intractable components are awesome and the dream would be to be able to navigate the page using those semantics instead of css selectors.
css will probably change first before the semantics of a page, wanted to star this discussion first to see sentiment before going further with building/designing anything
Beta Was this translation helpful? Give feedback.
All reactions