I'm porting my code from an older automation to to VS 2010 using the Ranorex API.
In my old code using their DIV tag objects, I was able to get inner text of a DIV even if it was for a sub object, like an anchor or span within it.
Using Ranorex, I have a DIV object, but its inner text is nothing (using the Spy tool or programmatically).
Is this a bug or by design?
Here's an example of what I'm seeing. My treeview for my app is on the left. Spy on top. You can see the DIV has 3 child object, one is a Span. The span has the text value "1". I need to use innertext of the DIV to see the Spans value.