JerHalg
JerHalg
I use VS 2019 pro, and have installed the extension. When i use it in debug mode it works fine but immediately after that my shift keys (both) becomes non...
I get the same error with the edge webdriver as the one described in the following issue (for chrome): [https://github.com/SeleniumHQ/selenium/issues/14514](https://github.com/SeleniumHQ/selenium/issues/14514) Here are my options : ``` edgeOptions.AddArguments("--headless=new"); edgeOptions.AddUserProfilePreference("download.default_directory", downloadFolder); edgeOptions.AddArgument("--log-level=3");...