class FirefoxProfile (View source)

Methods

addExtension(string $extension)

No description

addExtensionDatas(string $extension_datas)

No description

setRdfFile(string $rdf_file)

No description

setPreference(string $key, string|bool|int $value)

No description

mixed
getPreference(mixed $key)

No description

string
encode()

No description

Details

FirefoxProfile addExtension(string $extension)

No description

Parameters

string $extension

The path to the xpi extension.

Return Value

FirefoxProfile

FirefoxProfile addExtensionDatas(string $extension_datas)

No description

Parameters

string $extension_datas

The path to the folder containing the datas to add to the extension

Return Value

FirefoxProfile

FirefoxProfile setRdfFile(string $rdf_file)

No description

Parameters

string $rdf_file

The path to the rdf file

Return Value

FirefoxProfile

FirefoxProfile setPreference(string $key, string|bool|int $value)

No description

Parameters

string $key
string|bool|int $value

Return Value

FirefoxProfile

Exceptions

WebDriverException

mixed getPreference(mixed $key)

No description

Parameters

mixed $key

Return Value

mixed

string encode()

No description

Return Value

string