06-19-2012, 12:03 PM
Code:
Dim objVar
set objVar=description.create
After executing this code its showing the error.
Object required description
Error while creating object using description.create object in VB script
|
06-19-2012, 12:03 PM
Code: Dim objVar After executing this code its showing the error. Object required description
06-19-2012, 12:17 PM
I am not getting any error.
Can you brief out exactly what are you trying to do ?
06-19-2012, 01:34 PM
(This post was last modified: 06-19-2012, 01:37 PM by SarodeGirish.)
'Create a description for browser
Code: Set oBrowser = Description.Create After executing the above code I am getting the error as "Object required 'Description'
06-19-2012, 02:04 PM
I tried ur code and it is perfectly working.
R u executing the below thru QTP or .vbs file ?
06-19-2012, 03:37 PM
(This post was last modified: 06-19-2012, 03:38 PM by SarodeGirish.)
I am not using QTP. I am using .vbs file.
06-19-2012, 05:30 PM
I think Description.Create does not support in .vbs file as it belongs to QTP.
Try below code to close all browsers thru .vbs file Code: Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Is there a way to create dynamic objects by declaring the type of object as parameter | lotos | 3 | 2,181 |
11-08-2017, 11:15 PM Last Post: lotos |
|
Need help in creating dynamic object string using Childobjects | Keshub Mathur | 0 | 1,598 |
09-11-2017, 05:52 PM Last Post: Keshub Mathur |
|
General Object Error(Find Object Error) | akhandesh | 1 | 3,595 |
02-24-2016, 01:05 PM Last Post: sindhus |
|
How to find out the object property in the Description language . | njnirmal | 9 | 6,641 |
05-19-2015, 12:30 AM Last Post: qtptester66523 |
|
If Object name is completely changing then I am unable to recognize that object | swapna.9n9 | 0 | 2,119 |
11-14-2014, 05:35 PM Last Post: swapna.9n9 |