Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: headless mode error - white rectangle #173

Open
JerHalg opened this issue Sep 27, 2024 · 1 comment
Open

[🐛 Bug]: headless mode error - white rectangle #173

JerHalg opened this issue Sep 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JerHalg
Copy link

JerHalg commented Sep 27, 2024

I get the same error with the edge webdriver as the one described in the following issue (for chrome):
SeleniumHQ/selenium#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 JerHalg added the bug Something isn't working label Sep 27, 2024
@dgiaffe
Copy link

dgiaffe commented Oct 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants