-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 Chrome leaves a blank window open #14550
Comments
@aaltat, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Yes, looks like a duplicate. Closing. |
This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs. |
What happened?
When I open headless Chrome in Windows 11 with Python, it leaves blank window visible in desktop. Blank here means window without buttons or frames, example like this one:
![image](https://private-user-images.githubusercontent.com/2665023/372779650-fcd3c7c2-2d1d-4085-b44a-f67d2c626eea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDcwMjUsIm5iZiI6MTczOTEwNjcyNSwicGF0aCI6Ii8yNjY1MDIzLzM3Mjc3OTY1MC1mY2QzYzdjMi0yZDFkLTQwODUtYjQ0YS1mNjdkMmM2MjZlZWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTMxMjA1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTlmNDc4MjZkNWQ1YWIyNGY0YTI1ZWUyNmIzMWQ2ZGQ4NTJiMzZmOWRkN2MyMTg1Yjg2ZGE0OGQyNDZmNTc2ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.SeClHBCUgvCmEnYCfXffCfDu50M8rWmXMk-lqF_JLGk)
The window remains blank for the duration of the execution, but it does not affect test execution.
How can we reproduce the issue?
Relevant log output
Starting Chrome DevTools listening on ws://127.0.0.1:61296/devtools/browser/fe646dbc-1d4b-4526-a25e-b968904f7921 Sleep Get URL [17012:16848:1002/105511.364:ERROR:ssl_client_socket_impl.cc(882)] handshake failed; returned -1, SSL error code 1, net_error -3
Operating System
Windows 11
Selenium version
4.24.0 and 4.25.0
What are the browser(s) and version(s) where you see this issue?
Chrome 129.0.6668.71
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 129.0.6668.70
Are you using Selenium Grid?
Not using
The text was updated successfully, but these errors were encountered: