or
Another issue that I am having is being able to access calendar date pickers written in vb.
Hi
i have a case that tries to verify if a cell is hidden but the verification step says that it is visible even thou IE8 do not render the cell
the table code is as follows.
<table style="empty-cells: hide">
<tr>
<td aut="cell1">some text so this cell is visible</td>
<td aut="cell2"></td>
</tr>
</table>
is there a way to detect that cell2 is hidden and not wrongly detected as "visible" ?
Regards
Ben