Replies: 1 comment
-
it could remove and hide black console.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I have a very simple setup:
driver = uc.Chrome(use_subprocess=True)
If I run
python myApp.py
on the terminal, the browser opens and no console window.If I build a .exe using pyinstaller, now a console window opens up when the browser opens up.
Thing is, I am using all the correct settings in the .spec file to generate no console by using, for example:
console=False,
on the .spec file. And no console shows up, unless for UC. On regular selenium it stays hidden but for UC it shows up.Anyone know how to hide this stubborn window?
Beta Was this translation helpful? Give feedback.
All reactions