- Imam
- Posts : 2
Join date : 2012-08-23
Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC
Thu Aug 23, 2012 7:10 pm
Hi Selenium Users..
i am using selenium RC with Java,
rite now, i am trying to save the data that is entered into two text
boxes (Ex: city name, and city code). when ever i am executing my test
script, text box is getting focused but data is not getting filled on
those...
Error console is displaying the error.. Timed out After 10000ms.
VALUABLE SUGGESTIONS ARE HIGHLY APPRECIATED.
please do the needful help..
i am using selenium RC with Java,
rite now, i am trying to save the data that is entered into two text
boxes (Ex: city name, and city code). when ever i am executing my test
script, text box is getting focused but data is not getting filled on
those...
Error console is displaying the error.. Timed out After 10000ms.
VALUABLE SUGGESTIONS ARE HIGHLY APPRECIATED.
please do the needful help..
- Saravanakumarm1986
- Posts : 7
Join date : 2012-08-24
Re: Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC
Fri Aug 24, 2012 7:45 pm
If you mentioned the Thread.sleep means just reduce the time. For example
If you are using Thread.sleep("50000");
change to 20000
It will work
If you are using Thread.sleep("50000");
change to 20000
It will work
- Imam
- Posts : 2
Join date : 2012-08-23
Re: Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC
Thu Aug 30, 2012 12:36 pm
Hai Saravanakumar,
Thank you for your valuable suggetion...
Even after reducing the time aslo not working..
Can you send me your mail id, so that i can send my test script.
or drop me a mail at imam.dins at gmail.com
Regards
Imam.Sk
Thank you for your valuable suggetion...
Even after reducing the time aslo not working..
Can you send me your mail id, so that i can send my test script.
or drop me a mail at imam.dins at gmail.com
Regards
Imam.Sk
- suren
- Posts : 3
Join date : 2012-08-27
Re: Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC
Thu Aug 30, 2012 2:21 pm
This coded in C# convert to Java, it would Work, if not let me know..
Thread.Sleep(9000);
selenium.KeyDownNative("32");
selenium.KeyUpNative("32");
Thread.Sleep(9000);
selenium.KeyDownNative("32");
selenium.KeyUpNative("32");
- Saravanakumarm1986
- Posts : 7
Join date : 2012-08-24
Re: Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC
Tue Sep 04, 2012 6:38 pm
Hi, saravanakumarm1986@yahoo.com this is my email id. I am having one doubt above mentioned code which browser you are executing
Permissions in this forum:
You cannot reply to topics in this forum