EdgeWebDriver icon indicating copy to clipboard operation
EdgeWebDriver copied to clipboard

[🐛 Bug]: headless mode error - white rectangle

Open JerHalg opened this issue 1 year ago • 1 comments

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)

JerHalg avatar Sep 27 '24 15:09 JerHalg

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.

dgiaffe avatar Oct 02 '24 16:10 dgiaffe