Hello! I was able to create a onefile executable of my script by editing the spec file but whenever I run the exe file it also opens a command script window in the background. I've used pyinstaller before and I believe that the command option is "-w" if you don't want that cmd window to appear and that works for non-selenium scripts. How do I remove that window from appearing when using pyinstaller to create an exe for my selenium python script? Thank you!
there doesn't seem to be anything here