> selenium.click(locator);
> s.waitForPageToLoad("300000");

This is the code I wanted to see. Do you get the same result with clickandwait 
(dropping the waitforpage of course)

Is the locator pointing at a plain link?

-- Josh

On Aug 19, 2010, at 6:53 AM, "Thiago H. de Paula Figueiredo" 
<[email protected]> wrote:

> On Wed, 18 Aug 2010 22:48:18 -0300, Josh Canfield <[email protected]> 
> wrote:
> 
>> Can you show the code you're using to open the page?
> 
> Not really, but it's pretty common:
> 
> selenium.click(locator);
> s.waitForPageToLoad("300000");
> 
>> Are you calling waitForPageToLoad directly? Do you need to?
> 
> Yes, as otherwise the following test would run in the previous page.
> 
> -- 
> 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]

Reply via email to