Getalllinks
Returns the IDs of all links on the page. If a given link
has no ID, it will appear as "" in this array. The property
will contain a comma separated list of these ids.
Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*firefox">
<open url="/" />
<getAllLinks property="links" />
</selenium>