I think the best approach to website automation is to use a proxy server
with logging that sits b/t your browser and the website and look at the
HTTP traffic. Unless there is a special protocol b/t the java applet and
the website, you'll normally see an HTTP POST/GET...and then your approach
shoul
Hi
I'm trying to automate a process involving a website. I was hoping to
use LWP and various other perl modules to post variables to the pages to
work my way through the website.
I have a problem where to log onto a particular page I need to pass a
username/password to a java applet. This is wh