Hi
1st Approach:
Use 'ChildItem' method to get the class.
2nd Approach:
Use 'GetROProperty'.
~Regards
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