I am using selenium RC with java
I am verifying a text which is present on a webpage like isTextPresent("hello how r u") and suppose it returns false which means selenium was not able to find the given text. My problem is that i Want to know what actual text it finds in place of given text. the text which i verify and the actual text are not completely different string they differ by a character or a word like verify text is hello how r u and actual text was hello where r u is there any way by which i can get this actual text using my verify text using selenium commands