[wtr-general] Re: how to make a click_no_wait in chrome with watir-webdriver

2011-07-19 Thread thunderzhu...@gmail.com
did i miss something? or watir-webdriver for chrome cannot do this? is there any substitution for this??? On Jul 15, 4:37 pm, "thunderzhu...@gmail.com" wrote: > I have a button binding with onclick event. I want to click on this > button, and click on "OK" button of t

[wtr-general] how to make a click_no_wait in chrome with watir-webdriver

2011-07-15 Thread thunderzhu...@gmail.com
I have a button binding with onclick event. I want to click on this button, and click on "OK" button of the alert pop up. But using button.click will block following steps, and i can not find any clue that there is a button.click_no_wait to help me with this. Can you help me out of this? I'm with