class Watir::Browser

Public Instance Methods

to_html() click to toggle source
# File lib/crabfarm/adapters/driver_wrapper/watir.rb, line 2
def to_html
  html
end
webdriver_elements() click to toggle source
# File lib/crabfarm/adapters/driver_wrapper/watir.rb, line 6
def webdriver_elements
  []
end