-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Headless=True does not work #2030
Comments
Same problem here, but this is not a problem in undetected-chromedriver, but in chrome itself, after it has updated to version 129. I found something about in here: https://issues.chromium.org/issues/367755364#comment2 They said that won't fix (probably not in 129). Some things you can try:
You can find more information here: https://stackoverflow.com/questions/78996364/chrome-129-headless-shows-blank-window |
https://googlechromelabs.github.io/chrome-for-testing/#beta
|
I tried installing https://googlechromelabs.github.io/chrome-for-testing/#beta and set headless=True, but it doesn't work and gives an error, but if I set False, everything works successfully.
I noticed that the site uses a defense. When headless=True is enabled it doesn't give the html page but only when False is disabled it gives the result. How can this problem be solved? |
this works for me
I think this issue may be related with selenium and chrome 129. |
Google Chrome version 129.0.6668.71
undetected-chromedriver version 3.5.5
the error is this:
(Session info: chrome=129.0.6668.71); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
GetHandleVerifier [0x00B86AB3+25587]
(No symbol) [0x00B19C54]
(No symbol) [0x00A12113]
(No symbol) [0x00A56F62]
(No symbol) [0x00A571AB]
(No symbol) [0x00A97852]
(No symbol) [0x00A7ABE4]
(No symbol) [0x00A95370]
(No symbol) [0x00A7A936]
(No symbol) [0x00A4BA73]
(No symbol) [0x00A4C4CD]
GetHandleVerifier [0x00E64C63+3032483]
GetHandleVerifier [0x00EB6B99+3368153]
GetHandleVerifier [0x00C18F62+624802]
GetHandleVerifier [0x00C207DC+655644]
(No symbol) [0x00B2260D]
(No symbol) [0x00B1F6D8]
(No symbol) [0x00B1F875]
(No symbol) [0x00B11CA6]
BaseThreadInitThunk [0x76E37BA9+25]
RtlInitializeExceptionChain [0x77D7C11B+107]
RtlClearBits [0x77D7C09F+191]
The text was updated successfully, but these errors were encountered: