Is there any way to list available methods for created object in VBS?
For example:
Set IE = CreateObject(\"InternetExplorer.Application\")
Try this ...
For i = 0 To webElementCount-1 Step 1 innertextProp = myValue2(i).GetROProperty("innertext") print i & innertextProp print innertextProp Next