@Browser Pop-up
Last updated
Last updated
Description: This keyword or action instructs ICE to click on “OK” in the browser pop up.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
acceptPopUp
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, it accepts the browser popup and the execution status “True”/ “False” will be stored in the variable {acceptPopUp}.
Description: This keyword or action instructs ICE to click on “Cancel” or “Close” in the browser pop up.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
dismissPopUp
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, it dismisses the browser popup and the execution status “True”/ “False” will be stored in the variable {dismissPopUp}.
Description: This keyword or action instructs ICE to fetch the value of the text present in the browser pop up and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
getPopUpText
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, the text of the browser popup will be fetched and stored in variable {getPopUp} and the execution status “Fail”/ “Pass” will be stored in the variable {Status}.
Description: This keyword or action instructs ICE to verify the value of the text present in the browser pop up against the value provided in the input.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyPopUpText
NA
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, it verifies the browser popup text and the execution status “True”/ “False” will be stored in the variable {verifyPopUp}.