Start Selenium RC server with cmd line option that never stop even it encounters error
Page 1 of 1 • Share •
Start Selenium RC server with cmd line option that never stop even it encounters error
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
senthilm.aynara- Active particpant

- Posts: 19
Join date: 2009-09-15
Re: Start Selenium RC server with cmd line option that never stop even it encounters error
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
Re: Start Selenium RC server with cmd line option that never stop even it encounters error
Yes. I handled Exception. Thank you for ur quick reply.
senthilm.aynara- Active particpant

- Posts: 19
Join date: 2009-09-15
Similar topics» Nimbuzz Server
» 5 Best Approaches to Start A New Business With a Shoestring Budget.
» paksat ptv chanels pr ptv sports encrypted biss option
» on line literatura
» 3110 data blk error
» 5 Best Approaches to Start A New Business With a Shoestring Budget.
» paksat ptv chanels pr ptv sports encrypted biss option
» on line literatura
» 3110 data blk error
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case