Class: Selenium::WebDriver::Chrome::Service Private

Inherits:
Service
  • Object
show all
Defined in:
lib/selenium/webdriver/chrome/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

Constants inherited from Service

Service::SOCKET_LOCK_TIMEOUT, Service::START_TIMEOUT, Service::STOP_TIMEOUT

Instance Attribute Summary

Attributes inherited from Service

#executable_path, #host

Class Method Summary collapse

Methods inherited from Service

chrome, edge, firefox, ie, #initialize, safari, #start, #stop, #uri

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Service

Class Method Details

.driver_path=(path) ⇒ 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.



37
38
39
40
# File 'lib/selenium/webdriver/chrome/service.rb', line 37

def self.driver_path=(path)
  Platform.assert_executable path if path.is_a?(String)
  @driver_path = path
end