Skip to content

Commit f26290c

Browse files
Remove PhantomJS from error message
See #28
1 parent f719edc commit f26290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ public function _initializeSession()
15041504
$this->initialWindowSize();
15051505
} catch (WebDriverCurlException $e) {
15061506
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.");
1507+
throw new ConnectionException("Can't connect to WebDriver at {$this->wdHost}. Make sure that ChromeDriver, GeckoDriver or Selenium Server is running.");
15081508
}
15091509
}
15101510

0 commit comments

Comments
 (0)