clear popup queue
Clear any remaining actions from the popup-handler queue, and clear the popup history buffer.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
button
click on next popup OK
click on next popup Cancel
click on next popup OK
click on next popup OK
 
window control
click confirm popup double confirm
 
expected2 expected3
check popup message Do you want to delete this item? Are you sure?
 
clear popup queue
click on next popup OK
click on next popup OK
- Prior to using this built-in action, it is recommended that you become familiar with the different kinds of modal JavaScript popups and how to handle them properly.
- For Safari on iOS, refer to Handling JavaScript popups on Safari iOS for details.
- For Google Chrome on Android, refer to Handling JavaScript popups on Chrome Android for details.
- This action is especially useful in ensuring that the proper operation of a new popup session is not corrupted by any popup-handling actions left in the FIFO queue from a previous session. It is recommended that you call this action at the end of a popup session, when the contents of the current popup-handler queue are no longer needed. (See Handling one or a series of popups for further information).