I am trying to read and click a value in a row (row width=85) of table using Selenium. So far I tried these two methods, but unable to locate value. I am attaching html code as image.
findElementByXpath("//table/tbody/tr[2]/td[2]");
findElementByXpath("//table[@width=\"85\"]/tbody/tr[2]/td[2]");

Any help, really appreciated.