verifyLinkText
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure that comes with the Captured Link Element, instructs the Avo Assure to verify whether the text of the captured link element matches the input value provided and save the result in the dynamic variable.
Input Value: <Input text>
<Input Text> (Required)
Provide the text value to be verified with the captured link.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Validates whether the specified link text is present on the page.
The Verify Link Text action takes the value from the Input Value column (e.g., Loans) and checks if the given text exists within a hyperlink element. The result of the verification is stored in the {VerifyText} variable, with the following possible values:
True – If the link text is verified successfully.
False – If the text is not verified or an error occurs.