51Testing软件测试论坛
标题:
QTP 对easyui-datebox 时间控件不支持怎么办?
[打印本页]
作者:
meibaocai
时间:
2011-10-21 16:25
标题:
QTP 对easyui-datebox 时间控件不支持怎么办?
Browser("Browser").Dialog("安全警报").WinButton("是(Y)").Click
Browser("Browser").Page("用户登录").WebEdit("user.uid").Set "admin"
Browser("Browser").Page("用户登录").WebEdit("user.pwd").SetSecure "4ea120a997d1436966fc6d484e1fb7b4"
Browser("Browser").Page("用户登录").WebEdit("validateCode").Set "0000"
Browser("Browser").Page("用户登录").WebButton("登 录").Click
Browser("Browser").Page("VanceInfo Platform").Frame("Frame").Link("导出").Click
Browser("Browser").Page("VanceInfo Platform").Frame("mainFrame").WebButton("导出").Click
上面脚步中的 easyui-datebox 时间控件没有录制下来,如果处理?
Browser("Browser").Dialog("文件下载").WinButton("保存(S)").Click
Browser("Browser").Page("VanceInfo Platform").Sync
Dialog("文件下载").Dialog("另存为").WinEdit("文件名(N):").Set "ff"
Dialog("文件下载").Dialog("另存为").WinButton("保存(S)").Click
Dialog("下载完毕").WinButton("关闭").Click
Browser("Browser").Page("VanceInfo Platform").Sync
Browser("Browser").Close
作者:
meibaocai
时间:
2011-10-21 16:29
部分页面源码如下:
导出截止时间
</td>
<td>
<input type="text" class="easyui-datebox" name="exportARCondition.endTime" id="exportARCondition_time" />
</td>
<td colspan="2" align="right">
<input name="submit" type="submit" class="s_btnclass" value='导出' />
</td>
蓝色字体的 ,在脚本中没有体现
作者:
TIB
时间:
2011-10-23 22:53
对AJAX控件需要特殊处理
作者:
meibaocai
时间:
2011-10-24 09:12
需要如果处理,请大侠帮忙
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2