Siegfried Goeschl <[EMAIL PROTECTED]> writes: > > Hi Paul, > > I think I completely missed the point - sou you say my real problem is > not the WAP support but the implementation of the <clickLink> step ... > > Siegfried Goeschl
I don't know WAP at all but I guess that the smartest way would be to build a "WMLPage" object (like htmlunit's HtmlPage and XmlPage) and to have functionalities on it. I can imagine that it could be integrated directly in htmlunit, otherwise htmlunit could give the possibility to register "page builders" (it's already possible but could be improved). This would allow webtest to concentrate on the real actions: for instance for clickLink webtest would identify a link and click it and the responsible "page" would execute the click logic according to its "type". If you're motivated to implement the "WMLPage"... Marc. PS: in fact it could be interesting to have the same strategy for pdf files. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

