laravel-console-dusk icon indicating copy to clipboard operation
laravel-console-dusk copied to clipboard

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

Results 7 laravel-console-dusk issues
Sort by recently updated
recently updated
newest added

Hi. I get this error when trying to upgrade to Laravel 11. Could you help with this?

Heya, first I wanted to thank you for this awesome package, it really helps a lot! For a very specific use case I need to change the user agent of...

Over the years there have been a number of discussions about using Laravel-Console-Dusk in non-Artisan contexts, e.g. in a queue. I had this need recently and as far as I...

**Please help me!** ![image](https://github.com/nunomaduro/laravel-console-dusk/assets/58317021/8f54e8a3-85b4-456c-bf18-5b385785bc94)

When using laravel-console-dusk inside a compiled zero app this error is catched: ``` Curl error thrown for http POST to /session with params: {"desiredCapabilities":{"browserName":"chrome","platform":"ANY","chromeOptions":{"binary":"","args ":["--disable-gpu","--headless"]}}} Failed to connect to localhost...

Any chance for this to be implemented with queues, that would be awesome.

help wanted
good first issue

Hello! I need run dusk in laravel job. `namespace App\Jobs; use Illuminate\Bus\Queueable; use Illuminate\Queue\SerializesModels; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\Dispatchable; use NunoMaduro\LaravelConsoleDusk\Manager; use Facebook\WebDriver\WebDriverBy; class bot implements ShouldQueue { use...