Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Greetings Oh Wise Monks, Anyone worked with Selenium Catalyst? The docs on cpan is not that helpful in giving example and explanation. Do I start Catalyst server too before testing the application? and where do I give Catalyst server and port info? From the doc:
use Test::More 'no_plan'; use Test::WWW::Selenium::Catalyst 'local_test'; my $sel2 = Test::WWW::Selenium::Catalyst->start; $sel2->open_ok('/'); $sel2->is_text_present_ok('Get ID');
and I get "Paged moved" error message. Thanks!