简体   繁体   中英

Laravel Dusk Javascript Confirm()

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?

确认图片

$browser->dismissDialog() = press Cancel (if confirmation)
$browser->acceptDialog() = press OK
$browser->assertDialogOpened('Text in dialog'); = check dialog exist with text specified.

Good luck

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM