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