I am creating a Java program that goes on the Internet, subscribes to website accounts and messages. For instance. Run Program → Tumblr → Message "Helow World" → Exit Tumblr.
I'm currently using the Robot class to do this ... http://download.oracle.com/javase/6/docs/api/java/awt/Robot.html
But, looking to the future, I see a grandiose future (updates to web pages cause the program to crash, because they are based on coordinates, mouse clicks and keyboard.)
Is there a way to do web browser automation? (e.g. surfing websites, filling out forms, etc.) (preferably in Java, python, C ++ or php)
source
share