Module: Selenium::WebDriver::Firefox

Defined in:
lib/selenium/webdriver/firefox.rb,
lib/selenium/webdriver/firefox/util.rb,
lib/selenium/webdriver/firefox/driver.rb,
lib/selenium/webdriver/firefox/options.rb,
lib/selenium/webdriver/firefox/profile.rb,
lib/selenium/webdriver/firefox/service.rb,
lib/selenium/webdriver/firefox/features.rb,
lib/selenium/webdriver/firefox/extension.rb,
lib/selenium/webdriver/firefox/profiles_ini.rb

Defined Under Namespace

Modules: Features, Util Classes: Driver, Extension, Options, Profile, ProfilesIni, Service

Constant Summary collapse

DEFAULT_PORT =
7055
DEFAULT_SECURE_SSL =
false
DEFAULT_ASSUME_UNTRUSTED_ISSUER =
true
DEFAULT_LOAD_NO_FOCUS_LIB =
false
DEVTOOLS_VERSION =

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

85

Class Method Summary collapse

Class Method Details

.pathObject



50
51
52
# File 'lib/selenium/webdriver/firefox.rb', line 50

def self.path
  @path ||= nil
end

.path=(path) ⇒ Object



45
46
47
48
# File 'lib/selenium/webdriver/firefox.rb', line 45

def self.path=(path)
  Platform.assert_executable path
  @path = path
end