Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » Timed out waiting for Shell(Timed out waiting for Shell {Show View} to get activated)
Timed out waiting for Shell [message #755366] Tue, 08 November 2011 09:39 Go to next message
mogiligarimidi23 Mising name is currently offline mogiligarimidi23 Mising nameFriend
Messages: 4
Registered: July 2010
Junior Member
HI,

When i am executing SWT bot test cases, i am facing the below error.

Timeout after: 5000 ms.: Timed out waiting for Shell {Show View} to get activated
org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Timed out waiting for Shell {Show View} to get activated
at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:398)

Can any one please suggest how to avoid this?

Thanks and Regards
Mogileswara Rao
Re: Timed out waiting for Shell [message #757021 is a reply to message #755366] Wed, 16 November 2011 05:24 Go to previous message
Madhu G is currently offline Madhu GFriend
Messages: 8
Registered: September 2011
Junior Member
This looks like you are using the widget of type Shell with name 'Show View' in you r script but that does not pop up when you are running the script.

So you need to debug and find out why that shell is not appearing .

So it could not find out widget and hence it gets timed out after the default time limit 5000 ms exceeds.

Regards,
Madhu
Previous Topic:Twistie - Control.
Next Topic:Can't access some buttons in eclipse
Goto Forum:
  


Current Time: Tue Apr 23 08:30:35 GMT 2024

Powered by FUDForum. Page generated in 0.03212 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top