Selenium in Google Colab; Simple Selenium Project in Python | Create Graph in google sheets

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 7

  • @mehdismaeili3743
    @mehdismaeili3743 8 месяцев назад

    Excellent.

  • @mehdismaeili3743
    @mehdismaeili3743 8 месяцев назад

    Hi, is possible to run a program with selenium on googlecolab?

    • @ScrapingNinja
      @ScrapingNinja  8 месяцев назад

      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.

  • @yudaperwira6307
    @yudaperwira6307 5 месяцев назад

    how to stop scraping until certain page? like until 25 page to stop? please reply me

    • @ScrapingNinja
      @ScrapingNinja  5 месяцев назад

      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