I want to extract the value of an item within a table, and compare it to my expected value.
I can use: Validate.Equals("myXpath", "1234") to compare both, but "myXpath" only return the Xpath (which is fair enough : ) ie. Actual is "myXpath" Expected is 1234
I'm thinking a library type must exist (similar to Selenium) like GetText and would fit into the about example code as: Validate.Equals(GetText("myXpath"), "1234")
and giving my a result as: Actual is 1234 Expected is 1234
I have been looking through the library list but have not found it yet

http://www.ranorex.com/Documentation/Ra ... anorex.htm