Would like to know why you would want to wait between steps in your automated 
tests as when they will run, who will click on these links when they run on a 
daily basis.

I haven't tried this myself but give it a try to see what it does:

wait_until{browser.button(:id => 'button').click}

On 30 Aug 2011, at 21:25, Super Kevy wrote:

> Not sure why you want manual stops but consider this:
> 
> def method_messagebox(txt,title,buttons)
> 
> 
> On Aug 30, 11:54 am, byung <jinuacad...@gmail.com> wrote:
>> Is there a way to make Watir code to wait for user's click event??
>> 
>> I would like to run the Watir code.. and while it is running, wait
>> till the user click a link on the web page..
>> 
>> If the user click a link on the page, and then the code go to next
>> step...
>> 
>> How would it be possible to do this??
>> 
>> Wait, User Click the link, go to next step in the Watir code.. Wait,
>> User Click the link, and then go to next step..
>> 
>> any help will be deeply appreciated.
> 
> -- 
> Before posting, please read http://watir.com/support. In short: search before 
> you ask, be nice.
> 
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com

Regards,
Rahul Sharma

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to