Searched refs:WebDriverCommand (Results 1 – 9 of 9) sorted by relevance
5 use Facebook\WebDriver\Remote\WebDriverCommand; alias14 * @param WebDriverCommand $command18 public function execute(WebDriverCommand $command);
9 use Facebook\WebDriver\Remote\WebDriverCommand; alias29 * @param WebDriverCommand $command35 public function execute(WebDriverCommand $command)
8 use Facebook\WebDriver\Remote\WebDriverCommand; alias50 $newSessionCommand = WebDriverCommand::newSession(76 $command = WebDriverCommand::newSession(
8 use Facebook\WebDriver\Remote\WebDriverCommand; alias46 $newSessionCommand = WebDriverCommand::newSession(
5 class WebDriverCommand class
260 * @param WebDriverCommand $command265 public function execute(WebDriverCommand $command)399 protected function getCommandHttpOptions(WebDriverCommand $command)
7 class CustomWebDriverCommand extends WebDriverCommand
129 $command = WebDriverCommand::newSession($parameters);
19 - `WebDriverCommand::newSession()` constructor to create new session command without violating type…204 - Added unit tests for `WebDriverCommand` and `DesiredCapabilities`.