In my form, in order to submit, I need to press the OK button in a Javascript confirm() popup. How can I confirm in Laravel Dusk so that I can automate the submission of the form for testing purposes?
In my form, in order to submit, I need to press the OK button in a Javascript confirm() popup. How can I confirm in Laravel Dusk so that I can automate the submission of the form for testing purposes?