51Testing软件测试论坛

标题: 弹出窗口回放不正确 [打印本页]

作者: moruopinpin    时间: 2010-6-12 08:58
标题: 弹出窗口回放不正确
<input class="selectBtn" type="button" title="选择文件夹位置" value="...">  web页面查看的源代码,点击按钮,对应的代码是
<div class="jqmTree" id="selectTreeFolder">
    <div class="jqmTreeTitle jqDrag">请选择文件夹</div>
    <div class="jqmTreeBody">
        <div id="treeDiv"></div>
        <div class="jqmTreeBtn" align="center">
            <input class="inputButton" type="button"  value="确定">
               
            <input class="inputButton jqmClose" type="button" value="取消"></div>
    </div>
    <input type="image" src="javascript/jqModal/image/closeFocus.GIF" class="jqmdX jqmClose"/>
</div>
录制的脚本Browser("Browser").Page("网盘系统").Frame("fileRight_3").WebButton("...").Click
Browser("Browser").Page("网盘系统").Frame("fileRight_3").WebButton("确定").Click
回放的时候也不显示错误,到后一句的时候就不动了。
作者: TIB    时间: 2010-6-12 09:13
Browser("Browser").Page("网盘系统").Frame("fileRight_3").WebButton("...").Click
Browser("Browser").Page("网盘系统").Frame("fileRight_3").WebButton("确定").Click

这两句之间应该还有选择文件的脚本吧?!
作者: moruopinpin    时间: 2010-6-12 09:49
没录,点击“...”,出来一个树形的选择文件夹,默认有选择的,点击确定就可以了




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2