Skip to content
yngvebn edited this page Mar 13, 2013 · 2 revisions

Instantiate the driver

IWebDriver driver = new InternetExplorerDriver();

Get all the links on the current page

var allLinks = driver.Document().Links;

Clone this wiki locally