Class: Selenium::WebDriver::Safari::Service
- Inherits:
-
Selenium::WebDriver::Service
- Object
- Selenium::WebDriver::Service
- Selenium::WebDriver::Safari::Service
- Defined in:
- lib/selenium/webdriver/safari/service.rb
Constant Summary collapse
- DEFAULT_PORT =
7050
- EXECUTABLE =
'safaridriver'
- MISSING_TEXT =
"Unable to find Apple's safaridriver which comes with Safari 10.\nMore info at https://webkit.org/blog/6900/webdriver-support-in-safari-10/\n"
- SHUTDOWN_SUPPORTED =
false
Instance Attribute Summary
Attributes inherited from Selenium::WebDriver::Service
#executable_path, #extra_args, #host, #port
Method Summary
Methods inherited from Selenium::WebDriver::Service
chrome, edge, firefox, ie, #initialize, #launch, safari, #shutdown_supported
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Service