class Selenium::WebDriver::Edge::Options

Constants

BROWSER
KEY

Private Instance Methods

binary_path() click to toggle source
# File lib/selenium/webdriver/edge/options.rb, line 35
def binary_path
  Edge.path
end
enable_logging(browser_options) click to toggle source
# File lib/selenium/webdriver/edge/options.rb, line 31
def enable_logging(browser_options)
  browser_options['ms:loggingPrefs'] = @logging_prefs
end