storeAllLinks (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command is used for storing ids of all available links on page.
- Syntax
- storeAllLinks(variableName)
- Target
- variableName - where the IDs of all the links will be stored.
- Value
- N/A
- Return Value
- Returns the IDs of all links on the page.
- If a given link has no ID, it will appear as "" or null in this array.