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?
↧