Method: Selenium::WebDriver::Chrome.path=

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

.path=(path) ⇒ Object



15
16
17
18
# File 'lib/selenium/webdriver/chrome.rb', line 15

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