Re: [wtr-general] How to write code for button click?

2010-01-02 Thread Wesley Chen
$ie.link(:href, "javascript: void(0)").click or $ie.link(:text, "Auto Complete").click Thanks. Wesley Chen. For life, the easier, the better. On Sat, Jan 2, 2010 at 1:43 PM, Shaiful Islam wrote: > Hello All, > > I am learning Watir and implementing it one of my project. I have done > few thing

[wtr-general] Re: How to write code for button click?

2010-01-02 Thread Shaiful Islam
Thank you very much, I appreciate your rapid response with exact solution. It works like magic. Thanks again. On Jan 2, 6:31 pm, Wesley Chen wrote: > $ie.link(:href, "javascript: void(0)").click > or > $ie.link(:text, "Auto Complete").click > > Thanks. > Wesley Chen. > For life, the easier, the