Linux command
msedge 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open Microsoft Edge
msedge
Open URL
msedge [https://example.com]
Open in new window
msedge --new-window [https://example.com]
Open in incognito mode
msedge --inprivate [https://example.com]
Open with developer tools
msedge --auto-open-devtools-for-tabs [https://example.com]
说明
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.
参数
- --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.
FAQ
What is the msedge command used for?
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.
How do I run a basic msedge example?
Run `msedge` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --new-window do in msedge?
Open in new window.