yes, the video explains how you can run selenium on google colab and also how to connect colab with google sheets so that you can export data to google sheets as well.
you can try different logics here for example: if you are looping over pages you can break, If you are clicking on next page, check if page=25 in next_page_link
Excellent.
Many thanks!
Hi, is possible to run a program with selenium on googlecolab?
yes, the video explains how you can run selenium on google colab and also how to connect colab with google sheets so that you can export data to google sheets as well.
how to stop scraping until certain page? like until 25 page to stop? please reply me
you can try different logics here for example: if you are looping over pages you can break,
If you are clicking on next page, check if page=25 in next_page_link