Home
last modified time | relevance | path

Searched refs:SWITCH_TO_FRAME (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php35 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params);
73 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params);
H A DDriverCommand.php43 const SWITCH_TO_FRAME = 'switchToFrame'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DHttpCommandExecutor.php40 … DriverCommand::SWITCH_TO_FRAME => ['method' => 'POST', 'url' => '/session/:sessionId/frame'],