写成
If Browser("*").Page("*").WebElement("*").Check CheckPoint("*") then
Exit do
End If
或者
If (Browser("*").Page("*").WebElement("*").Check CheckPoint("*"))=True then
Exit do
End If
试试...
提示没有写then通常是因为 判断语句 里面 缺少了括号.....,有时候可能是因为少了一个,有时候是少了一对......
如果错过太阳时你流泪,那末,你也要错过群星了 ...