If i have to check a 'xyz' text present in header of the web page & the 'xyz' is present in body of the page.on the use of this function.it will return true ,which is not correct..
selenium.isTextPresent("xyz");
Same question for link presence check.
selenium.isLinkPresent("link=xyz");
Please suggest me what is the best way to varify the text/link on the page through selenium.