Skip to content

Instantly share code, notes, and snippets.

@p0deje
Created March 2, 2012 03:13
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 p0deje/1955279 to your computer and use it in GitHub Desktop.
Save p0deje/1955279 to your computer and use it in GitHub Desktop.
require 'watir-webdriver'
browser = Watir::Browser.new
browser.goto 'http://google.com'
browser.button(name: 'btnK').disabled?
#=> false
browser.button(name: 'btnK').enabled?
#=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment