Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Perform Action on Browser using only VBScript
#3
Solved: 10 Years, 9 Months ago
QTP basically manipulates the Internet Explorer COM object. You can create it and use the COM functions to automate IE in pure VBScript. Read about it here: http://msdn.microsoft.com/en-us/library/...85%29.aspx

Code:
Set IE = CreateObject("InternetExplorer.Application")
Reply


Messages In This Thread
RE: Perform Action on Browser using only VBScript - by cdesserich - 09-08-2010, 06:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [UFT 12.52/VBScript] Test object exist, is visible and enabled before take an action sparkwanted 0 3,447 02-07-2017, 12:28 AM
Last Post: sparkwanted
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,288 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  Ways to perform extraction AAB 4 3,833 06-05-2012, 09:05 PM
Last Post: supputuri
  Difference between parameter tabs in Action Properties and Action Call Properties. vibhakhandelwal 0 3,878 11-16-2011, 01:34 PM
Last Post: vibhakhandelwal
  How to perform the Filter action in excel using vb script? venkatbatchu 6 30,943 10-08-2009, 03:05 PM
Last Post: venkatbatchu

Forum Jump:


Users browsing this thread: 2 Guest(s)