Displaying 1 result from an estimated 1 matches for "testclick".
Did you mean:
leftclick
2007 May 16
1
Finding the Button inside the CELL
...any solution for that.
Example:
<table id="MainTable">
<tr>
<td>
<table id="ShipTableMenu" >
<tr>
<td><input type="button" value="Test" id="cmdTest"
name="cmdTest" onclick="TestClick(true,false);">
</td>
</tr>
</td>
</tr>
</table>
Now I want to Locate the Test Button....
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message becau...