Results 1 to 5 of 5

Thread: VB.NET Webbrowser automated clicking problem

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    40

    Question VB.NET Webbrowser automated clicking problem

    I want to be able to login to paypal for a user so their balance shows up in a box. I want to do this through a webbrowser though. The only problem is that it won't let me. For sites like gmail, yahoo, microsoft, etc. getting the element by id name and setting a value of username and pass then clicking a button using Invokemember("click") usually works. Not for paypal though....how can I do this, and why is this happening?

  2. #2

    Re: VB.NET Webbrowser automated clicking problem

    Paypal does have an API. I don't have the time to crawl through it, but that might be better for you (if you can get access to that sort of information).

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    40

    Re: VB.NET Webbrowser automated clicking problem

    Ok, yeah, well paypal is also just an example. I have encountered another site with this, and it kinda pissed me off, lol. I was wondering if there is anyway to do this in a webbrowser

  4. #4
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: VB.NET Webbrowser automated clicking problem

    I know. It's terrible that all these sites that protect large amounts of money on behalf of people worldwide are trying to make themselves more resistant to hacking by preventing auto log-ins and other well known phishing/hacking tactics. Good Lord! Where will it end?
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2013
    Posts
    40

    Re: VB.NET Webbrowser automated clicking problem

    Quote Originally Posted by dunfiddlin View Post
    I know. It's terrible that all these sites that protect large amounts of money on behalf of people worldwide are trying to make themselves more resistant to hacking by preventing auto log-ins and other well known phishing/hacking tactics. Good Lord! Where will it end? :rolleyes:
    LOL That made my day xD. Actually I am not making a phishing program (not that evil >:) I was making a program that auto-verifies your paypal. Unfortunantly, a little bit harder than I thought with this click and fill problem.

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