You're right. Now, I just have to work out where to move itGrant Mitchell wrote:This may not be a beginner level question . . .
If this question belongs somewhere else feel to move it.

SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
David Newton wrote:
Selenium *might* be appropriate for something that needs to screen-scrape.
Greg Charles wrote:Unless it has changed a lot since the last time I used it, it would be very tedious to write the same kind of client in HttpUnit.
Greg Charles wrote:
David Newton wrote:
Selenium *might* be appropriate for something that needs to screen-scrape.
Well, I've read a white paper and seen a demo on Selenium, but haven't deployed it myself yet. Still, I think you may be thinking of something else. Selenium isn't likely to help you with screen scrapes. It can, however, record your interactions with a web application, then render the result as a script in the language of your choice (as long as your choice is Java, Python, Ruby, C#, or some others). You can then edit the programs as needed, so in theory you could build an automatic client. Unless it has changed a lot since the last time I used it, it would be very tedious to write the same kind of client in HttpUnit.
