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-tp15166572p15166572.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to