Microsoft Edge For Mac Developer

Microsoft -->

Note

The new Microsoft Edge is built using Chromium, and starts at version 75. For more information, download the new Microsoft Edge, and try out the new Microsoft Edge (Chromium) Developer Tools.

Mar 19, 2020  The new Microsoft Edge is based on Chromium and will be released January 15, 2020. It's compatible with all supported versions of Windows, and with macOS (version 10.12 Sierra or higher). When you download this browser, it replaces the legacy version of Microsoft Edge on Windows 10 PCs. With the next version of Microsoft Edge, we hope to simplify this matrix for you by aligning the Microsoft Edge web platform with other Chromium-based browsers and providing a best-in-class developer tooling experience, both inside the browser and with the other developer.

Microsoft Edge For Mac Download

The Microsoft Edge (EdgeHTML) DevTools are built with TypeScript, powered by open source, optimized for modern front-end workflows, and now available as a standalone Windows 10 app in the Microsoft Store!

For more on the latest features, check out DevTools in the latest update of Windows 10 (EdgeHTML 18).

Core tools

The Microsoft Edge (EdgeHTML) DevTools include:

  • An Elements panel to edit HTML and CSS, inspect accessibility properties, view event listeners, and set DOM mutation breakpoints
  • A Console to view and filter log messages, inspect JavaScript objects and DOM nodes, and run JavaScript in the context of the selected window or frame
  • A Debugger to step through code, set watches and breakpoints, live edit your code, and inspect your web storage and cookie caches
  • A Network panel to monitor and inspect requests and responses from the network and browser cache
  • A Performance panel to profile the time and system resources required by your site
  • A Memory panel to measure your use of memory resources and compare heap snapshots at different states of code runtime
  • A Storage panel for inspecting and managing your web storage, IndexedDB, cookies and cache data
  • A Service Workers panel for managing and debugging your service workers
  • An Emulation panel to test your site with different browser profiles, screen resolutions, and GPS location coordinates

Please keep sending your feedback and feature requests!

Tip Why use an ergonomic keyboard.

Test on Microsoft Edge (EdgeHTML) free from any browser:
We partnered with BrowserStack to provide free live and automated testing on Microsoft Edge (EdgeHTML).

Microsoft Store app

The Microsoft Edge (EdgeHTML) DevTools are now available as a standalone Windows 10 app from the Microsoft Store, in addition to the in-browser (F12) tooling experience. With the store version comes a chooser panel for attaching to open local and remote page targets and a tabbed layout for easy switching between DevTools instances.

Local debugging

Microsoft Edge For Mac Developer Free

To debug a page locally, simply launch the Microsoft Edge DevTools app. The Local panel of the chooser will display all of the active EdgeHTML content processes, including open Edge browser tabs, running PWAs (WWAHost.exe processes), and webview controls. Click on your desired target to attach and open a new tab instance of the DevTools.

Remote debugging

The Microsoft Edge DevTools app introduces basic support for debugging pages on a remote machine via our newly released DevTools Protocol. With the latest release comes remote access to core functionality in the Debugger, Elements (for read-only operations), and Console panels. Remote debugging is limited to Microsoft Edge (EdgeHTML) running desktop hosts, with support for other EdgeHTML hosts and Windows 10 devices coming in future releases.

To get started, check out the Microsoft Edge DevTools section of the DevTools Protocol docs.

Feedback

Please send us your feedback so we can continue improving the Microsoft Edge (EdgeHTML) DevTools for you! Simply open the tools (F12) and click the Send feedback button.

Become a Windows Insider to preview the latest features coming to the DevTools. Use the Windows Feedback Hub app to post, up-vote, track and get support for general Windows suggestions and problems.

Microsoft Edge For Mac Developer Download

General Shortcuts

Microsoft Edge Developer Mac

These shortcuts control the main DevTools window and should work across all tools.

ActionShortcut
Show/Hide DevTools (opens to last viewed panel)F12, Ctrl+Shift+I
Toggle docking (Undock/Bottom/Right)Ctrl+Shift+D
Open fileCtrl+P, Ctrl+O
Show non-editable HTML source code in DebuggerCtrl+U
Show/hide Console at the bottom of any other toolCtrl+`
Switch to Elements (DOM Explorer)Ctrl+1
Switch to ConsoleCtrl+2
Switch to DebuggerCtrl+3
Switch to NetworkCtrl+4
Switch to PerformanceCtrl+5
Switch to MemoryCtrl+6
Switch to EmulationCtrl+7
Help DocumentF1
Next toolCtrl+F6
Previous toolCtrl+Shift+F6
Previous tool (from history)Ctrl+Shift+[
Next tool (from history)Ctrl+Shift+]
Next SubframeF6
Previous SubframeShift+F6
Next match in Search boxF3
Previous match in Search boxShift+F3
Find in search boxCtrl+F
Give focus to console at the bottomAlt+Shift+I
Launch DevTools to ConsoleCtrl+Shift+J
Refresh the pageCtrl+Shift+F5, Ctrl+R

Note

If you're debugging and paused at a breakpoint, the Refresh the page action resumes the runtime first.

The user agent of a web browser is a string value which identifies that browser and provides certain system details to servers hosting the websites you visit. Changing the user agent string can be useful in certain scenarios when some web site's functionality is locked down to the specific platform and you need to bypass the restriction. It's not required to mention that changing the user agent can be useful for web developers. Let's see how it can be done.

RECOMMENDED: Click here to fix Windows errors and optimize system performance

Traditionally, the user agent string is used by web developers to optimize their web apps for different devices. This allows developers to differentiate various device classes like tablets, phones, Desktop PCs and laptops, and more. The user agent string can provide web servers some details about the user's operating system, and the browser version.

Sometimes, developers can apply restrictions based on the user agent string. For example, the download page on Microsoft's web site checks the user agent of the browser. If it reports the Windows operating system, the Media Creation Tool will be offered for download. However, if the user agent reports Linux, Android or iOS, you will see direct download links to ISO files. By changing the user agent string, you can download official Windows 10 ISO images without using Windows Media Creation tool.

Microsoft Edge For Mac Developer Mac

For reference, see this article: Download Official Windows 10 ISO Images Directly Without Media Tool

To change User Agent in Microsoft Edge, do the following.

  1. Open Microsoft Edge.
  2. Press the F12 key to open its Developer Tools.
  3. Go to the Emulation tab.
  4. Under Mode, click in the User agent drop-down list.
  5. Choose the desired web browser to change the user agent string.

The list includes various versions of Internet Explorer, along with Opera, Safari, Firefox, and Chrome. Also, you can switch between Desktop and Mobile versions of the selected browser.

Choose the desired option. This will reload the open page and reflect the changes you made.

Using the built-in Developer Tools option, you can change the user agent in Microsoft Edge any time.

Microsoft Edge Download For Mac

Related articles:

Microsoft Edge For Mac Developer Download

RECOMMENDED: Click here to fix Windows errors and optimize system performance

Comments are closed.