Dusk Use Dusk browser automation without the full Laravel framework

Getting Started

Usage

Drivers

View the API Documentation for this class

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);