> and your
> 
> HtmlPage page = (HtmlPage) ((HtmlButton)
> page.getDocumentElement().getHtmlElementsByTagName("button").get(0)).click();
> 
> really did that?

Yes. Also 

HtmlPage page = (HtmlPage) ((HtmlButton) 
page.getByXPath("/html/body/table/tbody/tr/td/div/table/tbody/tr/td/div/div[2]/div/div[4]/span/button").get(0)).click();

does it (verified by "page.getWebResponse().getContentAsString();"). I can 
navigate further then.

Chris
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to