Skip to content

Instantly share code, notes, and snippets.

@veronicacannon
Created December 25, 2019 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veronicacannon/ea5e29233d1e796aa17f0d025179f159 to your computer and use it in GitHub Desktop.
Save veronicacannon/ea5e29233d1e796aa17f0d025179f159 to your computer and use it in GitHub Desktop.
within find('tr', text: 'My title') { click_link 'edit' }
item = find(".selector", text: "Company")
.first(:xpath, ".//..") # parent node
.find(".selector2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment