selenium-python-aws-lambda icon indicating copy to clipboard operation
selenium-python-aws-lambda copied to clipboard

chromedriver' executable needs to be in PATH.

Open soumilshah1995 opened this issue 3 years ago • 3 comments

I tried uploading your ZIP in Python Lambda Python version 3.7, 3.8, and 3.6 gives following error

{ "errorMessage": "Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home\n", "errorType": "WebDriverException", "stackTrace": [ " File "/var/task/lambda_function.py", line 46, in lambda_handler\n driver = webdriver.Chrome(chrome_options=chrome_options)\n", " File "/var/task/selenium/webdriver/chrome/webdriver.py", line 68, in init\n self.service.start()\n", " File "/var/task/selenium/webdriver/common/service.py", line 81, in start\n raise WebDriverException(\n" ] }

soumilshah1995 avatar Apr 16 '21 14:04 soumilshah1995

same issue

MiladGhorbaniG avatar Apr 29 '21 16:04 MiladGhorbaniG

i already solved it here is solution https://www.youtube.com/watch?v=S0GUg8bcpcI&t=335s

soumilshah1995 avatar Apr 29 '21 23:04 soumilshah1995

@MiladGhorbaniG https://www.youtube.com/watch?v=S0GUg8bcpcI&t=335s

soumilshah1995 avatar Apr 29 '21 23:04 soumilshah1995