MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / cancelPopup

Method cancelPopup

lib/helper/Playwright.js:1053–1055  ·  view source on GitHub ↗

* Dismisses the active JavaScript popup, as created by window.alert|window.confirm|window.prompt.

()

Source from the content-addressed store, hash-verified

1051 * Dismisses the active JavaScript popup, as created by window.alert|window.confirm|window.prompt.
1052 */
1053 cancelPopup() {
1054 popupStore.assertPopupActionType('cancel')
1055 }
1056
1057 /**
1058 * {{> seeInPopup }}

Callers

nothing calls this directly

Calls 1

assertPopupActionTypeMethod · 0.80

Tested by

no test coverage detected