Method: Selenium::WebDriver::Chrome::Service.executable_path=

Defined in:
lib/selenium/webdriver/chrome/service.rb

.executable_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.

[View source]

44
45
46
47
# File 'lib/selenium/webdriver/chrome/service.rb', line 44

def self.executable_path=(path)
  Platform.assert_executable path
  @executable_path = path
end