Get Popup Text

This is a pre-built Action located under the @BrowserPopUp Element, instructs the Avo Assure to fetch the text from a browser pop-up and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:<Dynamic Variable>;<Dynamic Variable>(Optional)

Argument
Description

<Dynamic Variable>(Required)

This variable stores the popup text

<Dynamic Variable>(Optional)

The dynamic variable holds the status as True or False.

Example

Captures the message displayed in a browser popup window.

The Get Popup Text action does not take any value in the Input Value column. It fetches the text content from the currently active popup (e.g., I am a JS Alert). The result of the operation is stored in the {GetText} variable, with the following possible value:

  • None – if no popup is present or an error occurs.

Last updated

Was this helpful?