other

[Javascript] Finding web elements using CSS Selectors

id  #
class  '.'
tag 'li'
path '>' immediate child
path '' somewhere below
'nth-child(1)'
.table.dataTable.no-footer[style="width: 100%;"]  combination of class and attribute
Was this helpful?