- senthilm.aynaraActive particpant
- Posts : 19
Join date : 2009-09-15
Start Selenium RC server with cmd line option that never stop even it encounters error
Thu Sep 24, 2009 8:11 pm
Hi all,
I am using Selenium RC with java client driver.
i am using "java -jar selenium-server.jar" to start RC server. It gets stopped when it encounters Error (Even Timeout error). Is it possible to run continuesly even it encounters errors?
Thanks,
Senthilm
I am using Selenium RC with java client driver.
i am using "java -jar selenium-server.jar" to start RC server. It gets stopped when it encounters Error (Even Timeout error). Is it possible to run continuesly even it encounters errors?
Thanks,
Senthilm
Re: Start Selenium RC server with cmd line option that never stop even it encounters error
Fri Sep 25, 2009 11:02 am
Hi,
No, You can't move further if any time out error is came. Try to minimize the use of waitForPageToload. Use other work around availiable in RC.
If any other type of error will come , you can handle with exception handling.
Best of luck.
Bye
No, You can't move further if any time out error is came. Try to minimize the use of waitForPageToload. Use other work around availiable in RC.
If any other type of error will come , you can handle with exception handling.
Best of luck.
Bye
- senthilm.aynaraActive particpant
- Posts : 19
Join date : 2009-09-15
Re: Start Selenium RC server with cmd line option that never stop even it encounters error
Fri Sep 25, 2009 7:29 pm
Yes. I handled Exception. Thank you for ur quick reply.
- Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum