Selva123 has asked for the wisdom of the Perl Monks concerning the following question:
I am automating testcases with Selenium RC and PERL using WWW::Selenium. Whenever the object not found, the perl script exits/terminates execution with message as "Looks like your test exited with 255 before it could output anything.."
I did not expect this behavior, instead it should show some error in command prompt/log and should proceed further.Is there any process to make the PERL /Selenium to work like this, such as try -(Statement execution ) catch () {} as in JAVA.
Thx Selva D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Selenium terminates program on object not found - not expected -Expects something like try- catch in java
by moritz (Cardinal) on Jun 26, 2010 at 19:47 UTC | |
|
Re: WWW::Selenium terminates program on object not found - not expected -Expects something like try- catch in java
by nikosv (Deacon) on Jun 27, 2010 at 08:01 UTC |