Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Below mentioned are action keywords along with their example usage.

Action

Parameters

Example Usage

alertOk

Web, Mobile


To click OK button on confirmation window.

Example :

alertOk

Clicks on the Ok button on the confirmation window of the alert.

alertCancel

Web, Mobile


To click Cancel button on confirmation window.

Example :

alertCancel

Clicks on the Cancel button on the confirmation window of thw alert.

copyAlertText

Web, Mobile


To store the text displayed on the popup in variable for future use. 

Example :

copyAlertText : <Variable Name : bqVariable>

Copies the text available on alert & stores it in variable bqVariable.

  • No labels