Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get the ClassName of the cell object from a Table.
#2
Not Solved
Hi
1st Approach:
Use 'ChildItem' method to get the class.
Code:
Set WebEditObj = Browser("Browser").Page("Page").WebTable("Sortable table").ChildItem(Row,Column,"WebEdit",0)



2nd Approach:
Use 'GetROProperty'.

Code:
strClassName = Browser("Browser").Page("Page").WebTable("Table").GetROProperty("Class")


~Regards
Reply


Messages In This Thread
RE: Get the ClassName of the cell object from a Table. - by QTPLearn - 09-24-2010, 11:05 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)