Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and I get "Paged moved" error message. Thanks!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');
|
|---|