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.



22
23
24
25
# File 'lib/selenium/webdriver/chrome/service.rb', line 22

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