You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will only look for an element that has the specified text immediately beneath it, so if there's a nested tag inside, it will fail.
the contains text version also has the same problem.
I think the generated xpath should be $x("//[descendant::*[contains (text(), '')]]")
The text was updated successfully, but these errors were encountered:
This will only look for an element that has the specified text immediately beneath it, so if there's a nested tag inside, it will fail.
the contains text version also has the same problem.
I think the generated xpath should be $x("//[descendant::*[contains (text(), '')]]")
The text was updated successfully, but these errors were encountered: