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

Posted about 7 years ago by abdulqadir

Post a topic
Answered
a
abdulqadir

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

0 Votes

nestor

nestor posted about 7 years ago Admin 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.

0 Votes


1 Comments

nestor

nestor posted about 7 years ago Admin 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.

0 Votes

Login to post a comment