Home
last modified time | relevance | path

Searched refs:RemoteExecuteMethod (Results 1 – 7 of 7) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTouchScreen.php14 * @var RemoteExecuteMethod
19 * @param RemoteExecuteMethod $executor
21 public function __construct(RemoteExecuteMethod $executor)
H A DRemoteTargetLocator.php15 /** @var RemoteExecuteMethod */
22 …public function __construct(RemoteExecuteMethod $executor, RemoteWebDriver $driver, $isW3cComplian…
145 $method = new RemoteExecuteMethod($this->driver);
H A DRemoteKeyboard.php14 /** @var RemoteExecuteMethod */
24 …public function __construct(RemoteExecuteMethod $executor, WebDriver $driver, $isW3cCompliant = fa…
H A DRemoteMouse.php21 * @var RemoteExecuteMethod
30 * @param RemoteExecuteMethod $executor
33 public function __construct(RemoteExecuteMethod $executor, $isW3cCompliant = false)
H A DRemoteExecuteMethod.php5 class RemoteExecuteMethod implements ExecuteMethod class
H A DRemoteWebElement.php23 * @var RemoteExecuteMethod
40 * @param RemoteExecuteMethod $executor
44 public function __construct(RemoteExecuteMethod $executor, $id, $isW3cCompliant = false)
H A DRemoteWebDriver.php45 * @var RemoteExecuteMethod