Searched defs:isW3cCompliant (Results 1 – 11 of 11) sorted by relevance
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverTimeouts.php | 20 protected $isW3cCompliant; variable in Facebook\\WebDriver\\WebDriverTimeouts 22 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
|
| H A D | WebDriverWindow.php | 22 protected $isW3cCompliant; variable in Facebook\\WebDriver\\WebDriverWindow 24 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
|
| H A D | WebDriverOptions.php | 22 protected $isW3cCompliant; variable in Facebook\\WebDriver\\WebDriverOptions 24 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
|
| H A D | WebDriverKeys.php | 99 public static function encode($keys, $isW3cCompliant = false)
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteKeyboard.php | 19 private $isW3cCompliant; variable in Facebook\\WebDriver\\Remote\\RemoteKeyboard 24 …public function __construct(RemoteExecuteMethod $executor, WebDriver $driver, $isW3cCompliant = fa…
|
| H A D | RemoteTargetLocator.php | 20 protected $isW3cCompliant; variable in Facebook\\WebDriver\\Remote\\RemoteTargetLocator 22 …nction __construct(RemoteExecuteMethod $executor, RemoteWebDriver $driver, $isW3cCompliant = false)
|
| H A D | RemoteMouse.php | 27 private $isW3cCompliant; variable in Facebook\\WebDriver\\Remote\\RemoteMouse 33 public function __construct(RemoteExecuteMethod $executor, $isW3cCompliant = false)
|
| H A D | JsonWireCompat.php | 38 public static function getUsing(WebDriverBy $by, $isW3cCompliant)
|
| H A D | RemoteWebDriver.php | 51 protected $isW3cCompliant; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver 63 $isW3cCompliant = false 625 public function isW3cCompliant() function in Facebook\\WebDriver\\Remote\\RemoteWebDriver
|
| H A D | RemoteWebElement.php | 37 protected $isW3cCompliant; variable in Facebook\\WebDriver\\Remote\\RemoteWebElement 44 public function __construct(RemoteExecuteMethod $executor, $id, $isW3cCompliant = false)
|
| H A D | HttpCommandExecutor.php | 178 protected $isW3cCompliant = true; variable in Facebook\\WebDriver\\Remote\\HttpCommandExecutor
|