ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.67k stars 1.15k forks source link

[FIXED] HEADLESS broken after CHROME UPDATE #2022

Open Raiccio opened 1 week ago

Raiccio commented 1 week ago

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.

ultrafunkamsterdam commented 1 week ago

And so you thought let's file a bug here instead of Google?

Raiccio commented 1 week ago

it has already been reported https://issues.chromium.org/issues/367755364

Edit: more https://stackoverflow.com/questions/78996364/chrome-129-headless-shows-blank-window

achernyi1988 commented 1 week ago

Yes, I have the same issue with 129.0.6668.59

Can we downgrade it somehow to 128 ?

mdmintz commented 1 week ago

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

ultrafunkamsterdam commented 1 week ago

Still this is NOT something to file as a uc bug.