Search

Handle Alert popup

Last Updated: Mar 8, 2023

Articles

Use this function to accept or decline the alert pop up that pops up during the automation.

Useful in Web Automation.

Syntax

Handle Alert popup (choice)

Parameters

Input Parameter Name Description
Choice yes or no.
To Accept set the value to yes
To Decline set the value to no

Sample

Handle Alert popup (choice=yes)

  • Accepts the pop up alert.

To view all the UI functions, click here.

Did you find what you were looking for?