Skip to content

Instantly share code, notes, and snippets.

@o3bvv
Created February 29, 2024 09:51
Show Gist options
  • Save o3bvv/f04f56ef355feda43c3f42682dbac840 to your computer and use it in GitHub Desktop.
Save o3bvv/f04f56ef355feda43c3f42682dbac840 to your computer and use it in GitHub Desktop.
xpath — table row with string
//*[@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