Overrides CoreDriver::getWindowNames
public function getWindowNames() { if ($this->isW3C()) { return $this->getWebDriverSession() ->getWindowHandles(); } return $this->getWebDriverSession() ->window_handles(); }