[Selenium-users] selectWindow And frames

2005-10-25 Thread JamesWang
Today I tested a web app of which the first page contained three frames. _ | topFrame | |_| | | | mainFrame | |_| |bottomFrame | |_| There is a link to popup in the mainFrame and I wrote the test scripts of below. |open

Re: [Selenium-users] Regarding child windows and dialogs

2005-11-14 Thread JamesWang
Hi,Raj Below is the function by which Selenium selects the popup: BrowserBot.prototype.getTargetWindow = function(windowName) { LOG.debug(getTargetWindow( + windowName + )); // First look in the map of opened windows var targetWindow = this.openedWindows[windowName]; if

[Selenium-users] How can I get the lates source of selenium by no svn

2005-12-08 Thread JamesWang
Hi,everybody! I can't get the latest source of seleniu by svn because the firewall of my company. Before I could download the source from viewcvs directly.I don't know how to do now! Anybody can help me? Thanks in advance. James ___ Selenium-users

Re: [Selenium-users] 2 same links on one page.

2005-12-25 Thread JamesWang
Hi Tushar My workarounds is the same as Alexandre's.If it didn't work,I think you must workin IE not FF. XPath doesn't work well in IE. James - Original Message - From: Tushar Shah To: selenium-users@lists.public.thoughtworks.org Sent: Saturday, December 24, 2005