Get Element Tag Value

This is a pre-built Action that comes for the captured Element, instructs the Avo Assure client to fetch the HTML tag name of the captured element from the application and store the result 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 tag value of the element.

<Dynamic Variable> (Optional)

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

Example

Retrieves the HTML tag value from a captured element within the application.

The Get Element Tag Value action extracts the tag name (e.g., input, div, button) of a specified element. The result is stored in the {tagName} 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?