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