|
-
May 15th, 2013, 04:55 PM
#1
Thread Starter
Member
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?
-
May 15th, 2013, 05:00 PM
#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).
-
May 15th, 2013, 05:01 PM
#3
Thread Starter
Member
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
-
May 15th, 2013, 05:32 PM
#4
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!
-
May 15th, 2013, 07:26 PM
#5
Thread Starter
Member
Re: VB.NET Webbrowser automated clicking problem
 Originally Posted by dunfiddlin
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|