Link
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the link's text and save the result in the output variable.
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will fetch the link text and store it in variable {GetLink}, and the execution status “True”/ “False” will be stored in variable {LinkStatus}.
Description: This keyword or action instructs Avo Assure Client to verify if the link text is the same as given in the input.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
---|---|---|---|
Find the snippet of the keyword below:
In the above example, after the test case debugs, the operation will verify the link text, and the execution status “True” / “False” will be stored in variable {VerifyLnkTxt}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
getLinkText
NA
{Variable}; {Status}
NA
verifyLinkText
<Link Text>
(Optional)
Text
Static Values
Dynamic Variables