Get Tool Tip Text

This is a pre-built Action that comes for the captured Element, instructs the Avo Assure to retrieve the tooltip text associated with the captured element. This helps users understand the functionality or description of the element. The result is saved in a dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable.

Output Value

Argument
Description

<Dynamic Variable> (Required)

This dynamic variable holds the retrieved tooltip text.

<Dynamic Variable> (Optional)

This dynamic variable holds the status of the action as True or False.

Example

Retrieves the tooltip text from a captured element within the application.

The Get Tool Tip Text action fetches the tooltip associated with an element. The tooltip text is stored in the {Text} variable, and the execution status is saved in the {Status} variable with the following possible values:

  • True – If the tooltip text is retrieved successfully.

  • False – If the tooltip text is not retrieved.

Last updated

Was this helpful?