Overrides CoreDriver::start
public function start() { try { $this->wdSession = $this->webDriver ->session($this->browserName, $this->desiredCapabilities); } catch (\Exception $e) { throw new DriverException('Could not open connection: ' . $e->getMessage(), 0, $e); } $this->started = true; $this->applyTimeouts(); }