Search

Alert Handle

Last Updated: Dec 13, 2020

Articles

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

Note: Useful in Web Automation.

Syntax

Alert Handle (Accept_OR_Decline)

Parameters

Input Parameter Name Description
Accept_OR_Decline ‘yes’ or ‘no’.
To Accept set the value to ‘yes’
To Decline set the value to ‘no

Sample

Alert Handle (yes)

  • Accepts the pop up alert.

To view all the User Interface (UI) functions, click here.

Did you find what you were looking for?