I’ve designed a button on my web site and it used to download a pdf document.
I record a test case and the click button even is captured. However, when I run the test case on Chrome it show me this message : org.openqa.selenium.WebDriverException: unknown error: Element … is not clickable at point (827, 85). Other element would receive the click:
.
I’ve been tried many methods to solve this problem, For example add “scroll to element” to that button before “click” it, use the latest version chromedriver. But the problem still happens. How can I fixed this issue?