Skip to content

Commit

Permalink
Call method instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Apr 20, 2015
1 parent b61e8ce commit 5f7c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/Selenium.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function makeRequest($requestType, $uri, $parameters = [])
{
try {
$this->session = $this->newSession()->open($uri);
$this->currentPage = $this->session->url();
$this->updateCurrentUrl();
} catch (CurlExec $e) {
throw new CurlExec(
"Hold on there, partner. Did you maybe forget to boot up Selenium? " .
Expand Down

0 comments on commit 5f7c166

Please sign in to comment.