Root DOM Element (<html></html>
)
/
All Divs At Root Element
/div
First Div At Root Element
/div[0]
First Div At Root Element With Child Element That Contains id
Attribute
/div[0]/#
First Div At Root Element With Child Element That Contains id
Attribute With Value Of header
/div[0]/#header
Find Elements With class="box"
.box
Get Parents of Elements With class="box"
.box/..