yangxi 发表于 2011-9-29 18:27:08

这个问题怎么解决?

Cannot identify the object "Agent Name:" (of class WinEdit). Verify that this object's properties match an object currently displayed in your application.

efficient 发表于 2011-9-30 10:10:49

首先看看对象库里有没有这个对象,如果有的话 就加个wait() 看看 ,没的话就自己加上去看看

javaweb2006 发表于 2011-9-30 11:30:05

好像不识别用户名,你看看对象库中属性

yangxi 发表于 2011-9-30 15:09:42

对象库中是这样的 Name:         Agent Name:
               Class :         WinEdit
                         Repository:      Local

             object class                              Edit
                   native                                       Edit
                   attached text                           Agent Name
                   Type,Value                                 None
                   Enable Smart Identification      False

yangxi 发表于 2011-9-30 15:10:04

对象库中是这样的 Name:         Agent Name:
               Class :         WinEdit
                         Repository:      Local

             object class                              Edit
                   native                                       Edit
                   attached text                           Agent Name
                   Type,Value                                 None
                   Enable Smart Identification      False

yangxi 发表于 2011-9-30 15:11:58

在哪里加wait()

阳光下的橙子 发表于 2011-10-2 09:32:42

凡是找不到对象的,先去对象库里看看属性是啥,再用SPY抓抓实际对象,
看看有什么变化,这是调试的基本思路!

wangyanzhao 发表于 2011-10-7 22:44:50

1 对象库内是否有此对象
2 你用的winedit的属性是否正确;
3 用F11单步调试下,确定是哪一句脚本出问题

yylfchl 发表于 2011-10-19 14:22:46

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]
查看完整版本: 这个问题怎么解决?