My RFT code is
table_cell = find(atList(
atDescendant(".class" , "Html.TD")
,atChild(".text" , "normal")
),false
);
and it finds two objects. I was expecting only one because I specified that I want TD with direct child that got text "normal". See the screen shot.
If I then use .getMappableParent() method on both results found I get two tables ( I am after a table) see the picture.
Could anybody explain how come I got two objects?
Some info about atChild and RFT find() method
atChild -- One or more properties that must be matched against the direct child of the starting test object