Skip to content

Instantly share code, notes, and snippets.

@p0deje
Last active December 17, 2015 22:48
Show Gist options
  • Save p0deje/5684185 to your computer and use it in GitHub Desktop.
Save p0deje/5684185 to your computer and use it in GitHub Desktop.
irb(main):003:0> browser = Watir::Browser.start "data:text/html,<button>Test</button"
=> #<Watir::Browser:0x..faab55c4c42789c38 url="data:text/html,<button>Test</button" title="">
irb(main):005:0> browser.button(text: 'Test').exists?
=> true
irb(main):006:0> browser.button(value: 'Test').exists?
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment