I have the following XPath:
//div[contains(@id, \'box\')]/div/h4/small/a[contains(@href, \'google\')]/@href
When I try out this XPath in XP
According to the API doc, it should be
...getAttribute("xpath=//div[contains....