Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 12 of 12) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverAlert.php16 protected $executor; variable in Facebook\\WebDriver\\WebDriverAlert
18 public function __construct(ExecuteMethod $executor)
H A DWebDriverNavigation.php10 protected $executor; variable in Facebook\\WebDriver\\WebDriverNavigation
12 public function __construct(ExecuteMethod $executor)
H A DWebDriverTimeouts.php16 protected $executor; variable in Facebook\\WebDriver\\WebDriverTimeouts
22 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
H A DWebDriverWindow.php18 protected $executor; variable in Facebook\\WebDriver\\WebDriverWindow
24 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
H A DWebDriverOptions.php18 protected $executor; variable in Facebook\\WebDriver\\WebDriverOptions
24 public function __construct(ExecuteMethod $executor, $isW3cCompliant = false)
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteKeyboard.php15 private $executor; variable in Facebook\\WebDriver\\Remote\\RemoteKeyboard
24 …public function __construct(RemoteExecuteMethod $executor, WebDriver $driver, $isW3cCompliant = fa…
H A DRemoteTargetLocator.php16 protected $executor; variable in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
22 …public function __construct(RemoteExecuteMethod $executor, RemoteWebDriver $driver, $isW3cComplian…
H A DRemoteMouse.php23 private $executor; variable in Facebook\\WebDriver\\Remote\\RemoteMouse
33 public function __construct(RemoteExecuteMethod $executor, $isW3cCompliant = false)
H A DRemoteTouchScreen.php16 private $executor; variable in Facebook\\WebDriver\\Remote\\RemoteTouchScreen
21 public function __construct(RemoteExecuteMethod $executor)
H A DRemoteWebElement.php25 protected $executor; variable in Facebook\\WebDriver\\Remote\\RemoteWebElement
44 public function __construct(RemoteExecuteMethod $executor, $id, $isW3cCompliant = false)
H A DRemoteWebDriver.php22 protected $executor; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver
502 public function setCommandExecutor(WebDriverCommandExecutor $executor)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php25 ?LexerActionExecutor $executor = null,