|  | 
 
 
 楼主|
发表于 2013-9-9 17:18:03
|
显示全部楼层 
| 对象怎么样才是正常的,我是获取了行信息
 日志如下:
 
 2013-09-09 15:59:07,687 [1] INFO WinFormFunction.MonitorTest <btnTestJsChange_Click>b__7 0- 找到信息:郑州
 2013-09-09 15:59:07,687 [1] INFO WinFormFunction.MonitorTest <btnTestJsChange_Click>b__7 0- Begin to click tr:415郑州2013-09-08 23:59:592013-09-09 23:59:590%未运行
 2013-09-09 15:59:18,765 [1] INFO WinFormFunction.MonitorTest <btnTestJsChange_Click>b__7 0- The click operation is over
 
 
 相关代码如下:
 logger.InfoFormat("Begin to click tr:{0}", heTr.OuterText);
 MessageBox.Show("Begin to click tr");
 heTr.InvokeMember("click");
 //heTr.GetElementsByTagName("td")[0].InvokeMember("click");//点击td也没有效果
 Thread.Sleep(10000);
 logger.InfoFormat("The click operation is over");
 
 
 HTML源码:
 [code=html]<TR class="x-grid-row   x-grid-row-alt" viewIndex="15" viewRecordId="400" boundView="gridview-1026" _nodup="30804">
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1017   x-grid-cell-first">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">400</DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1018   ">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">郑州</DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1019   ">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">2013-09-08 23:59:59</DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1020   ">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">2013-09-09 23:59:59</DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1021   ">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">
 <DIV style="BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 100%; BACKGROUND: #eee; HEIGHT: 20px; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid">0%</DIV></DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-gridcolumn-1022   ">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on"><SPAN>未运行</SPAN></DIV></TD>
 <TD class=" x-grid-cell x-grid-cell-templatecolumn-1023   x-grid-cell-last">
 <DIV style="TEXT-ALIGN: left" class="x-grid-cell-inner x-unselectable" unselectable="on">
 <DIV style="TEXT-ALIGN: center" id=job400><IMG border=0 src="http://10.96.18.106:8080/jms/common/image/url-logo2.png"></DIV></DIV></TD></TR>[/code]
 
 
 
 | 
 |