in reply to Control the Web browser from the client-side?
However, you probably don't want to do this. The type of testing most people do is along the lines of fetching a page and running a regex against the returnded HTML to check for correctness. There's no need to use Netscape or IE for this, since Perl is perfectly capable of doing it.
There are dozens of modules for automated web testing on CPAN. You might look at webchatpp, HTTP::WebTest, or HTTP::MonkeyWrench. Lots of others have been announced on the mod_perl list, but I can't remember all of their names now.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Control the Web browser from the client-side?
by Maestro_007 (Hermit) on Mar 07, 2002 at 21:55 UTC | |
by perrin (Chancellor) on Mar 07, 2002 at 22:10 UTC |