- Amit ChhikaraActive particpant
- Posts : 10
Join date : 2012-01-03
Timeout after 30000 ms (common Error)
Mon Jan 16, 2012 1:11 pm
What are the reasons for this error???
what are the ways to handle this very common error.
Please Anyone help me in this regard.
what are the ways to handle this very common error.
Please Anyone help me in this regard.
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: Timeout after 30000 ms (common Error)
Mon Jan 16, 2012 2:26 pm
Please give some code of your test script. Then we could find reason of such situation.
- Amit ChhikaraActive particpant
- Posts : 10
Join date : 2012-01-03
Re: Timeout after 30000 ms (common Error)
Mon Jan 16, 2012 4:02 pm
faramka wrote:Please give some code of your test script. Then we could find reason of such situation.
public static void login(DefaultSelenium selenium) throws Exception
{
selenium.open("https://www.gmail.com");
selenium.type("id=Email", "amit.chhikara");
selenium.type("id=Passwd", "1234567890");
selenium.click("id=signIn");
selenium.waitForPageToLoad("30000");
selenium.click("//*[@id=':ou']");
Thread.sleep(3000);
selenium.click("link=Download");
selenium.waitForPageToLoad("30000");
selenium.click("css=#gbgs4 > span.gbmai");
selenium.click("id=gb_71");
selenium.waitForPageToLoad("30000");
}
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: Timeout after 30000 ms (common Error)
Mon Jan 16, 2012 4:20 pm
If you are trying download an attachment from received e-mail? Because there is no option to handle save dialog in Selenium.
- Amit ChhikaraActive particpant
- Posts : 10
Join date : 2012-01-03
Re: Timeout after 30000 ms (common Error)
Mon Jan 16, 2012 4:50 pm
faramka wrote:If you are trying download an attachment from received e-mail? Because there is no option to handle save dialog in Selenium.
you mean to say this is one of the reason of this Timeout Error..............
- Error:java.lang.NoClassDefFoundError: com/google/common/base/Charsets
- ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
- Getting the error msg 'Error: Could not find or load main class java-jar' while executing the selenium code in eclipse
- Selenium IDE showing error in click command.. hw to resolve this error
- How to resolve this error---->[error] Element id=ui-active-menuitem not found
Permissions in this forum:
You cannot reply to topics in this forum