Created
February 29, 2024 09:51
-
-
Save o3bvv/f04f56ef355feda43c3f42682dbac840 to your computer and use it in GitHub Desktop.
xpath — table row with string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//*[@id="exampleTable"]/tr[td//text()[contains(., 'targetString')]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment