colttaylor
Programmer
I would like my program to simulate a browser and view a particular website. I would then like it to send some keystrokes into a pair of edit boxes on that website, effectively logging itself into the website. After that, I would like it to receive the contents of the resulting (successful login) page, parsing out a few significant bits of information (the website is extremely structured so the parsing is the easy part). Finally, I want the program to log out of the website by "clicking" the logout button on the website.
Anyone know how to do this kind of thing?
Thanks in advance,
Colt.
If it's stupid but it works, it isn't stupid
Anyone know how to do this kind of thing?
Thanks in advance,
Colt.
If it's stupid but it works, it isn't stupid