Skip to content

Instantly share code, notes, and snippets.

@cawoodm
Created September 27, 2018 06:17
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 cawoodm/2f295ac6115ae1a7661e98d445110bdc to your computer and use it in GitHub Desktop.
Save cawoodm/2f295ac6115ae1a7661e98d445110bdc to your computer and use it in GitHub Desktop.
store xpath count | //a[@title='Remove from shopping cart'] | count
if | ${count} > 0
echo | Found ${count} buttons!
click | //a[@title='Remove from shopping cart']
else |
echo | Found no buttons
end |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment