have got selenium working and can even find a single element with the following
driver.findElement(By.Id("un")).sendKeys("admin")--- this works perfect

struggling with
Dim list() As WebElement = driver.findElements(By.TagName("a"))--- doesnt work

have tried many ways -always an error
should be so simple