Sunday, May 11, 2014

To check weather a particular site exist or not

'launching google site
systemutil.Run("ADDRESS OF WEBSITE")
If browser("title:=Google.*").Exist Then
       msgbox ("window opend")
else
        msgbox("window not opened")
End If
browser("title:=.*").Close

No comments:

Post a Comment