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
another example could be Click( $"//a[@class='UserNameDetailsLink']/contains(text(), '{name}')/parent::td/preceding-sibling::td/input[@type='checkbox']" ); which suggests that it would be super useful if we can also specify navigations when asking which element to find
I find repeatedly using following xpath statement in some of my tests. e.g.
So to click the button where Booking Fee is, I need to write xpath like this
//*[contains(text(), 'Booking Fee')]/following-sibling::td/button"
I think it should be in XenonElementsFinder but not sure on name of the thing.
The text was updated successfully, but these errors were encountered: