Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDriverCommand.php25 const DELETE_ALL_COOKIES = 'deleteAllCookies'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DHttpCommandExecutor.php30 …DriverCommand::DELETE_ALL_COOKIES => ['method' => 'DELETE', 'url' => '/session/:sessionId/cookie'],
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php61 $this->executor->execute(DriverCommand::DELETE_ALL_COOKIES);