Hi guys,
Can you point me to some framework which can help sign in to website, parse pages, click on links and things like that? I want to make some things to be done automatically, thing that I do manually by browsing. Any suggestion? Thanks in advance!
... and I am sure there are plenty more (probably a Firefox plugin as well).
OCPJP
"In preparing for battle I have always found that plans are useless, but planning is indispensable."
-- Dwight D. Eisenhower
Nenad Seke
Greenhorn
Joined: Dec 21, 2011
Posts: 4
posted
0
Thanks man!
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
1
HttpUnit or JWebUnit (which builds on top of HttpUnit)
Brian Burress
Ranch Hand
Joined: Jun 30, 2003
Posts: 118
posted
1
I throw in a plug for Selenium as well. I have used it a bunch and have been satisfied with the results. It has support for a number of browsers as well as a number of programming languages.