|
我在录制和编写QTP脚本的时候,遇到个问题,就是页面里有个IFRAME,里面是一棵树,列有很多的税务机关
操作:要点出税务机关的总节点的展开按钮,然后选择一个下属的税务机关
IFRame的代码如下:
<DIV style="OVERFLOW: auto; WIDTH: 100%; POSITION: absolute; TOP: 18px; HEIGHT: 357px">
<TABLE height="300" cellSpacing="0" cellPadding="1" width="100%" border="0">
<TBODY><TR>
<TD class="simpleTree" id="swjgTree" style="FONT-SIZE: 12px" vAlign="top" bgColor="#ffffff">
<LI class="root" id="-1" jQuery1256884793546="6">
<SPAN>请选择:</SPAN>
<UL><LI class="line" jQuery1256884793546="10"> </LI>
<LI class="folder-close-last" id="0000000000" isfolder text="税务总局"><IMG class="trigger" src="http://192.168.70.200:7001/nbgl2Web/scripts/nbgl2/simpletree/images/spacer.gif" border="0" jQuery1256884793546="8" />
<SPAN class="text" jQuery1256884793546="7">税务总局</SPAN>
<UL class="ajax" jQuery1256884793546="9"></UL></LI>
<LI class="line-last" jQuery1256884793546="11"></LI>
</UL>
</LI>
</TD></TR><TR><TD vAlign="top"><BR /></TD></TR></TBODY></TABLE></DIV>
效果如下
|
|