Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Imam
Posts : 2
Join date : 2012-08-23

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty 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..
avatar
Saravanakumarm1986
Posts : 7
Join date : 2012-08-24

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty 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
avatar
Imam
Posts : 2
Join date : 2012-08-23

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty 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
avatar
suren
Posts : 3
Join date : 2012-08-27

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty 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");
avatar
Saravanakumarm1986
Posts : 7
Join date : 2012-08-24

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty 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
Sponsored content

Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC Empty Re: Urgent...How to solve Timed Out After 10000 Problem...:In SeleniumRC

Back to top
Permissions in this forum:
You cannot reply to topics in this forum