Searched refs:windowType (Results 1 – 1 of 1) sorted by relevance
111 …* @param string $windowType The type of a new browser window that should be created. One of [tab, …117 public function newWindow($windowType = self::WINDOW_TYPE_TAB) argument119 if ($windowType !== self::WINDOW_TYPE_TAB && $windowType !== self::WINDOW_TYPE_WINDOW) {127 $response = $this->executor->execute(DriverCommand::NEW_WINDOW, ['type' => $windowType]);