Skip to content

Instantly share code, notes, and snippets.

@flynnbops
Last active January 4, 2022 09:10
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 flynnbops/d829eb6360e72adcaf91b34be0ef845b to your computer and use it in GitHub Desktop.
Save flynnbops/d829eb6360e72adcaf91b34be0ef845b to your computer and use it in GitHub Desktop.
Capybara attributes
# HTML Code Snippet of the icon
<td id="toggleAppDetails0" class="tableSpacing" headers="viewDetails">
<a href="#" data-ref="123ABC" data-expand="appDetails0" title="Show / hide details"> + </a>
</td>
# Capybara snippet to get the value of the reference
my_precious_reference = find_by_id("toggleAppDetails0")['data-ref']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment