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] How to write code for button click?

2010-01-01 Thread Shaiful Islam
Hello All, I am learning Watir and implementing it one of my project. I have done few things to execute. But I gotta stuck over the form submission for this code: Auto Complete other place i used for form submission: "b.button(:type, 'submit').click" Anyone can help on this. Thanks in Advance