Selenium versus BeautifulSoup for web scraping

后端 未结 3 1693
暖寄归人
暖寄归人 2020-12-07 08:56

I\'m scraping content from a website using Python. First I used BeautifulSoup and Mechanize on Python but I saw that the website had a button that

3条回答
  •  感情败类
    2020-12-07 09:18

    I used Selenium for web scrapping, but it is not happy solution. In my last project I used https://github.com/chromedp/chromedp . It is more simple solution than Selenium.

提交回复
热议问题