module Selenium::WebDriver::Firefox

Constants

DEFAULT_ASSUME_UNTRUSTED_ISSUER
DEFAULT_ENABLE_NATIVE_EVENTS
DEFAULT_LOAD_NO_FOCUS_LIB
DEFAULT_PORT
DEFAULT_SECURE_SSL

Public Class Methods

driver_path() click to toggle source
# File lib/selenium/webdriver/firefox.rb, line 51
def self.driver_path
  @driver_path ||= nil
end
driver_path=(path) click to toggle source
# File lib/selenium/webdriver/firefox.rb, line 46
def self.driver_path=(path)
  Platform.assert_executable path
  @driver_path = path
end
path=(path) click to toggle source
# File lib/selenium/webdriver/firefox.rb, line 55
def self.path=(path)
  Binary.path = path
end