Skip to content
Advertisement

Element not clickable in the next page by selenium python

I try to scrape all the pages of a URL by selenium python, but only could get the values from the 1st page. The code is going to the next page but same code is not working to scrape ending with an error. The error is ” Element … is not clickable at point (208, 17). Other element would receive the click: …”. Here is the code

JavaScript

Advertisement

Answer

While not trivial, it’s doable, and here is one way to do it:

JavaScript

Result in terminal:

JavaScript

Selenium documentation can be found at: https://www.selenium.dev/documentation/

Pandas documentation: https://pandas.pydata.org/docs/

And for TQDM, go to https://pypi.org/project/tqdm/

Advertisement