Class: Selenium::WebDriver::Edge::Service
- Inherits:
-
Chrome::Service
- Object
- Service
- Chrome::Service
- Selenium::WebDriver::Edge::Service
- Defined in:
- lib/selenium/webdriver/edge/service.rb
Constant Summary collapse
- DEFAULT_PORT =
9515
- EXECUTABLE =
'msedgedriver'
- MISSING_TEXT =
<<~ERROR Unable to find msedgedriver. Please download the server from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ and place it somewhere on your PATH. 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