Correct, Bret.
That puzzles me the reason to use a new process to do the click_no_wait.

Since click() is working, I suggest to use 'click!' as click_no_wait alternate 
way for now.



----- Original Message ----
From: Bret Pettichord <[EMAIL PROTECTED]>
To: watir-general@googlegroups.com
Sent: Tuesday, December 9, 2008 7:05:33 PM
Subject: [wtr-general] Re: button.Click_No_Wait only highlights the button, 
does not click


Michael Hwee wrote:
> The only different between 'click' and 'click_no_wait' is 'wait' statement is 
> removed.
>  
Actually no. This is not the only difference. The big difference is that 
with click_no_wait the click method is actually executed in a separate 
process that attaches to the window. If there are any errors here (which 
could happen, as this is complicated) you will not see them. Because 
they occur in a separate process.

Bret


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to