systemutil.Run"iexplore.exe",v_url
wait 6
Set br_d = description.Create()
br_d("title").value = "Gmail: Email from Google"
If browser(br_d).Exist(2) Then
msgbox " present"
else
msgbox "not present"
End If
Set pg_d = description.Create()
pg_d ("title").value = "Gmail: Email from Google"
If page(pg_d).Exist(2) Then
msgbox " present"
else
msgbox "not present"
End If
--
Mayuri Gupta
US - Secaucus