Skip to content

Instantly share code, notes, and snippets.

@zspencer
Created April 4, 2011 16:51
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 zspencer/901962 to your computer and use it in GitHub Desktop.
Save zspencer/901962 to your computer and use it in GitHub Desktop.
Select Boxes on JQuery Mobile are not "Present" according to Selenium
require 'watir-webdriver'
browser = Watir::Browser.new :firefox
browser.goto "http://jquerymobile.com/demos/1.0a4/#docs/forms/forms-selects.html"
browser.select_list(:name=>"select-choice-1").present? #false?!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment