web scraping dynamic content with python

前端 未结 3 1748
暖寄归人
暖寄归人 2020-11-27 16:44

I\'d like to use Python to scrape the contents of the \"Were you looking for these authors:\" box on web pages like this one: http://academic.research.microsoft.com/Search?q

3条回答
  •  情深已故
    2020-11-27 17:20

    A very similar question was asked earlier here. Quoted is selenium, originally a testing environment for web-apps.

    I usually use Chrome's Developer Mode, which IMHO already gives even more details than Firefox.

提交回复
热议问题