File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- Open in application mode (without toolbars, URL bar, buttons, etc.):
21
21
22
- ` msedge --app= {{https://example.com}} `
22
+ ` msedge --app {{https://example.com}} `
23
23
24
24
- Use a proxy server:
25
25
26
- ` msedge --proxy-server= "{{socks5://hostname:66}}" {{example.com}} `
26
+ ` msedge --proxy-server "{{socks5://hostname:66}}" {{example.com}} `
27
27
28
28
- Open with a custom profile directory:
29
29
30
- ` msedge --user-data-dir= {{path/to/directory}} `
30
+ ` msedge --user-data-dir {{path/to/directory}} `
31
31
32
32
- Open without CORS validation (useful to test an API):
33
33
34
- ` msedge --user-data-dir= {{path/to/directory}} --disable-web-security `
34
+ ` msedge --user-data-dir {{path/to/directory}} --disable-web-security `
35
35
36
36
- Open with a DevTools window for each tab opened:
37
37
You can’t perform that action at this time.
0 commit comments