-
-
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 mode error of chrome 129 #14514
Comments
@magdev2022, 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! |
Hi, @magdev2022. You can see if the feature is passing in the Web Platform Tests. If it is something new, please create an issue with the ChromeDriver team. |
It was already answered 2 days ago: Temporary fix to move the window off-screen: chrome_options.add_argument("--window-position=-2400,-2400") |
this was posted on the issue tracker for chromedriver issue #367755364 |
- issue and discussion SeleniumHQ/selenium#14514 - https://issues.chromium.org/issues/367755364
* Fix issue on chrome 129 - issue and discussion SeleniumHQ/selenium#14514 - https://issues.chromium.org/issues/367755364 * Revert "Fix error in integration tests" This reverts commit 66940b0. * refactor ChromeDriver setup * reset DefaultIntegrationTestConfig timeout changes * test on timeout * another test on timeout * another test on timeout * another test on timeout * another test on timeout * another test on timeout * do not use hard coded Url
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?
Today, I updated the Chrome browser to the latest version (129).
![image](https://private-user-images.githubusercontent.com/55419065/368397169-421ce012-8771-40d0-ac61-29502ad385f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjMxNjEsIm5iZiI6MTczOTQ2Mjg2MSwicGF0aCI6Ii81NTQxOTA2NS8zNjgzOTcxNjktNDIxY2UwMTItODc3MS00MGQwLWFjNjEtMjk1MDJhZDM4NWY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MDc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI1NTdjOWIwZWFmYTZjYjcxZTA1OGQzNmUzOTFmNDdhNTM5M2M3MmU1NzIyOGYxMGNlNjA0ODg3ZGRhZGFhNWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FP100uonWgOxVExZ5icZQJXCx50dHaYVtepIRu8lA74)
After the update, running Chrome in headless mode produces an unusual result: a blank white window appears, matching the size of the browser.
How can we reproduce the issue?
Relevant log output
Operating System
Windows 11
Selenium version
dotnet selenium 4.24.0
What are the browser(s) and version(s) where you see this issue?
Chrome 129
What are the browser driver(s) and version(s) where you see this issue?
Chromedriver 129.0.6668.58
Are you using Selenium Grid?
No
The text was updated successfully, but these errors were encountered: