是这个意思么?
我理解应该是对于对象初始化的判断吧,封装的应该是ie.statusbar的一些方法吧作者: cckaji 时间: 2011-4-28 23:35
谢谢啦作者: shanfeng1419 时间: 2011-4-29 08:54
Sync Method means that "Waits for the browser to complete the current navigation."
Following is the example from QTP Help:
Sub Sync_Example()
'The following example uses the Sync method to wait for the
'Mercury Tours page to synchronize before performing the next operation.
Browser("Mercury Tours").Page("Mercury Tours").Sync
End Sub