I am unable to use regex in the Find All. I have turned regex on but it is not finding any results
I am looking for code that is:
returnValue = !$(someClass.someVariable).isDisplayed();
with the part someClass.someVariable being the wild card in my case and I am trying to use the regex:
returnValue = !$(.*)isDisplayed();