10-19-2012, 10:35 AM
Hi Ankesh,
The reason am not using OR is, have 67 webpages in the AUT for which i got to get the links. To parameterize the test am going for DP.
With the below code am gettng error number - (-2147467259)
Any more info plz..
Thanks
Praveena
The reason am not using OR is, have 67 webpages in the AUT for which i got to get the links. To parameterize the test am going for DP.
With the below code am gettng error number - (-2147467259)
Any more info plz..
Code:
et alllink=description.Create
alllink("micclass").value="Link"
Set objlink=Browser("name:=CCAMS \| Home \| 1.1.35","micclass:=Browser").Page("name:=CCAMS \| Home \| 1.1.35.*").ChildObjects(alllink)
msgbox Err.Number
Thanks
Praveena