scrapy-headless icon indicating copy to clipboard operation
scrapy-headless copied to clipboard

Module 'scrapy_selenium' doesn't define any object named 'SeleniumDownloadHandler'

Open tumregels opened this issue 4 years ago • 8 comments

In the docs you mention

# You need also to change the default download handlers, like so:
DOWNLOAD_HANDLERS = {
    "http": "scrapy_selenium.SeleniumDownloadHandler",
    "https": "scrapy_selenium.SeleniumDownloadHandler",
}

but in this plugin there is no such SeleniumDownloadHandler.

tumregels avatar Mar 15 '20 18:03 tumregels