On a website, there is a page which has several ‘Read More’ buttons. My test scenario is to check whether all the buttons are working or not and whether they are redirecting to the correct URL or not. But on running the script only the first ‘Read More’ is clicked and for other ‘Read More’ buttons, the script fails with the failure reason as below:
Root cause: org.openqa.selenium.WebDriverException: unknown error: Element Read More is not clickable at point (748, 595). Other element would receive the click:
I have tried every possible scenario like considering different object paths(id,class,xpath). But nothing is working.