[Selenium-devel] Re:Action "clickAndWait" not work.

2005-10-24 Thread JamesWang
Hi Keenan!   Thanks for your reply!   >When I click a popup, I've found I need to do a click,pause, and  >selectWindow>I believe a click and wait waits until a url is loaded into the  >current window.   Maybe I should test a popup in the way of "click + wait + selectWindow".I think you are ri

[Selenium-devel] Re: Action "clickAndWait" not work

2005-10-24 Thread JamesWang
Hi,     Today I spent two hours in the example "TestWaitInPopupWindow" of selenium 0.6 and I confirmed it was wrong and should not exist. The test script of TestWaitPopupWindow is wrong because command "clickAndWait" doesn't work for popup.     Am I right?   James ___

Re: [Selenium-devel] Re: Action "clickAndWait" not work

2005-10-24 Thread Mike Williams
JamesWang wrote: Today I spent two hours in the example "TestWaitInPopupWindow" of selenium 0.6 and I confirmed it was wrong and should not exist. The test script of TestWaitPopupWindow is wrong because command "clickAndWait" doesn't work for popup. Am I right? Yes, you're right:

Re: [Selenium-devel] Re: Action "clickAndWait" not work

2005-10-24 Thread Mike Williams
JamesWang wrote: Today I spent two hours in the example "TestWaitInPopupWindow" of selenium 0.6 and I confirmed it was wrong and should not exist. The test script of TestWaitPopupWindow is wrong because command "clickAndWait" doesn't work for popup. Am I right? Yes, you're right: