* Set the automatic popup response to Accept. * This must be set before a popup is triggered. * * ```js * I.amAcceptingPopups(); * I.click('#triggerPopup'); * I.acceptPopup(); * ```
()
| 505 | * ``` |
| 506 | */ |
| 507 | amAcceptingPopups() { |
| 508 | popupStore.actionType = 'accept' |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * Accepts the active JavaScript native popup window, as created by window.alert|window.confirm|window.prompt. |
no outgoing calls
no test coverage detected