Module: Selenium::WebDriver::Chrome
- Defined in:
- lib/selenium/webdriver/chrome.rb,
lib/selenium/webdriver/chrome/bridge.rb,
lib/selenium/webdriver/chrome/profile.rb,
lib/selenium/webdriver/chrome/service.rb more...
Defined Under Namespace
Classes: Bridge, Profile, Service
Class Method Summary collapse
Class Method Details
permalink .driver_path=(path) ⇒ Object
[View source]
30 31 32 |
# File 'lib/selenium/webdriver/chrome.rb', line 30 def self.driver_path=(path) Service.executable_path = path end |
permalink .path ⇒ Object
[View source]
39 40 41 |
# File 'lib/selenium/webdriver/chrome.rb', line 39 def self.path @path ||= nil end |
permalink .path=(path) ⇒ Object
[View source]
34 35 36 37 |
# File 'lib/selenium/webdriver/chrome.rb', line 34 def self.path=(path) Platform.assert_executable path @path = path end |