0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

scrapy-selenium

Posted at

scrapy-seleniumって何?

Scrapy用のダウンローダーミドルウェア。巷によくある、Scrapy+seleniumと同じ。

Scrapyのドキュメント(Scrapy 1.7 document)に載っているので使ってみた。

本家は https://github.com/clemfromspace/scrapy-selenium

ウチだけ?

ドキュメントには

SELENIUM_DRIVER_ARGUMENTS=['-headless'] # '--headless' if using chrome instead of firefox

とあるが、firefox(69.0.2)(geckodriver 0.25.0 (bdb64cf16b68 2019-09-10))では上記コメントにも関わらず、SELENIUM_DRIVER_ARGUMENTSを設定する必要があった。

README.mdの訳に訳注追加。

0
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?