class Selenium::WebDriver::Chrome::Options
Constants
- BROWSER
- KEY
Private Instance Methods
Source
# File lib/selenium/webdriver/chrome/options.rb, line 35 def binary_path Chrome.path end
Source
# File lib/selenium/webdriver/chrome/options.rb, line 31 def enable_logging(browser_options) browser_options['goog:loggingPrefs'] = @logging_prefs end