I need to navigate to an html element of a particular type.
However, there are many such elements of that type on the page, with many different classes.
I need one which does not have any class attribute.
Should I look for one with class == '', or is there some other way?
Use
Quoting from docs: