|
部分脚本如下:
Const c ="test案件"
For i =1 to 10 step 1
Browser("").Page("").Frame("main").Image("项目输入").Click
Browser("").Page("").WebEdit("EXT_2_BRANCH_NAME").Set c&i
Browser("_2").Page("").WebEdit("EXT_2_DEPART_NAME").Set "test部门1"
Browser("").Page("").WebEdit("EXT_2_ANK_TEXTAREA_2").Set "文本1"
Browser("").Page("").WebButton("登录").Click
Browser("").Page("").WebButton("关闭").Click
Next
在循环运行2次或最多到6次时,就会出现Cannot identify the object "EXT_2_BRANCH_NAME" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application.
很疑惑,请各位高手帮忙解决,谢谢! |
|