Start a new topic
Answered

selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.

Hi,

I am trying to run spider in scrapinghub which uses selenium module for webdriver the spider is working at local machine fine i deployed it at scrapy cloud it throw an error of 'geckodriver' where and how to place 'geckodriver at cloud'


Thanks


Best Answer

This is only possible by deploying a Docker custom image https://shub.readthedocs.io/en/stable/deploy-custom-image.html#deploy-custom-image, note that this feature is only available to users subscribed to at least 1 Scrapy Cloud unit.

1 Comment

Answer

This is only possible by deploying a Docker custom image https://shub.readthedocs.io/en/stable/deploy-custom-image.html#deploy-custom-image, note that this feature is only available to users subscribed to at least 1 Scrapy Cloud unit.

Login to post a comment