[Webtest] handling multistage popups
Marc Guillemot
webtest@lists.canoo.com
Wed, 12 Oct 2005 09:16:49 +0200
selectWindow may help if your original window has a name else... you
will have to improve it.
Marc.
Lothar � wrote:
> Hi,
>
> Is there a way to handle popup windows created with JavaScript?
> For example with: win = window.open(...)
>
> The openend window becomes the current response as expected, but then I
> have to close this popup and continue with the 'old' main window.
>
> There is <previousResponse/>, to go one step back, but the popup
> requires more than one submit/reload(It's an image upload dialog).
>
> Using two previousResponse steps does not help, so what to do?
>
> thx,
> lothar
>