How to click a data cell from within an iframe?
I'm interrogating a web app that has a table. I've used the HTML Table Designer to match the cells (this table only has data cells) and at design time all elements are matched: table, table selection, data cells. At run time, however, when I perform click on a data cell (passing the index) I get an exception of "element not matched". Digging through the html code I found that this particular table is buried under three nested iframes.
I guess that the table being inside an iframe might be causing an issue. What is the right way to get the data cell of my particular table clicked?