I'm testing my webapp using selenium webdriver, but the driver can't find my element, the element's style is set to display:none visible,and I'm using xpath to retrieve that element here is my xpath
By.XPath(".//*[@id='box']/table/tbody/tr[3]/td[4]")
Please advise.
Many thanks