LinuxCommandLibrary

msedge

launches Microsoft Edge browser from command line

TLDR

Open Microsoft Edge

$ msedge
copy
Open URL
$ msedge [https://example.com]
copy
Open in new window
$ msedge --new-window [https://example.com]
copy
Open in incognito mode
$ msedge --inprivate [https://example.com]
copy
Open with developer tools
$ msedge --auto-open-devtools-for-tabs [https://example.com]
copy

SYNOPSIS

msedge [options] [url...]

DESCRIPTION

msedge launches Microsoft Edge browser from command line. Chromium-based browser with full compatibility for Chrome flags and options. Supports automation, debugging, and testing scenarios.

PARAMETERS

--new-window

Open in new window.
--inprivate
Open in InPrivate mode.
--profile-directory name
Use specific profile.
--auto-open-devtools-for-tabs
Open DevTools automatically.
--headless
Run in headless mode.
--disable-gpu
Disable GPU hardware acceleration.
--user-data-dir path
Custom user data directory.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard