service_creationflags=CREATE_NO_WINDOW #1079
Replies: 4 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
Can you show more info on the logs? |
Beta Was this translation helpful? Give feedback.
-
@ThomasTrovon that's valid enough 🙂. I don't know whether create_nowindow is the solution here. But at least I know what needs to be accomplished, which is that small little black box needs to vanish. Ive seen that before and seems only to appear in headless mode (on windows). Could you try uc.Chome(use_subprocess=False)? That way it will start a detached process instead of subprocess |
Beta Was this translation helpful? Give feedback.
-
In can reproduce your error using CREATE_NO_WINDOW.. its a bug but not the solution for your problem. When using 3.4.6 on windows it works correctly (no box) when using |
Beta Was this translation helpful? Give feedback.
-
I encountered the same issue with you ... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Friends.
I use undetected-chromedriver in my project with service_creationflags=CREATE_NO_WINDOW since the @sebdelsol version, and always worked perfectly.
Today I resolved update my packages. I do this from time to time, always looking to be up to date with the newest features. So I get undetected-chromedriver 3.4.6, and Selenium 4.8.2. But when I try to make a simply "get" I receive the following error:
And it occurs only when I use
service_creationflags=CREATE_NO_WINDOW
, as I always did. When I don't use this, the error does not occurs.My code is below:
If someone is going to try to reproduce, try using the same versions that I am using:
Thanks for yout time, and help...
Beta Was this translation helpful? Give feedback.
All reactions