* Accepts the active JavaScript native popup window, as created by window.alert|window.confirm|window.prompt. * Don't confuse popups with modal windows, as created by [various * libraries](http://jster.net/category/windows-modals-popups).
()
| 514 | * libraries](http://jster.net/category/windows-modals-popups). |
| 515 | */ |
| 516 | acceptPopup() { |
| 517 | popupStore.assertPopupActionType('accept') |
| 518 | } |
| 519 | |
| 520 | /** |
| 521 | * Set the automatic popup response to Cancel/Dismiss. |
no test coverage detected