|
I have the following source where I need to select and click a submenu item. How do I accomplish this with IE::Mechanize ?
<TD noWrap align=left width="1%"><IMG tabIndex=0 src="Space.png" border=0><IMG tabIndex=0 src="Spac
+e.png" border=0><INPUT class=gridRowActionsButton id=main_rowActions onmouseover="this.className='
+gridRowActionsButtonOver';" disabled tabIndex=0 onmouseout="this.className='gridRowActionsButtonOu
+t';" type=button value=Actions includeInPostBack="false" PopUpUniqueId="1">
<DIV id=main_rowActions_container style="DISPLAY: none">
<DIV class=gridRowActionsItem id=main_rowAction_GoRun onclick="Grid_RowCommand('templategrid','GoRu
+n',this,null,null,null,null,null,null,null);" AllowMultipleSelection="0">Run</DIV>
<DIV class=gridRowActionsItem id=main_rowAction_GoSchedule onclick="Grid_RowCommand('templategrid',
+'GoSchedule',this,null,null,null,null,null,null,null);" AllowMultipleSelection="0">Edit Template</
+DIV>
<DIV class=gridRowActionsItem id=cmain_rowAction_DeleteReport onclick="Grid_RowCommand('templategri
+d','DeleteReport',this,null,null,null,null,null,null,{"ConfirmMessage":"Are you sur
+e you want to delete the selected templates?"});" AllowMultipleSelection="1">Delete template<
+/DIV></DIV></TD>
|