EdgeWebDriver
EdgeWebDriver copied to clipboard
[🐛 Bug]: headless mode error - white rectangle
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
Here are my options :
edgeOptions.AddArguments("--headless=new");
edgeOptions.AddUserProfilePreference("download.default_directory", downloadFolder);
edgeOptions.AddArgument("--log-level=3");
Edge version : 129.0.2792.52 (64 bits)
Encountering the same in our Citrix environment everywhere where Edge 129.0.2792.52 (64-bit). Tried to update to 129.0.2792.65 (64-bit), but the issue persists.