Class: Selenium::WebDriver::Chrome::Service
- Defined in:
- lib/selenium/webdriver/chrome/service.rb
Direct Known Subclasses
Constant Summary collapse
- DEFAULT_PORT =
9515
- EXECUTABLE =
'chromedriver'
- MISSING_TEXT =
<<~ERROR Unable to find chromedriver. Please download the server from https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH. More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver. ERROR
- SHUTDOWN_SUPPORTED =
true
Instance Attribute Summary
Attributes inherited from Service
#executable_path, #extra_args, #host, #port
Method Summary
Methods inherited from Service
chrome, edge, firefox, ie, #initialize, #launch, safari, #shutdown_supported
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Service