Closed tdefise closed 1 year ago
It seems that within "_screenshot.py" in function "take_screenshot", "os.geteuid()" is used, which is not compatible for Windows-based system.
if os.geteuid() == 0: args.append("--no-sandbox")
Oops, I'll find an windows environment to test every release manually.
Thanks for the quick fix @PaleNeutron
It seems that within "_screenshot.py" in function "take_screenshot", "os.geteuid()" is used, which is not compatible for Windows-based system.
if os.geteuid() == 0: args.append("--no-sandbox")