Module: Selenium::WebDriver::Chrome

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

Defined Under Namespace

Classes: Bridge, Profile, Service

Class Method Summary (collapse)

Class Method Details

+ (Object) driver_path=(path)



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

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

+ (Object) path



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

def self.path
  @path ||= nil
end

+ (Object) path=(path)



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

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