Definition and Usage
The Handle webpage pop-up command checks for pop-ups during web automation and manages them before continuing with actions such as clicks or inputs. This ensures that workflows run smoothly without being interrupted by unexpected pop-ups. You can either close the pop-up automatically or handle it using a custom process.
Parameter Values
Input Parameters
Parameter Name | Description | Possible Values | Required | Options / Notes |
When popup appears | Select the action to take when a pop-up is detected. | Close popup; Execute custom process | Yes | Choose "Close popup" for automatic closing; select "Execute custom process" to run a defined workflow. |
Close button | Select the close button (e.g., β or Cancel) on the target popup. | Any valid element reference | No | Required only if "Close popup" is selected; ensure the button element is correctly identified. |
Follow-up process | Select the process to handle the detected popup. | Any available process | No | Required only if "Execute custom process" is selected; choose from available workflows. |
Advanced Settings
No advanced settings available.
Error Handling
Parameter Name | Description |
Throw error & stop | When an error occurs, the action will stop execution. |
Retry command | The action retries the command if an error occurs. |
Ignore error & continue | The action ignores the error and continues workflow execution. |
Variables Produced
This action doesn't produce any variables.
Notes
Use Close button only when the pop-up has a visible close element such as β or Cancel.
Use Follow-up process when the pop-up requires additional steps instead of simple closure.
If no pop-up appears, the command skips its actions and continues the workflow.
Ensure that processes or elements referenced are valid and available at runtime.