Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Perform Action on Browser using only VBScript
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,

I wanna know, Can we perform actions on objects in Browser if we don't have QTP... Using only VBScript.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Well Interesting Question. as par my understanding 'YES' we can do that but for this purpose User must have good knowledge of Win32 API and user needs to do extensive coding.

Basically all the automation tool provide an interface to access the application and it consist library files and other required settings.

~Regards
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks 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


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,435 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,277 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  Ways to perform extraction AAB 4 3,824 06-05-2012, 09:05 PM
Last Post: supputuri
  Difference between parameter tabs in Action Properties and Action Call Properties. vibhakhandelwal 0 3,861 11-16-2011, 01:34 PM
Last Post: vibhakhandelwal
  How to perform the Filter action in excel using vb script? venkatbatchu 6 30,904 10-08-2009, 03:05 PM
Last Post: venkatbatchu

Forum Jump:


Users browsing this thread: 1 Guest(s)