Home
last modified time | relevance | path

Searched refs:setPreference (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php32 $this->setPreference(FirefoxPreferences::READER_PARSE_ON_LOAD_ENABLED, false);
34 $this->setPreference(FirefoxPreferences::DEVTOOLS_JSONVIEW, false);
83 public function setPreference($name, $value) function in Facebook\\WebDriver\\Firefox\\FirefoxOptions
H A DFirefoxProfile.php77 public function setPreference($key, $value) function in Facebook\\WebDriver\\Firefox\\FirefoxProfile