Class: Selenium::WebDriver::Safari::Service Private
- Inherits:
-
Selenium::WebDriver::Service
- Object
- Selenium::WebDriver::Service
- Selenium::WebDriver::Safari::Service
- Defined in:
- lib/selenium/webdriver/safari/service.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- DEFAULT_PORT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
7050
Constants inherited from Selenium::WebDriver::Service
Selenium::WebDriver::Service::SOCKET_LOCK_TIMEOUT, Selenium::WebDriver::Service::START_TIMEOUT, Selenium::WebDriver::Service::STOP_TIMEOUT
Instance Attribute Summary
Attributes inherited from Selenium::WebDriver::Service
Instance Method Summary collapse
- #stop ⇒ Object private
Methods inherited from Selenium::WebDriver::Service
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Service
Instance Method Details
#stop ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
35 36 37 |
# File 'lib/selenium/webdriver/safari/service.rb', line 35 def stop stop_process end |