{"id":1090,"hash":"4dc5a5c8912df54fcc9a3a34da11cb6f5f5c8c29df258442b78e4d1187db9960","pattern":"SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81","full_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!\n\nScreenshots below:","ecosystem":"pypi","package_name":"selenium","package_version":null,"solution":"I solved these kinds of problems using the webdrive manager.\n\nYou can automatically use the correct chromedriver by using the webdrive-manager.\nInstall the webdrive-manager:\n\npip install webdriver-manager\n\nThen use the driver in python as follows\n\nfrom selenium import webdriver\nfrom webdriver_manager.chrome import ChromeDriverManager\n\ndriver = webdriver.Chrome(ChromeDriverManager().install())\n\nThis answer is taken from https://stackoverflow.com/a/52878725","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/60296873/sessionnotcreatedexception-message-session-not-created-this-version-of-chrome","votes":206,"created_at":"2026-04-19T04:52:19.396269+00:00","updated_at":"2026-04-19T04:52:19.396269+00:00"}