Module: Selenium::WebDriver::Chrome

Defined in:
lib/selenium/webdriver/chrome.rb,
lib/selenium/webdriver/chrome/bridge.rb,
lib/selenium/webdriver/chrome/service.rb

Defined Under Namespace

Classes: Bridge, Service

Class Method Summary collapse

Class Method Details

.driver_path=(path) ⇒ Object



10
11
12
# File 'lib/selenium/webdriver/chrome.rb', line 10

def self.driver_path=(path)
  Service.executable_path = path
end

.pathObject



19
20
21
# File 'lib/selenium/webdriver/chrome.rb', line 19

def self.path
  @path
end

.path=(path) ⇒ Object



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

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