Hi,

We are experimenting with Watir, and stuck at a point where we need to click on a ToolbarCheckButton which is an IE Webcontrol.

On the client side, tabs look like this:
  <TBNS:ToolbarCheckGroup ID="MainCheckGroup" forceSelection="True">
        <TBNS:ToolbarCheckButton ID="btn1" (event.keyCode==13){event.returnValue=false}" _autopostback="true" selected="True">Tab 1</TBNS:ToolbarCheckButton>
        <TBNS:ToolbarCheckButton ID="btn2" (event.keyCode==13){event.returnValue=false}" _autopostback="true" selected="False">Tab 2</TBNS:ToolbarCheckButton>
  </TBNS:ToolbarCheckGroup>

So the question is whether there is any way to write a watir script to click on such tabs?

Thanks & Regards,
Ashish
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to