Forum Discussion
YMinaev
Staff
15 years agoHi,
You can identify objects by row and column in a table. To do this, you need to parse this table and check which cell contains an object which meets recognition criteria. See the "Parsing HTML Tables" help topic.
As for Hybrid model, your scripts will work since Hybrid allows you to use the same syntax you use with DOM. I recommended enabling it to be able to use the Tree syntax for one task only - to find the needed object in the table since this is easier than parsing the table in DOM where there's no parent-child relations between containers and items located inside them.
You can identify objects by row and column in a table. To do this, you need to parse this table and check which cell contains an object which meets recognition criteria. See the "Parsing HTML Tables" help topic.
As for Hybrid model, your scripts will work since Hybrid allows you to use the same syntax you use with DOM. I recommended enabling it to be able to use the Tree syntax for one task only - to find the needed object in the table since this is easier than parsing the table in DOM where there's no parent-child relations between containers and items located inside them.