Class: Aranha::Selenium::DriverFactory::Chrome

Inherits:
Base
  • Object
show all
Defined in:
lib/aranha/selenium/driver_factory/chrome.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Aranha::Selenium::DriverFactory::Base

Instance Method Details

#buildObject



10
11
12
# File 'lib/aranha/selenium/driver_factory/chrome.rb', line 10

def build
  ::Selenium::WebDriver.for :chrome, options: chrome_options
end