|
代码如下:- systemUtil.Run "www.baidu.com"
- 'msgbox Browser("百度一下,你就知道").Page("百度一下,你就知道").WebEdit("wd").Exist
- [color=Teal]Browser("micClass:=Browser").Page("micClass:=Page").WebEdit("name:=wd","index:=2").Highlight
- Browser("micClass:=Browser").Page("micClass:=Page").WebEdit("name:=wd","index:=2").Set "QTP" [/color]
- GPro=Browser("百度一下,你就知道").Page("百度一下,你就知道").WebEdit("wd").GetROProperty("value")
- DataTable.SetCurrentRow(DataTable.GetRowCount+1) '将dataTable的当前行定位到总行数的下一行
- DataTable.Value("yan","Global")=GPro 'DataTable 赋值
- Browser("百度一下,你就知道").Page("百度一下,你就知道").WebButton("百度一下").Click
- msgbox Browser("micClass:=Browser").Page("micClass:=Page").WebEdit("name:=wd","index:=2").GetROProperty("value")
复制代码 Edit("name:=wd","index:=2")对象是能识别到的,但就是不能使用SET赋值。现在初步考虑是IE问题,因为当天上午代码是能执行的,下午IE老弹出“下载文件”的对话框,修复了IE之后,SET就不能赋值了。
这个问题给位美女、大虾有没有遇到过呢?对此大家有没有什么建议呢? |
|