Can you show the code you're using to open the page? Are you calling waitForPageToLoad directly? Do you need to?
Usually when vie seen this it's because wait was called twice inadvertently. -- Josh On Aug 18, 2010, at 6:12 PM, "Thiago H. de Paula Figueiredo" <[email protected]> wrote: > Hi! > > I have a page that returns a TextStreamResponse("text/html", content), where > content is a string containing HTML fetched from the file system. It hasn't > any JavaScript code. The HTML is rendered correctly. > > When I run a Selenium test, s.waitForPageToLoad() hangs until it timeouts. I > can see the page opened in the Firefox instance Selenium opens. > > Any hints? > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and > instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
