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
zapotechi
Posts : 3
Join date : 2009-10-19

[error] Timed out after 30000ms Empty [error] Timed out after 30000ms

Mon Oct 19, 2009 4:17 pm
I'm doing some test case for this web application: Tudu List (http://app.ess.ch/tudu/welcome.action)

Login and Password typing actions are ok, all seems to work.
But after the menu page is loaded and the test should click on a link as Quick Add, the action is performed
[info] Executing: |click| link=Quick Add | |

the results are shown in the browser, but Selenium Ide stucks (even if the page's state are correctly uploded) and wait until [error] Timed out after 30000ms and after keep running.

what's wrong?

maybe is this a specific problem of this web application?

Thank you
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Tue Oct 20, 2009 6:35 pm
Hi,

Try using clickAndWait command instead of click. If this will also not work, try to use user extension in this link and use sleep command to wait.

https://seleniumforum.forumotion.net/user-extensions-to-extend-selenium-f9/new-user-extension-regarding-wait-and-traverse-in-browser-t103.htm

hope this will help U. best of luck.

Bye
avatar
zapotechi
Posts : 3
Join date : 2009-10-19

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Tue Oct 20, 2009 7:21 pm
Thank you
I have tryed with clickAndWait, but it doesn't work.

The strange thing is that after the error the action is well performed. And there is no pages needed to wait. So i realy don't know why it doesn't work.

I'll try to use the extension, but i think that there are some problems with that specific web application.

bye
avatar
romanysoe
Posts : 1
Join date : 2009-10-10

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Wed Nov 11, 2009 11:47 pm
try clickAt
if still doesn't work, try changing link=something to other alternative target like relative position..
avatar
saivik
Active particpant
Active particpant
Posts : 12
Join date : 2009-11-06

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Tue Nov 24, 2009 2:21 am
try using waitForPageToLoad.
It waits till the page is loaded and then the subsequent action is performed.

-Saivik
avatar
jonWise
Posts : 2
Join date : 2010-12-03

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Fri Dec 03, 2010 3:48 pm
The problem with the wait timing out early and pause not working is stopping me using selenium. Is there a way round it?
avatar
Priyanka
Regular Participant
Regular Participant
Posts : 27
Join date : 2010-10-04

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Fri Mar 04, 2011 4:12 pm
Did u try waitfortextpresent command
avatar
jonWise
Posts : 2
Join date : 2010-12-03

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Fri Mar 04, 2011 4:57 pm
It was my mistake, the time value goes in the second parameter box, not the first.
avatar
anjani k
Posts : 1
Join date : 2012-06-28

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

Thu Jun 28, 2012 6:18 pm
Even I am getting a error [error] Timed out after 30000ms after a clickAndWait statement. Please help me.
Sponsored content

[error] Timed out after 30000ms Empty Re: [error] Timed out after 30000ms

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