Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Object Description
#2
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi,

Use GetTOProperties() to retrieve the collection of Property values of Test Object in Obj. Repo and post them into Excel.

Refer the below example:

Code:
Set LinkProp=Browser("Abc").Page("Abc").Link("test").GetTOProperties()
For i=0 to LinkProp.count-1
        msgbox LinkProp(i)    ' post this value into Excel
Next
Reply


Messages In This Thread
Object Description - by Automation_QA - 07-01-2010, 04:31 PM
RE: Object Description - by sreekanth chilam - 07-01-2010, 11:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to find out the object property in the Description language . njnirmal 9 6,292 05-19-2015, 12:30 AM
Last Post: qtptester66523
  Description.Create with same propertie and different values, not working ttralor 2 2,349 01-13-2013, 12:11 AM
Last Post: ttralor
  Error while creating object using description.create object in VB script SarodeGirish 5 5,825 06-19-2012, 05:30 PM
Last Post: ssvali
  Problem while adding description of an object using a varibale shibinp 2 3,279 08-25-2011, 10:51 AM
Last Post: shibinp
  descriptive programming- object description vnicey 3 4,382 11-24-2010, 01:02 AM
Last Post: Anu123

Forum Jump:


Users browsing this thread: 1 Guest(s)