INFO:root:Error: Message: Service /app/chromedriver unexpectedly exited. Status code was: 127
2024-07-16T05:04:44.477355735Z
2024-07-16T05:04:44.480034503Z INFO:root:login not successful
What OS and version are you using? ā running through docker file on windows (local environment)
What python version are you using? ā python 3.11
Do you see any related error in sudo dmesg output? ā no
Question for you to research; does selenium work from inside a container?
The reason I ask is that selenium expects to run the broswer and that requires a GUI environment I assume.
The container does not have such an environment I also assume.
My requirement is to deploy a python web driver selenium script to AWS fargate by using python 3.11 version
The container worked as expected through AWS lambda with python 3.8
but we need to use latest version of python at least 3.11 with AWS fargate