标题: 循环第二次cannot find parent object [打印本页] 作者: jh1opin4 时间: 2011-8-17 16:14 标题: 循环第二次cannot find parent object For i =0 to 3
Browser("登录-我的搜狐").Page("登录-我的搜狐").WebEdit("email").Set "jh1opin4@sohu.com"
Browser("登录-我的搜狐").Page("登录-我的搜狐").WebEdit("password").SetSecure "4e4b310c5e29ad4f1d44142b473e00c0c97db583e5fe"
Browser("登录-我的搜狐").Page("登录-我的搜狐").WebButton("登录").Click
Browser("登录-我的搜狐").Page("我的搜狐").Sync
WebUtil.DeleteCookies
Browser("登录-我的搜狐").Close
Next
我录了一个相当简单的脚本,然后写语句让循环,但是第一次的时候没有问题,第二次的时候就会提示
Cannot find the "email" object's parent "登录-我的搜狐" (class Browser). Verify that parent properties match an object currently displayed in your application.
Line (10): "Browser("登录-我的搜狐").Page("登录-我的搜狐").WebEdit("email").Set "jh1opin4@sohu.com"".