Selenium : Element is not clickable at point (X,Y)
Now a days most of them using selenium as one of the scraping tool due to its build in library and community support. Even though many of us feel its hard to implement in selenium. In my previous post explained how effectively we can use the selenium in different use cases. Most of us known selenium is a automation testing tool. Currently people using this as most successful scraping methodology. The most scraping tools are developed with the help of selenium only. For example Scrapy . To know more about how to crawl a website follow this post http://ramakavanan.blogspot.com/2017/09/website-crawl-or-scraping-with-selenium.html. Issue: One day I started to crawl Cricbuzz website. In the middle of crawling, The crawler should move to the next page. So I want not click the " next " button in the pagination list. But the crawler throws the issue like WebDriverException : Message : Element is not clickable at point ( 91...