Re: Testing ModalWindows with Selenium

2009-06-20 Thread Fernando Wermus
olved for wicket 1.4.r.X. On Sat, Jun 20, 2009 at 8:37 PM, amit_vibhuti wrote: > > Can you explain me in detail, what the wicket path you are talking about? > -- > View this message in context: > http://www.nabble.com/Testing-ModalWindows-with-Selenium-tp15166572p24131313.html &g

Re: Testing ModalWindows with Selenium

2009-06-20 Thread amit_vibhuti
Can you explain me in detail, what the wicket path you are talking about? -- View this message in context: http://www.nabble.com/Testing-ModalWindows-with-Selenium-tp15166572p24131313.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Testing ModalWindows with Selenium

2009-06-20 Thread Fernando Wermus
ried > > with: > > selenium.waitForPopUp("modal-dialog-pagemap", "3"); > > > > but it fails all the time with exception message "Window not found". > > > > Thanks in advance, > > -Robe

Re: Testing ModalWindows with Selenium

2009-06-19 Thread amit_vibhuti
opUp("modal-dialog-pagemap", "3"); > > 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/Testi

Re: Testing ModalWindows with Selenium

2008-01-29 Thread Timo Rantalaiho
On Tue, 29 Jan 2008, Roberto Fasciolo wrote: > 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", "3

Testing ModalWindows with Selenium

2008-01-29 Thread Roberto Fasciolo
ut I can't verify if the window has been fully loaded or not, I've tried with: selenium.waitForPopUp("modal-dialog-pagemap", "3"); but it fails all the time with exception message "Window not found". Thanks in advance, -Roberto -- View this message