Hi Domnic Does your site use frames which is why you need to get into the multi window mode ? My previous project was using frames and the behavior of Selenium with frames was slightly unpredictable. But finally I was able to solve it with defining my UI module with the frame id in it .
Can you throw some more light on what this debugging is for . Sorry for being a newbie Regards Hari On Mon, Oct 19, 2009 at 10:37 PM, dominicm <[email protected]>wrote: > > Hi all, > > Our site is not runnable at all under single window mode so I've been > looking at debugging in multi window mode. > > This is possible using commands of the form: > > teJQuery(selenium.browserbot.getCurrentWindow().document).find > ("#username") > > The equivalent for single window mode would be: > > teJQuery("#selenium_myiframe").contents().find("#username") > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
