Hi,
I wanna know, Can we perform actions on objects in Browser if we don't have QTP... Using only VBScript.
I wanna know, Can we perform actions on objects in Browser if we don't have QTP... Using only VBScript.
Perform Action on Browser using only VBScript
|
Hi,
I wanna know, Can we perform actions on objects in Browser if we don't have QTP... Using only VBScript.
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
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") |
« Next Oldest | Next Newest »
|
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,851 |
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,700 |
03-11-2014, 12:13 PM Last Post: devarapallliramana |
|
Ways to perform extraction | AAB | 4 | 4,426 |
06-05-2012, 09:05 PM Last Post: supputuri |
|
Difference between parameter tabs in Action Properties and Action Call Properties. | vibhakhandelwal | 0 | 4,264 |
11-16-2011, 01:34 PM Last Post: vibhakhandelwal |
|
How to perform the Filter action in excel using vb script? | venkatbatchu | 6 | 32,063 |
10-08-2009, 03:05 PM Last Post: venkatbatchu |