In IntelliJ, the targeted browser can be configured for web apps. Anyone knows how to configure to open the browser in private window - Firefox and Chrome ?
3 Answers
For Chrome you just need to open the Web Browsers section in Preferences and then edit the Chrome option. Set the Command line options to -incognito and Chrome should start in incognito mode.

For Firefox I expect you need to start it in private mode. This URL starts Firefox on my Mac but I can't get it to work in IntelliJ
/Applications/Firefox.app/Contents/MacOS/firefox -private
Comments
1 Comment
Yiannis P.
Thank you, this is what worked for me on MacOS Big Sur
