If you would like to add command line options for Edge browser, you can do so as follows:
1. Hover over your user on the top right side
2. Click User Preferences > Browser
3. Next to Edge Options, add a new line under the command line options which appear by default with:
options=["--start-maximized", "--ignore-certificate-errors", "--disable-dev-shm-usage""]
4. For example:
javaScriptEnabled=true
acceptSslCerts=true
nativeEvents=false
ie.ensureCleanSession=true
ignoreProtectedModeSettings=true
ignoreZoomSetting=true
options=[""--start-maximized", "--ignore-certificate-errors", "--disable-dev-shm-usage""]
Comments
Please sign in to leave a comment.