|
-
Oct 14th, 2015, 08:02 AM
#1
Thread Starter
New Member
vb.net selenium
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|