I have an error:
Error: Type: <class 'selenium.common.exceptions.SessionNotCreatedException'>
Message: session not created: This version of ChromeDriver only supports Chrome version 96
Current browser version is 98.0.4758.82 with binary path .....
To get latest driver I'm using this code:
browser = webdriver.Chrome(ChromeDriverManager().install(),options=options)
Why on my local machine and one of the VMs, it will get the latest (version 98...) and on one of the VM, it will get only version 96.
- Is it something that need to be changed on VM to make it work correctly?
P.S. Two VMs are identical copies.