Class: Aranha::Selenium::DriverFactory::Firefox
- Defined in:
- lib/aranha/selenium/driver_factory/firefox.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
9 10 11 |
# File 'lib/aranha/selenium/driver_factory/firefox.rb', line 9 def build ::Selenium::WebDriver.for(:firefox, options: ) end |