vivrichards600/AutomatedVisualTesting

Need to upgrade ChromeDriver to avoid crash

markgaze opened this issue ยท 2 comments

With the current version of the ChromeDriver package, the tests fail because of this issue: webdriverio/webdriverio#2631

Updating the package to the latest (2.38.0) solves the issue for me ๐Ÿ˜ƒ

I also updated Selenium.WebDriver and Selenium.Support to 3.11.2

Updated, thank you.