Dim var_GetTOProperty
Browser("OA-用户登录").Page("OA-用户登录").WebEdit("j_username").Set "125"
Browser("OA-用户登录").Page("OA-用户登录").WebEdit("j_password").SetSecure ""
Browser("OA-用户登录").Page("OA-用户登录").WebButton("WebButton").Click
If Browser("OA-用户登录").Dialog("Microsoft Internet Explorer").exist(1) Then
var_GetTOProperty = Browser("OA-用户登录").Dialog("Microsoft Internet Explorer").GetVisibleText(top)
If var_GetTOProperty <> "请输入密码 !"Then
msgbox(var_GetTOProperty )
End If
Browser("OA-用户登录").Dialog("Microsoft Internet Explorer").close
End If