Class: Aranha::Selenium::DriverFactory::Chrome
- Defined in:
- lib/aranha/selenium/driver_factory/chrome.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Aranha::Selenium::DriverFactory::Base
Instance Method Details
#build ⇒ Object
10 11 12 |
# File 'lib/aranha/selenium/driver_factory/chrome.rb', line 10 def build ::Selenium::WebDriver.for :chrome, options: end |