Home
last modified time | relevance | path

Searched refs:CAPABILITY_W3C (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php24 const CAPABILITY_W3C = 'goog:chromeOptions'; define in Facebook\\WebDriver\\Chrome\\ChromeOptions
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php23 ChromeOptions::CAPABILITY => ChromeOptions::CAPABILITY_W3C,
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md51 - ChromeOptions were ignored when passed to DesiredCapabilities as `ChromeOptions::CAPABILITY_W3C`.