Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php20 const CAPABILITY = 'chromeOptions'; define in Facebook\\WebDriver\\Chrome\\ChromeOptions
127 $capabilities->setCapability(self::CAPABILITY, $this);
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php23 ChromeOptions::CAPABILITY => ChromeOptions::CAPABILITY_W3C,
103 if ($name === FirefoxOptions::CAPABILITY && is_array($value)) {
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php15 const CAPABILITY = 'moz:firefoxOptions'; define in Facebook\\WebDriver\\Firefox\\FirefoxOptions
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md148 $desiredCapabilities->setCapability(FirefoxOptions::CAPABILITY, $firefoxOptions);