|
-
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
-
Feb 2nd, 2016, 05:08 PM
#2
Fanatic Member
Re: vb.net selenium
I am looking at something very similar and earlier today created a post to ask for help (http://www.vbforums.com/showthread.p...d-web-scraping).
Can you share how you got selenium working? Where would I begin?
-
Feb 2nd, 2016, 10:36 PM
#3
Re: vb.net selenium
 Originally Posted by WHATAGOAL1
have tried many ways -always an error
If only there was a way that we could find out what that error was.
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
|