I have this error:
session not created: This version of ChromeDriver only supports Chrome version 98
Current browser version is 100.0.4896.75
I have allready manually downloaded the correct chrome driver and inserted it into the project debug folder. But each time I debug it override the new chrome driver with version 100 and insert back the chrome driver with version 98.
How can i avoid this?
What i need to do, that the chrome driver in the folder stay on version 100 and get not overriden by starting debugging.