GetLinks Function

Class

BrowserChild.

Availability

This functionality is supported only if you are using the Classic Agent.

Action

Returns a list of all links, excluding image links.

Syntax

lsLinks = browserpage.GetLinks ( )
Variable Description
lsLinks Returns a list of all links excluding image links. LIST OF STRING.

Notes

This function works only with the DOM extension.

Example

LIST OF STRING BrowserPage.GetLinks()