Method: Selenium::WebDriver::Chrome.driver_path=
- Defined in:
- lib/selenium/webdriver/chrome.rb
.driver_path=(path) ⇒ Object
11 12 13 |
# File 'lib/selenium/webdriver/chrome.rb', line 11 def self.driver_path=(path) Service.executable_path = path end |