Luckily the exception pointed in the correct direction "System.InvalidOperationException: session not created. This version of ChromeDriver only supports Chrome version 79 (SessionNotCreated)".
The EasyRepro testing framework leverages Selenium ChromeDriver so you need to check the compatibility - see https://chromedriver.chromium.org/downloads
To fix the error I just had to update the Nuget package to a version which is compatible with the installed Chrome on my machine.
No comments:
Post a Comment