这个问题怎么解决?
Cannot identify the object "Agent Name:" (of class WinEdit). Verify that this object's properties match an object currently displayed in your application. 首先看看对象库里有没有这个对象,如果有的话 就加个wait() 看看 ,没的话就自己加上去看看 好像不识别用户名,你看看对象库中属性 对象库中是这样的 Name: Agent Name:Class : WinEdit
Repository: Local
object class Edit
native Edit
attached text Agent Name
Type,Value None
Enable Smart Identification False 对象库中是这样的 Name: Agent Name:
Class : WinEdit
Repository: Local
object class Edit
native Edit
attached text Agent Name
Type,Value None
Enable Smart Identification False 在哪里加wait() 凡是找不到对象的,先去对象库里看看属性是啥,再用SPY抓抓实际对象,
看看有什么变化,这是调试的基本思路! 1 对象库内是否有此对象
2 你用的winedit的属性是否正确;
3 用F11单步调试下,确定是哪一句脚本出问题 SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\pc003-2011","open"
Browser("百度一下,你就知道").WinEdit("Edit").SetSelection 0,21
Browser("百度一下,你就知道").WinEdit("Edit").Type "http://192.168.10.148:8080/ca"
Browser("百度一下,你就知道").WinEdit("Edit").Set "http://192.168.10.148:8080/cas"
Browser("百度一下,你就知道").WinEdit("Edit").TypemicReturn
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("empAcct").Set "yyl"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("password").Click
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("password").SetSecure "4e9e6909c197016bc6d605678fda"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("validcode").Click
Browser("百度一下,你就知道").Page("电子交易平台管理系统").WebEdit("validcode").Set "8020"
Browser("百度一下,你就知道").Page("电子交易平台管理系统").Image("dl").Click
Browser("百度一下,你就知道").Page("电子交易平台后台管理系统").Link("交易管理").Click
Browser("百度一下,你就知道").Page("交易管理").Sync
Browser("百度一下,你就知道").Close
回放出错:Cannot identify the object "交易管理" (of class Link). Verify that this object's properties match an object currently displayed in your application.
求帮忙解决
页:
[1]