We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f719edc commit f26290cCopy full SHA for f26290c
src/Codeception/Module/WebDriver.php
@@ -1504,7 +1504,7 @@ public function _initializeSession()
1504
$this->initialWindowSize();
1505
} catch (WebDriverCurlException $e) {
1506
codecept_debug('Curl error: ' . $e->getMessage());
1507
- throw new ConnectionException("Can't connect to Webdriver at {$this->wdHost}. Please make sure that Selenium Server or PhantomJS is running.");
+ throw new ConnectionException("Can't connect to WebDriver at {$this->wdHost}. Make sure that ChromeDriver, GeckoDriver or Selenium Server is running.");
1508
}
1509
1510
0 commit comments