Modal window hacked:)
http://seleniumdeal.blogspot.com/2009/01/handling-modal-window-with-selenium.html



Roberto Fasciolo wrote:
> 
> Hi all,
> 
> I'm trying testing an application using modal windows with selenium but it
> seems I can't find a good way.
> Has someone ever done something like that?
> 
> Basically, my problem is that I can access the ModalWindow using:
> selenium.selectWindow("modal-dialog-pagemap");
> 
> but I can't verify if the window has been fully loaded or not, I've tried
> with:
> selenium.waitForPopUp("modal-dialog-pagemap", "30000");
> 
> but it fails all the time with exception message "Window not found".
> 
> Thanks in advance,
> -Roberto
> 

-- 
View this message in context: 
http://www.nabble.com/Testing-ModalWindows-with-Selenium-tp15166572p24119439.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to