Open Raiccio opened 1 month ago
And so you thought let's file a bug here instead of Google?
it has already been reported https://issues.chromium.org/issues/367755364
Edit: more https://stackoverflow.com/questions/78996364/chrome-129-headless-shows-blank-window
Yes, I have the same issue with 129.0.6668.59
Can we downgrade it somehow to 128 ?
Simple fix: (Move the window off-screen)
options.add_argument("--window-position=-2400,-2400")
I added that info to a Stack Overflow solution: https://stackoverflow.com/a/78999088/7058266
Still this is NOT something to file as a uc bug.
Now using hedaless levaes a giant white rectangular solid (the outlines of the "headless" driver) on the desktop and it can't be moved, closed or interacted with at all. Only headless=False works bugless.