If Browser("Browser").Window("新增IP池 -- 网页对话框").Dialog("Microsoft Internet Explorer").WinButton("确定").Click Then
Browser("Browser").Window("新增IP池 -- 网页对话框").Dialog("Microsoft Internet Explorer").WinButton("确定").Click : Browser("Browser").Window("新增IP池 -- 网页对话框").Close
End If
可在运行时,总不能关闭新建页面,我不知道是我的if语句有问题,还是 if then end if写法有问题,我写成如下形式:
If Browser("Browser").Window("新增IP池 -- 网页对话框").Dialog("Microsoft Internet Explorer").WinButton("确定").Click Then Browser("Browser").Window("新增IP池 -- 网页对话框").Dialog("Microsoft Internet Explorer").WinButton("确定").Click : Browser("Browser").Window("新增IP池 -- 网页对话框").Close
End If