Home
last modified time | relevance | path

Searched refs:FirefoxOptions (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php8 use Facebook\WebDriver\Firefox\FirefoxOptions; alias
103 if ($name === FirefoxOptions::CAPABILITY && is_array($value)) {
104 $defaultOptions = (new FirefoxOptions())->toArray();
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php12 class FirefoxOptions implements \JsonSerializable class
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md137 use Facebook\WebDriver\Firefox\FirefoxOptions;
145 // Add arguments via FirefoxOptions to start headless firefox
146 $firefoxOptions = new FirefoxOptions();
148 $desiredCapabilities->setCapability(FirefoxOptions::CAPABILITY, $firefoxOptions);
156 or [�� FirefoxOptions](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#firefoxoptions).
H A DCHANGELOG.md33 - `FirefoxOptions` class to simplify passing Firefox capabilities. Usage is covered [in our wiki](h…