Class: Selenium::WebDriver::Chrome::Options

Inherits:
Selenium::WebDriver::Chromium::Options show all
Defined in:
lib/selenium/webdriver/chrome/options.rb

Constant Summary collapse

KEY =
'goog:chromeOptions'
BROWSER =
'chrome'

Constants inherited from Selenium::WebDriver::Chromium::Options

Selenium::WebDriver::Chromium::Options::CAPABILITIES

Constants inherited from Options

Options::GRID_OPTIONS, Options::W3C_OPTIONS

Instance Attribute Summary

Attributes inherited from Selenium::WebDriver::Chromium::Options

#extensions, #logging_prefs, #profile

Attributes inherited from Options

#options

Method Summary

Methods inherited from Selenium::WebDriver::Chromium::Options

#add_argument, #add_emulation, #add_encoded_extension, #add_extension, #add_preference, #enable_android, #initialize

Methods inherited from Options

#==, #add_option, #as_json, chrome, edge, firefox, ie, #initialize, safari, set_capabilities

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Chromium::Options