I was trying to deploy a selenium py script on streamlit but then i got this error - ❌ Failed to fetch content after 3 attempts: Message: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 120.0.6099.224 with binary path /usr/bin/chromium; For documentation on this error, please visit:
I cant figure out the cause if possible please fix the code and make a PR(it will be very helpful) or you can also guide me here github : GitHub - MAYANK-MAHAUR/DOBBY-WEBPAGE-QA
I searched some forums but didnt understand pls dont redirect me to another forum. if you have a solution kindly reply here
The error message indicates that you need to update your ChromeDriver version (it’s 114) to match the Chrome browser version (which is 120).
You can download the latest version, which is 139, from this link: Chrome for Testing availability. However, I’m not sure if it will work with the browser version 139.
yea but this error is coming when deploying on streamlit. How can i update streamlit chrome version