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 7bd3740 commit 8b8f6c6Copy full SHA for 8b8f6c6
src/Codeception/Module/WebDriver.php
@@ -1684,7 +1684,7 @@ public function _initializeSession(): void
1684
} catch (WebDriverCurlException $exception) {
1685
codecept_debug('Curl error: ' . $exception->getMessage());
1686
throw new ConnectionException(
1687
- "Can't connect to WebDriver at {$this->wdHost}.'"
+ "Can't connect to WebDriver at {$this->wdHost}."
1688
. ' Make sure that ChromeDriver, GeckoDriver or Selenium Server is running.'
1689
);
1690
}
0 commit comments