SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[selenium] SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
Home
Question
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
The solution is:-
Check out the chrome version of your chrome.From chrome://settings/help
Check out which version of ChromeDriver is compatible with your current chrome version from
here
download the compatible one and replace the existing ChromeDriver with a new ChromeDriver.
Now run the code
Examples related to
selenium
•
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
•
session not created: This version of ChromeDriver only supports Chrome version 74 error with ChromeDriver Chrome using Selenium
•
Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed
•
WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser
•
Class has been compiled by a more recent version of the Java Environment
•
How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium?
•
How to make Firefox headless programmatically in Selenium with Python?
•
element not interactable exception in selenium web automation
•
Selenium Web Driver & Java. Element is not clickable at point (x, y). Other element would receive the click
•
How do you fix the "element not interactable" exception?
Examples related to
google-chrome
•
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
•
SameSite warning Chrome 77
•
What's the net::ERR_HTTP2_PROTOCOL_ERROR about?
•
session not created: This version of ChromeDriver only supports Chrome version 74 error with ChromeDriver Chrome using Selenium
•
Jupyter Notebook not saving: '_xsrf' argument missing from post
•
How to fix 'Unchecked runtime.lastError: The message port closed before a response was received' chrome issue?
•
Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed
•
WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser
•
How to make audio autoplay on chrome
•
How to handle "Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first." on Desktop with Chrome 66?
Examples related to
selenium-webdriver
•
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
•
Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed
•
WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser
•
How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium?
•
How to make Firefox headless programmatically in Selenium with Python?
•
Selenium Web Driver & Java. Element is not clickable at point (x, y). Other element would receive the click
•
How do you fix the "element not interactable" exception?
•
Scrolling to element using webdriver?
•
Only local connections are allowed Chrome and Selenium webdriver
•
Check if element is clickable in Selenium Java
Examples related to
selenium-chromedriver
•
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
•
session not created: This version of ChromeDriver only supports Chrome version 74 error with ChromeDriver Chrome using Selenium
•
Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed
•
WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser
•
How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium?
•
Python Selenium Chrome Webdriver
•
selenium - chromedriver executable needs to be in PATH
•
Only local connections are allowed Chrome and Selenium webdriver
•
How to set "value" to input web element using selenium?
•
Can a website detect when you are using Selenium with chromedriver?
Examples related to
robotframework
•
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81
•
How to write multiple conditions of if-statement in Robot Framework