I would guess that you are using :name to locate the button but are using the value instead. That's the only difference I can see between the two!

Emmanuel

On 1/21/2011 11:16 AM, Aravind wrote:
Hi
I have two buttons in a page Search and Go.
I am able to click Go but not the Search, wiered
Go button
<input name="Go" onclick="javascript:go(this); type="button" value="Go">
Search button
<input name="searchAccounts" onclick="javascript:searchAcct(this); type="button" value="Search">
I dont find any diff in the code.
please help
thanks
aravind
--
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

--
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