Method: Selenium::WebDriver::Remote::Capabilities.htmlunit

Defined in:
lib/selenium/webdriver/remote/capabilities.rb

.htmlunit(opts = {}) ⇒ Object


33
34
35
36
37
# File 'lib/selenium/webdriver/remote/capabilities.rb', line 33

def htmlunit(opts = {})
  new({
    :browser_name => "htmlunit"
  }.merge(opts))
end