module Selenium::WebDriver::Firefox

Constants

DEFAULT_ASSUME_UNTRUSTED_ISSUER
DEFAULT_LOAD_NO_FOCUS_LIB
DEFAULT_PORT
DEFAULT_SECURE_SSL
DEVTOOLS_VERSION

Mozilla Automation Team asked to only support 85 until WebDriver Bidi is available.

Public Class Methods

path() click to toggle source
# File lib/selenium/webdriver/firefox.rb, line 50
def self.path
  @path ||= nil
end
path=(path) click to toggle source
# File lib/selenium/webdriver/firefox.rb, line 45
def self.path=(path)
  Platform.assert_executable path
  @path = path
end