From: Brad C. <yo...@br...> - 2004-10-22 14:47:33
|
You might also try registering a WebWindowListener: http://httpunit.sourceforge.net/doc/api/com/meterware/httpunit/WebWindowListener.html Brad C --- Mike Bowler <mb...@Ga...> wrote: > Vinay Murthy wrote: > > I need to be able to access window #2. I know window #2 exists. I > > checked it out from webClient.getWebWindows() and sequentially dumped > > all the pages in the list. > > > > How do I access window #2 ? > > WebClient.getWebWindows() will return a list of all the windows > currently accessible. If you don't have a name for the window you want > then you'd have to look for some specific content. > > -- > Mike Bowler |