Running Selenium WebDriver 2.37.1
I\'m receiving an intermittent problem when running a test and receive the following error:
org.openqa.selenium.No
Try use SeleniumWait library:
SeleniumWait.withDriver(driver).withTimeOut(15).forElementToClick(element);