Software Testing Articles
Thursday, 6 June 2013
VB Script to open a webpage
Dim objIE
objIE = CreateObject("Internetexplorer.Application")
objIE.Visible = 1
objIE.Navigate ("www.google.com")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment