Drivers
The DriverInterface is a very simple interface that can be injected into your Dusk instance to use a different driver.
$driver = new MyCustomDriverProvider;
$browser = new Dusk($driver);
The DriverInterface is a very simple interface that can be injected into your Dusk instance to use a different driver.
$driver = new MyCustomDriverProvider;
$browser = new Dusk($driver);