Cannot find the "XXXX" object's parent "XXXXXXXX" (class Browser). Verify that parent properties match an object currently displayed in your application.
Services.StartTransaction "进入培养计划确认"
blnDone=Browser("教学管理信息系统").Page("教学管理信息系统").Frame("leftFrame").Link("培养计划确认").Exist
counter=1
While Not blnDone
Wait (2)
blnDone=Browser("教学管理信息系统").Page("教学管理信息系统").Frame("leftFrame").Link("培养计划确认").Exist
counter=counter+1
If counter=10 then
blnDone=True
End if
Wend
Browser("教学管理信息系统").Page("教学管理信息系统").Frame("leftFrame").Link("培养计划确认").Click
Services.EndTransaction "进入培养计划确认"