FirefoxPreferences
in package
Constants of common Firefox profile preferences (about:config values).
Tags
Table of Contents
Constants
- BROWSER_STARTUP_HOMEPAGE = 'browser.startup.homepage'
- DEVTOOLS_JSONVIEW = 'devtools.jsonview.enabled'
- READER_PARSE_ON_LOAD_ENABLED = 'reader.parse-on-load.enabled'
- WEBDRIVER_FIREFOX_PORT = 'webdriver_firefox_port'
Methods
- __construct() : mixed
Constants
BROWSER_STARTUP_HOMEPAGE
public
string
BROWSER_STARTUP_HOMEPAGE
= 'browser.startup.homepage'
Browser homepage
DEVTOOLS_JSONVIEW
public
string
DEVTOOLS_JSONVIEW
= 'devtools.jsonview.enabled'
Should the Devtools JSON view be enabled?
READER_PARSE_ON_LOAD_ENABLED
public
string
READER_PARSE_ON_LOAD_ENABLED
= 'reader.parse-on-load.enabled'
Should the reader view (FF 38+) be enabled?
WEBDRIVER_FIREFOX_PORT
public
string
WEBDRIVER_FIREFOX_PORT
= 'webdriver_firefox_port'
Port WebDriver uses to communicate with Firefox instance
Methods
__construct()
private
__construct() : mixed