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

2005-10-23 Thread Mike Williams
On 23/10/2005, "Keenan" <[EMAIL PROTECTED]> wrote: >I'm noticing that when 'click' or 'clickAndWaiting' a url in the sub >window [that will load a url into the subwindow] it seems to be >double submitting it to the server. Is anyone else noticing this? > >When putting a break point in my jsp c

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

2005-10-23 Thread Keenan
Hello James,When I click a popup, I've found I need to do a click,pause, and selectWindowI believe a click and wait waits until a url is loaded into the current window.On a related thread.I'm noticing that when 'click' or 'clickAndWaiting' a url in the sub window [that will load a url into the subw

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

2005-10-21 Thread 王?
Hello,every body!     I have some problem with Action "clickAndWait". The example test case TestWaitInPopupWindow is always stopping at "||clickAndWait||link=Click to load new page||" row and I have the same problem with the test case write by myself.     After about half hour study I fo