Hi.
I'm bundling my app using PyInstaller.
But I'm facing an issue.
When I use the arg: --console. it works well, the browser opens itself when I call it....
But when I use the arg: --windowed. I'm not getting error (no timeout, that's why) but so we are sure that it finds the browser, but the "headless" mode to False isn't working. to explains briefly, I open the browser to solve captchas. so I need it to be "headless=False" but even If I use this arg, it doesn't shows up, without getting any error (if I set timeout to 3000 It will raise error of selector not found)
Hi.
I'm bundling my app using PyInstaller.
But I'm facing an issue.
When I use the arg: --console. it works well, the browser opens itself when I call it....
But when I use the arg: --windowed. I'm not getting error (no timeout, that's why) but so we are sure that it finds the browser, but the "headless" mode to False isn't working. to explains briefly, I open the browser to solve captchas. so I need it to be "headless=False" but even If I use this arg, it doesn't shows up, without getting any error (if I set timeout to 3000 It will raise error of selector not found)