标题: 修改脚本代码使日期输入参数化,回放时提示无法识别对象,是否操作错误? [打印本页] 作者: lilytesting 时间: 2006-11-2 12:28 标题: 修改脚本代码使日期输入参数化,回放时提示无法识别对象,是否操作错误? 修改前的脚本如下:
Browser("Welcome using SBPL system").Page("Welcome using SBPL system").Frame("frame_main_2").Image("calendar").Click
Browser("Welcome using SBPL system").Page("Welcome using SBPL system").Frame("frame_main_2").Link("2").Click
修改后的脚本,目的是使输入的日期能参数化:
Browser("Welcome using SBPL system").Page("Welcome using SBPL system").Frame("frame_main_2").WebEdit("ghrDReceivedate").Set DataTable("Receivedate", dtLocalSheet)
回放后系统提示的错误为:
The "ghrDReceivedate" WebEdit object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.