Method: Selenium::WebDriver::Chrome::Service.executable_path
- Defined in:
- lib/selenium/webdriver/chrome/service.rb
.executable_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.
16 17 18 19 20 |
# File 'lib/selenium/webdriver/chrome/service.rb', line 16 def self.executable_path @executable_path ||= ( Platform.find_binary "chromedriver" or raise Error::WebDriverError, MISSING_TEXT ) end |