---------- Forwarded message ---------- From: Jian Fang <[email protected]> Date: Tue, Jul 20, 2010 at 9:32 AM Subject: Re: Looking for a sample to deal with pop up new window To: apal apal <[email protected]>
Here are some posts about open a new window, which should also work for Tellurium since Tellurium uses Selenium core by default. http://qtp-help.blogspot.com/2009/07/selenium-handling-windows.html http://stackoverflow.com/questions/99045/handling-browser-pop-up-windows-with-selenium Thanks, Jian On Tue, Jul 20, 2010 at 9:22 AM, Jian Fang <[email protected]> wrote: > Hi, > > If it is not a popup window, you cannot use selectWindow() for that. Have > you tried to use connectUrl(new window url)? > > Thanks, > > Jian > > > On Tue, Jul 20, 2010 at 4:42 AM, apal apal <[email protected]> wrote: > >> Dear John, >> >> I'm encounter a problem that when I click on a link, it opens new window. >> I'm looking for 2 ways to solve this, but both have problems: >> 1. use "selectWindow", but the problem is the new window has no id or >> title, and the name is wrong; >> 2. use runScript, but I can't find any sample. >> >> Could u help? Looking forward for your reply!! >> >> >> -- >> -Thank you! >> -Apal >> > > -- 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.
