Scraping websites with Javascript enabled?

前端 未结 6 594
北海茫月
北海茫月 2020-12-08 05:28

I\'m trying to scrape and submit information to websites that heavily rely on Javascript to do most of its actions. The website won\'t even work when i disable Javascript in

6条回答
  •  醉话见心
    2020-12-08 06:23

    Maybe you could use Selenium Webdriver, which has python bindings I believe. I think it's mainly used as a tool for testing websites, but I guess it should be usable for scraping too.

提交回复
热议问题