Results 1 to 3 of 3

Thread: vb.net selenium

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    4

    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

  2. #2
    Fanatic Member
    Join Date
    Mar 2013
    Location
    San Francisco, CA
    Posts
    528

    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?

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: vb.net selenium

    Quote Originally Posted by WHATAGOAL1 View Post
    have tried many ways -always an error
    If only there was a way that we could find out what that error was.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width