Selenium-UI-testing-with-AWS-Lambda-Layers icon indicating copy to clipboard operation
Selenium-UI-testing-with-AWS-Lambda-Layers copied to clipboard

No module named 'selenium.webdriver.chrome'

Open jraj002 opened this issue 6 years ago • 3 comments

I followed the steps outlined in the README. However, I encountered the following error when I executed the Lambda: Unable to import module 'handler': No module named 'selenium.webdriver.chrome'

jraj002 avatar May 24 '19 03:05 jraj002

I get the same error

grafst avatar Jan 05 '20 22:01 grafst

Check whether your Lambda python version and the version number (in the flder name) mentioned while installing Selenium matches.

emisbalu avatar Mar 05 '20 11:03 emisbalu

Getting the same issue, checked python versions:

########################################################################################## # 2504: 0 of 2 promises have settled # 2504: 2 unsettled promises: # 2504: cf:selenium-layer-dev.SeleniumLayerExport waited on by: undefined # 2504: cf:selenium-layer-dev.ChromedriverLayerExport waited on by: undefined # This can result from latent connections but may represent a cyclic variable dependency ##########################################################################################

{ "errorMessage": "Unable to import module 'handler': No module named 'selenium.webdriver.chrome'", "errorType": "Runtime.ImportModuleError" }

jdmevo123 avatar Mar 18 '20 05:03 jdmevo123