Selenium Web Driver & Java
Selenium Web Driver & Java. Element is not clickable at point (x, y).
Other element would receive the click
org.openqa.selenium.WebDriverException: Element is not clickable at point (36, 72).
Other element would receive the click: ... Command duration or timeout: 393 milliseconds
Tagged:
Comments
var element = element(by.linkText('webdriverjs'));
browser.executeScript("arguments[0].click()",element);