Home
last modified time | relevance | path

Searched refs:WINDOW_TYPE_TAB (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteTargetLocator.php117 public function newWindow($windowType = self::WINDOW_TYPE_TAB)
119 if ($windowType !== self::WINDOW_TYPE_TAB && $windowType !== self::WINDOW_TYPE_WINDOW) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverTargetLocator.php13 const WINDOW_TYPE_TAB = 'tab'; define