Element MyElement is not clickable at point (x, y)… Other element would receive the click

Element … is not clickable at point (x, y). Other element would receive the click” can be caused for different factors. You can address them by either of the following procedures: Element not getting clicked due to JavaScript or AJAX calls present Try to use Actions Class: WebElement element = driver.findElement(By.id(“id1”)); Actions actions = new … Read more