laravel-console-dusk
laravel-console-dusk copied to clipboard
I can't connect to firefox
Please help me!
Laravel Console Dusk doesn't support Firefox (it only has the Chrome driver). The Chrome driver currently uses the SupportsChrome
concern from Dusk core, and there isn't one available for Firefox, but if you wanted to create one, that'd be great. 👍🏻
Note that the driver has to extend Laravel Console Dusk's DriverContract
contract, and not the one from Dusk core.