(I\'ve looked at many other similar posts on SO and have unfortunately not been able to solve this problem, so here goes...)
I\'m using Selenium WebDriver (C# implementa
try this.. WebElement hiddenWebElement =d.findElement(By.xpath(xpath)); ((JavascriptExecutor)d).executeScript("arguments[0].click()",hiddenWebElement);