Skip to main content

Web Alert

Description

The Web Alert step gives the functionality of handling java script generated alerts in Legacy Web GUI.

Configurations

Field NameDescription
Web Browser NameYou can select any one Web Browser Name from the given list. Basically, you must select the same Web Browser Name which was selected in Start Browser Step.
Alert Operations*Specify the alert operation to perform
ValueBy default, this field will be disabled and will be enabled if SetValue alert operation is chosen. Through this field you can specify the value you want to set in the alert.
Output field nameBy default, the field will be disabled this will be enabled only when you select GetValue alert operation. This allows you to define field name in which alert’s text will be stored.

*Alert Operations The following table contains the description of each Alert Operation:

Field NameDescription
AcceptSelect this option when you want to click “OK/Yes” button of the alert.
DismissThis option will dismiss the alert which is appeared on the web page.
SetValueIf any alert is asking you to enter some value in it you can select this option and specify the value in Value field which is entered in the alert.
GetValueIf you want to retrieve alert text, choose this option and it will store the retrieved value in the field you have specified in the Output field name.