Is there any way to open an incognito window in Chrome with the webbrowser
module in MacOS? I'd like to be able to open a specific page in incognito mode. Something like webbrowser.open_new('example.com --incognito')
would be great.
Thanks in advance!