microsoft-edge
all
Modern web browser developed by Microsoft based on the Chromium web browser developed by Google. This command is available instead as `msedge` for Windows. Note: Additional command arguments from `chromium` may also be usable to control Microsoft Edge.
More info →Examples (8)
Open a specific URL or file
microsoft-edge https://example.com|path/to/file.htmlOpen in InPrivate mode
microsoft-edge --inprivate example.comOpen in a new window
microsoft-edge --new-window example.comOpen in application mode (without toolbars, URL bar, buttons, etc.)
microsoft-edge --app=https://example.comUse a proxy server
microsoft-edge --proxy-server="socks5://hostname:66" example.comOpen with a custom profile directory
microsoft-edge --user-data-dir=path/to/directoryOpen without CORS validation (useful to test an API)
microsoft-edge --user-data-dir=path/to/directory --disable-web-securityOpen with a DevTools window for each tab opened
microsoft-edge --auto-open-devtools-for-tabsmade by @shridhargupta | data from tldr-pages