First paragraph of the article.
Second paragraph with more content.
- List item one
- List item two
- List item three
Navigate through nested DOM structure
Practice traversing deeply nested DOM structures
This is the deepest nested element!
Use sibling selectors to traverse horizontally
Article structure with header, body, and footer
First paragraph of the article.
Second paragraph with more content.
Automation hints
#level-1 #level-2 #level-3#deepest-text with XPath or CSS descendant combinator+ ~ to traverse #sibling-1, #sibling-2, #sibling-3#article-header, #article-body, #article-footerlocator().first() and .last() for first/last child selection