module Selenium::WebDriver::Chrome
Public Class Methods
Source
# File lib/selenium/webdriver/chrome.rb, line 29 def self.path=(path) Platform.assert_executable path @path = path end
# File lib/selenium/webdriver/chrome.rb, line 29 def self.path=(path) Platform.assert_executable path @path = path end