support/firefox_profile library

Classes

BooleanOption
A boolean preferences option with name and value.
FirefoxProfile
Creates a Firefox profile in a format so it can be passed using the desired capabilities map.
IntegerOption
An integer preferences option with name and value.
InvalidOption
Used as a placeholder for unparsable lines.
PrefsOption<T>
StringOption
A String preferences option with name and value. _valueAsPrefString escapes " as \" and \ as \\.

Properties

defaultUserPrefs List<PrefsOption>
Default values for 'user.js'.
final
lockedPrefs List<PrefsOption>
Unmodifiable defaults for 'prefs.js' and 'user.js'.
final