meibaocai 发表于 2011-10-21 16:25:24

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:48

部分页面源码如下:       
                                        导出截止时间
                                        </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:55

对AJAX控件需要特殊处理

meibaocai 发表于 2011-10-24 09:12:57

需要如果处理,请大侠帮忙
页: [1]
查看完整版本: QTP 对easyui-datebox 时间控件不支持怎么办?