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 ec89035 commit 7b4e00cCopy full SHA for 7b4e00c
src/Chrome/ChromeProcess.php
@@ -47,7 +47,7 @@ public function toProcess(array $arguments = [])
47
'win' => 'chromedriver-win.exe',
48
];
49
50
- $driver = __DIR__.'/../../bin/'.DIRECTORY_SEPARATOR.$filenames[$this->operatingSystemId()];
+ $driver = __DIR__.'/../../bin'.DIRECTORY_SEPARATOR.$filenames[$this->operatingSystemId()];
51
}
52
53
$this->driver = realpath($driver);
0 commit comments