@Browser Pop-up

Keyword: ACCEPTPOPUP

Description: This keyword or action instructs Avo Assure Client to click on “OK” in the browser pop-up.

Find the snippet of the keyword below:

In the above example, after the test case debugs, it accepts the browser pop-up, and the execution status “True”/ “False” will be stored in the variable {acceptPopUp}.

Keyword: DISMISSPOPUP

Description: This keyword or action instructs Avo Assure Client to click “Cancel” or “Close” in the browser pop-up.

Find the snippet of the keyword below:

In the above example, after the test case debugs, it dismisses the browser pop-up, and the execution status “True”/ “False” will be stored in the variable {dismissPopUp}.

Keyword: GETPOPUPTEXT

Description: This keyword or action instructs Avo Assure Client to fetch the value of the text in the browser pop-up and save the result in the output variable.

Find the snippet of the keyword below:

In the above example, after the test case debug, the text of the browser pop-up will be fetched and stored in variable {getPopUp}, and the execution status “Fail”/ “Pass” will be stored in the variable {Status}.

Keyword: VERIFYPOPUPTEXT

Description: This keyword or action instructs Avo Assure Client to verify the value of the text present in the browser pop-up against the value provided in the input.

Find the snippet of the keyword below:

In the above example, after the test case debug, it verifies the browser pop-up text, and the execution status “True”/ “False” will be stored in the variable {verifyPopUp}.

Last updated