Skip to content
- Generated from getNotPrompt(locator)
- Successful handling of the prompts requires prior execution of the answerOnNextPrompt command. If a prompt is generated but you do not get/verify it, the next QaSCRIBE action will fail. Under QaSCRIBE, JavaScript prompts will NOT pop up a visible dialog.
- NOTE: QaSCRIBE does NOT support JavaScript prompts that are generated in a page's onload() event handler. In this case, a visible dialog WILL be generated and QaSCRIBE will hang until someone manually clicks OK.
- waitForNotPrompt(pattern)
- locator - An element locator pointing to an element OR an element itself
- N/A
- Pass if there is no JavaScript question prompt dialog generated during the previous action.