Skip to content

Instantly share code, notes, and snippets.

@p0deje
Created May 26, 2013 13:38
Show Gist options
  • Save p0deje/5652818 to your computer and use it in GitHub Desktop.
Save p0deje/5652818 to your computer and use it in GitHub Desktop.
browser = Watir::Browser.start "data:text/html,<textarea />"
browser.text_field.exists? #=> false
browser.text_field(:index => 0).exists? #=> true
browser.text_fields.size #=> 1
browser.textarea.exists? #=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment