diff --git a/src/Drivers/Chrome.php b/src/Drivers/Chrome.php index bf6b48d..4464f38 100644 --- a/src/Drivers/Chrome.php +++ b/src/Drivers/Chrome.php @@ -17,7 +17,7 @@ class Chrome implements DriverContract public function open(): void { - static::startChromeDriver(); + static::startChromeDriver(['--port=9515']); } public function close(): void