diff --git a/src/Console/ChromeDriverCommand.php b/src/Console/ChromeDriverCommand.php index 08267d486..81c17c88b 100644 --- a/src/Console/ChromeDriverCommand.php +++ b/src/Console/ChromeDriverCommand.php @@ -167,7 +167,7 @@ protected function latestVersion() { $home = $this->getUrl($this->homeUrl); - preg_match('/Latest stable release:.*?\?path=([\d.]+)/', $home, $matches); + preg_match('/release:.*?\?path=([\d.]+)/', $home, $matches); return $matches[1]; }