rishabhsiitk
Results
1
issues of
rishabhsiitk
I am using docker image `public.ecr.aws/sam/build-python3.7` with following configuration selenium==4.0.0a5 urllib3==1.26.6 https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-37/stable-headless-chromium-amazonlinux-2017-03.zip https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip and below is the code ``` from selenium.webdriver import Chrome from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import...