I am trying to build a program that once a browser is opened and a login window (Let’s say for Facebook) is presented, it will enter in my username and password for the site. I am familiar with the Robot class, and this could be used for the technique, however this is a messy solution. Could anyone suggest a way to go about this? Any good classes? Or is it better just to construct an add-on for a browser?
Share
A plugin gives you direct access to a browser’s API so it would be the best approach. That’s how Roboform does it, you may want to take at look at what they did.