ISelenium GetAllLinks Method WebDriver
Returns the IDs of all links on the page.

If a given link has no ID, it will appear as "" in this array.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

string[] GetAllLinks()

Return Value

the IDs of all links on the page
See Also