Class: Selenium::WebDriver::Firefox::Service
- Defined in:
- lib/selenium/webdriver/firefox/service.rb
Constant Summary collapse
- DEFAULT_PORT =
4444
- EXECUTABLE =
'geckodriver'
- SHUTDOWN_SUPPORTED =
false
- DRIVER_PATH_ENV_KEY =
'SE_GECKODRIVER'
Instance Attribute Summary
Attributes inherited from Service
#args, #executable_path, #host, #log, #port
Method Summary
Methods inherited from Service
chrome, edge, #env_path, #find_driver_path, firefox, ie, #initialize, #launch, safari, #shutdown_supported
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Service