pypiselenium95% confidence\u2191 206

SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81

Full error message
I am currently new to robot framework.I am currently using latest window version of chrome and chromedriver which is 80 but when i try to run the test it gives the message "SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81" in pycharm but currently beta version of 81 is only available. I have tried uninstalling everthing and reinstalling it again but nothing works can anyone help me with this.Thank you!

Screenshots below:

I solved these kinds of problems using the webdrive manager. You can automatically use the correct chromedriver by using the webdrive-manager. Install the webdrive-manager: pip install webdriver-manager Then use the driver in python as follows from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install()) This answer is taken from https://stackoverflow.com/a/52878725

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/4dc5a5c8912df54fcc9a3a34da11cb6f5f5c8c29df258442b78e4d1187db9960
hash \u00b7 4dc5a5c8912df54fcc9a3a34da11cb6f5f5c8c29df258442b78e4d1187db9960
SessionNotCreatedException: Message: session not created: Th… — DepScope fix | DepScope