Forum Discussion
sowmya_bs
15 years agoContributor
Yes it is shown in the object tree on both the machines.
When we try to access the extended properties of a TableObject [ where the TableObject is , Set TableObject = page.NativeWebObject.Find("HTMLProperty",HTMLPropertyValue,"HTML tag name")] on webpage, we get the error ‘Object RowCount not found’ on machine2.
Where, for below example-
<TABLE> id = "datagrid" </TABLE>
HTMLProperty = id (unique properties)
HTMLPropertyValue = Value of the choosen unique property - "datagrid"
HTML tag name = TABLE
The 'Extended property' for the table object the 'row count' property is not available for machine2 and is available for machine1
When we try to access the extended properties of a TableObject [ where the TableObject is , Set TableObject = page.NativeWebObject.Find("HTMLProperty",HTMLPropertyValue,"HTML tag name")] on webpage, we get the error ‘Object RowCount not found’ on machine2.
Where, for below example-
<TABLE> id = "datagrid" </TABLE>
HTMLProperty = id (unique properties)
HTMLPropertyValue = Value of the choosen unique property - "datagrid"
HTML tag name = TABLE
The 'Extended property' for the table object the 'row count' property is not available for machine2 and is available for machine1
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 3 days ago