sergi
7 years agoContributor
How can I find a web element using class name
I need to find a web element that I know it has a specific class (but it's not the only class it has).
I can't find any suitable implementation of ISearchPattern that does that.
Am I missing something? It seems like a must have feature to find web elements.
FYI, with selenium it was something like..
By.className("className")