The Edge browser provides a wide range of tools that can be used to debug or inspect a webpage, these set of tools can be used from a sub-window called Development tools or DevTools. You can check for responsiveness, performance, and network request or edit styles in the browser itself, you can also check the JS code and debug with various debugging tools provided in the DevTools window.
Benefits of DevTools:
The DevTools is a great place for developers to debug and gain useful information on their web pages. The benefits it provides to the developers are:
- Easy to Navigate around: The DevTools can easily be learned by developers in no time and developers can't start using the tools with little to no prior knowledge. The tools are also easily accessible using the shortcut key.
- Guide & Videos: The DevTools in Edge are well documented and the team behind the DevTools with proper documentation and videos act as a guide to new users.
- Simple yet Effective UI: The UI is clean and well-organized with a proper layout. The tools have their respective tabs and in every tab, there is uniformity in the UI, so you can easily understand the UI elements of each tool.
- A good amount of Customization: The tabs in the DevTools can be moved to rearrange according to the user's needs. We can dock the DevTools to the bottom, right, left, or into a separate window. The user can also change the DevTools theme in the setting option present in the three dots in the top right corner of the DevTools.
- Feels Responsive to Use: The DevTools feels responsive to use and takes little to no time to display information. As it is built into the browser there are no lags and the UI response is instant.
How to Open DevTools in Microsoft Edge:
We have multiple ways to open DevTools. These are:
- Using Shortcut Keys: In Edge visit the webpage where you want to use the Developers tool and then press the shortcut keys "Ctrl+Shift+I" or F12.
- Using Settings menu: In Edge in the top-right corner there is a button with three horizontal dots click it. A menu appears from that menu navigate to More tools > Developers tools.
- Using right-click context menu: In Edge visit the webpage right-click anywhere on the page and then select inspect from the context menu that appears.
Opening DevTools in Edge
About the UI of DevTools:
The UI of the DevTools is separated into two main sections. The top section contains the main toolbar tabs and a bottom toggle window called drawer contains the drawer toolbars tab. Every tool in DevTools has its own tab so, for example, you can call the Welcome tool in DevTools a Welcome Tab.
UI of DevTools1. Main Section:
- Inspect an element: This option is used to select a particular element in the webpage to be displayed in the HTML code in the Elements Tab. The option is very handy as it saves time by searching the whole HTML code for a particular element.
Inspecting Elements
- Device Emulation: This option is basically used to check the webpage for responsiveness and other device-related conditions. On clicking the option it displays the webpage with various device-related options such as device width and height, rotation, zoom level, network throttling, etc.
Emulation various Device contitions
- Close Tab: This cross symbol appears in the selected tab and is used to close the selected tab. The Elements, Console, and Sources tab are the default DevTools tab and cannot be closed so the cross symbol does not appear when these tabs are selected.
Closing Multiple tabs
- Main Toolbar: All the tabs for respective tools in the main window are arranged together in the series and newly added tools become part of this toolbar.
Main Toolbar- More tabs: The no. of tools added as a tab in the toolbar may exceed the required width of the toolbar so, these tabs are separated under the More tabs option. On clicking this double greater-than button it will display the list of tabs that overflowed from the toolbar.
More tabs List- More tools: All the tools that are not part of the toolbar can be selected from the More tools option. On clicking this add button you will get the list of all the tools that the DevTools provide but are not part of the toolbar.
More tabs list- Issues and Console Messages: The DevTools also provide the no. of console errors, warnings, and issues on the webpage. On clicking the console errors or warnings count you are brought to the console tab and on clicking the issues count you are brought to the issues tab.
Issues and Console Messages
- Send Feedback: This option opens a window asking for feedback about the DevTools. The window asks for your email address, the URL of the page where the DevTools is being used, an input field describing the problem or feedback, and many other things.
Send Feedback Window- Settings: This option takes us to the setting window which contains various options to customize the DevTools. You can enable/disable features and add your own custom data in various tools. All the Settings are in categories under different panes such as Preferences, Workspace, Shortcuts, etc.
DevTools Settings- Customize DevTools: This button provides a menu containing various options to change the dock position of the DevTools and also various commonly used options such as run command, open file, device emulator, etc.
Various options in Customize DevTools menu- Close DevTools: This cross button present in the top-right of the main section is used to close the whole DevTools sub-window.
Closing DevTools
2. Drawer Section:
- Drawer Toolbar: All tools provided by DevTools can also be present in the drawer section as a tab in the drawer toolbar. Except for console tab, you can't have the tool tab present both in the main toolbar and drawer toolbar.
Drawer Toolbar- More tools: This add button provides the list of all the tools provided by the DevTools but are not part of the drawer toolbar.
Drawer More tools- Close drawer: This cross button is used to close the drawer in case you don't need it. To bring back the drawer just press the ESC button on your keyboard or in the Customize DevTools menu select "Show console drawer".
Closing and Opening Drawer
Customizing the DevTools:
There are many things in DevTools that can be customized according to your needs. Some of them are:
1. Reset DevTools:
You can restore the tabs and settings of DevTools back to default using the button called "Restore defaults and refresh" preset in the Preference pane in the DevTools settings.
Reset DevTools
2. Change the Theme of DevTools:
You can change the theme in the DevTools setting or by using Run Command.
- Using Run Command: To change the theme using Run Command, press the shortcut key "Ctrl+Shift+P" or select Run Command from Customize DevTools and then type theme. Select any theme you want from the list of options that appear.
Changing theme using Run Command
- Using DevTools Setting: To change the theme using DevTools Setting, click the setting button on the top-right part of the DevTools. Under the Preferences pane select the ones you want from the Theme drop-down list. The list is categorized into 3 sections which are the System preference, Light themes, and Dark themes.
Changing theme using DevTools Setting
3. Change the Language of DevTools:
You can change the language of DevTools in the DevTools Setting under the Preferences Pane. In Preferences Pane select the language you want from the Language drop-down list.
Changing Language of DevTools
4. Change the Dock Position of DevTools:
The DevTools dock position can be changed to the left, bottom, or right part of the Browser. You can also have the DevTools in a Separate window.
Changing Dock Position
5. Toggling Tooltips in DevTools:
To get to know about the tools and the panes in each tab of the tools in DevTools you can turn on Tooltips. The Tooltips can be toggle from the Help option present in the Customize DevTools button i.e. the three dots present in the top-right part of DevTools.
Toggling Tooltips
6. Zoom in and out in DevTools:
You can zoom the DevTools by holding "Ctrl" and then pressing "+" to zoom in, "-" to zoom out and "0" to reset zoom. You must first focus on the DevTools to do that just click anywhere in the DevTools. The zoom will only affect the DevTools and not the webpage.
Pressing Ctrl and + to zoom in, Ctrl and - to zoom out, Ctrl and 0 to reset zoom
7. Arrange tabs in DevTools:
You can move tabs between main toolbar and drawer toolbar by just right clicking the tab and select Move to top or Move to bottom respectively. You can also change the arrangement of the tabs in the main or drawer toolbar by dragging the tab to the required position.
Arranging a tab in DevTools
How to Add More Tools in DevTools:
There are multiple ways to add tools in the main toolbar which are:
1. Using Add icon:
The DevTools by-default have some tools tab present in the toolbar to add other tools press the add icon which present after the last tab in the toolbar and the select the required tool from the list of options.
Locating Tools using Add icon2. Using Run Command:
The DevTools also provides you a run command search menu where you can search the tool name and the options appears in the format Show <tool-name>. To turn on DevTools Run Command use the shortcut key "Ctrl+Shift+P".
Locating Tools using Run Command3. Using More tools option:
In the top-right corner of the DevTools you have three dots. Click the three dots then select More tools from the menu that appears. On selecting More tools you get the list of all the tools click the one which you want to use.
Locating Tools using More tools menuAbout all the core DevTools in Edge:
There are many tools and options provided in the DevTools in Edge that allow developers to debug, test, and check for the performance of their website. All the core tools are:
1. Welcome:
The first time you open DevTools after installing Edge or after updating it, this Welcome tab is displayed. The tab displays the latest updated information and also the links to documentation for using the DevTools.
Welcome Tool2. Elements:
Provides the DOM view where you can inspect the HTML and CSS code of the webpage and debug them accordingly. You can also edit CSS code and check the changes live in the browser itself.
Elements Tool3. Console:
It is used to display various messages, errors, or warnings on the webpage and also allows users to write JS code which can be used to get information or manipulate the webpage.
Console Tool4. Sources:
The tab works as an editor to edit the HTML, CSS and JS files of the webpage. You can also debug the code using breakpoints and various options with respect to breakpoints.
Sources Tool5. Network:
It is used to view network requests and various resource information that are being downloaded or uploaded by the webpage. You get various information about the resources such as type, size, and HTTP response status codes.
Network Tool6. Performance:
It is used to view the performance of the webpage after it is fully loaded. You can check for various memory and CPU usage of the webpage. The tool provides various views such as tables and graphs to analyze the performance of the webpage.
Performance Tool7. Memory:
It is used to check the memory usage of the webpage and find potential memory leaks. The memory that is not garbage collected can be viewed and debugged using this tool.
Memory Tool8.Application:
The tools is used to view and manage storage, background services, and other web app-related information on the webpage. You can view and edit the storage and analyze your site for various background processes.
Application Tool9. Security:
The tools check the security of the webpage that its running valid HTTPS. It also provides certificate and encryption and authentication details of the various resources origin used by the webpage.
Security Tool10. Lighthouse:
It is used to check the webpage for user experience, accessibility, performance, SEO, and various other parameters and provides ratings and solutions to these problems. This tool is used after developing a working site to test the site and get better ratings.
Lighthouse Tool11. CSS Overview:
Provide an overview of the colors, fonts, media queries, and other CSS information used in the sites. Used to get quick information about the CSS code used in the webpage and check for problems.
CSS Overview Tool12. 3D View:
It provides a 3D view of the webpage with respect to the DOM, z-index, and various layers of the webpage. This is used to get a good look into how layers are arranged and the stacking context of the webpage.
3D View13. Animations:
Provides information about all the animations of the webpage and also allows to make modifications to these selected animations. The modification can be done to the animation duration, delay, and keyframe timings.
Animations Tool14. Changes:
It displays the changes made to the CSS and JS files while using DevTools. It is color-coded showing the inserted lines in green and deleted lines in red. Developers can use the tool to get information about all the changes to be made in the actual source code.
Changes Tool15. Coverage:
It is used to find unused CSS and JS files that are loaded for the webpage but are not used. This is done to increase the loading time of the webpage by minimizing the useless code that is loaded by the webpage.
Coverage Tool16. Detached Elements:
It is used to find JS objects that are referencing detached elements. The tool is used to check for potential memory leaks due to detached elements that are not properly garbage collected by the browser.
Detached Elements18. Developer Resources:
The webpage may use various resources these resources are requested using their URLs to get the list of all resources URLs this tool can be used. It gives us the idea of various resources that are being used by the webpage and the size of each resource give developers the information to deal with the loading time and memory consumption of the webpage.
Developer Resources19. Issues:
The tools provided a list of issues with respect to accessibility, compatibility, PWA, etc., and also provided documentation for further reading about the issues. The tools are very helpful as they showcase all possible issues that may have gone unchecked during development and the provided reference links also saves a lot of time in searching for the problem.
Issues Tool20. Media:
The various video and audio players used in a webpage in displayed in this tab. You also get information such as the audio and video decoder which can be used for debugging purposes. The tools provide the list of all the media players on the webpage so, at once you can get the information of all the media players on the site.
Media Tool21. Memory Inspector:
The tool is used to view different memory objects and ASCII directly. The tool also allows you to select the type of endian and also allow you to toggle the different values that are being displayed. The tool is helpful if you want to check the array buffer values and their corresponding ASCII representation.
Memory Inspector22. Network conditions:
It is used to manipulate various network-related options such as disabling the browser cache, setting network throttling and user agent, etc. The tools are used to test the webpage for different network conditions which happens when a wide range of users with a variety of network conditions visit the site.
Network Conditions Tool23. Network Console:
It is used to send web API requests and check for various problems. You can change and replay any of the network requests to test the webpage for API calls. The tool allows many REST methods such as GET, HEAD, POST, PUT, and PATCH.
Network Console Tool24. Network request blocking:
It is used to block network requests of the webpage which can be used to test the webpage behavior when the requested resources are not fulfilled. This comes in handy when we want to make our site dynamic and error-prone.
Network Request Blocking Tool25. Performance Monitor:
It is used to get the real-time performance of the webpage. The tools give us real-time information about CPU usage, memory usage, event listeners, etc. which can be used to check and improve the site performance.
Performance monitor Tool26. Quick Source:
It tools is used as an alternative to the Sources tool. When you are using other DevTools and need to frequently visit the Sources Tool then you can use the Quick Sources tool in the Drawer of the DevTools.
Quick Source Tool27. Recorder:
It is used to record the user's steps across the various pages visited to get an idea of the flow of the web app. The developers can ask the user or they themselves can start this tool and navigate around the whole site to get the performance of the website as a whole.
Recorder Tool28. Rendering:
The tool provides various options to check for different display and vision options. There are multiple options that can help to highlight different problems in the webpage mainly related to the layout and visuals.
Rendering Tool29. Search:
It is used to search patterns in various source files of the webpage such as HTML, CSS, JavaScript, and image files. This is a handy tool to search the whole codebase of the webpage for debugging or viewing purposes.
Search Tool30. Sensors
It is used to simulate device location, orientation, touch, and state to test and debug this webpage which uses various sensors of the devices. Nowadays webpage are designed to use multiple sensors in the webpage.
Sensors Tool31. Source Maps Monitor
The tool is used to monitor the source maps that are requested by the source files of the webpage. These source maps are used to get the original JS code which may be changed by the server for various reasons.
Source Maps Monitor Tool32. WebAudio
It is used to monitor the graph of WebAudio nodes of the WebAudio API used by the webpage. Developers using WebAudio API can use it to get information for debugging the webpage.
WebAudio Tool33. WebAuthn
It is used to emulate software-based virtual authenticators and debug the Web Authentication API. Developers who want to check the Web Authentication API used in their webpage can use this tool.
WebAuthnConclusion
A webpage can have many problems to tackle and debug by the developers. DevTools in Edge comes as a savior it provides various tools with respect to the webpage styles, JavaScript, performance, and many other aspects. These tools have lower learning curves and developers also have options to customize the DevTools window.
Similar Reads
Microsoft Edge - How to Get Started Learn what's new in Microsoft Edge - Microsoft Edge has become one of the most popular web browsers, known for its speed, security features, and seamless integration with the Windows ecosystem. Whether you're new to Edge or looking to explore its advanced features, this tutorial will guide you throu
7 min read
How to Install Microsoft Edge Browser on Windows ? Microsoft Edge is a cutting-edge web browser that has rapidly gained popularity among users worldwide. With its sleek interface, improved speed, and a wide array of features Edge has become a formidable player in the web browser market. Developed by tech giant company Microsoft, it boasts seamless i
2 min read
How to Browse in Microsoft Edge Browser Microsoft Edge has evolved significantly over the years and is now a powerful web browser that offers not just a fast browsing experience but a suite of advanced features for security, privacy, and productivity. With its modern Chromium-based engine, Edge is designed to provide a smoother, more effi
6 min read
Bookmark in Microsoft Edge Browser When you come across a webpage that you like and want to revisit later, you can save it using the bookmarking feature in your browser. Just like when reading a book we use a bookmark to mark the page so that we can come back where we left off, a browser too has a bookmark feature but for web pages i
3 min read
Debugging JavaScript in Microsoft Edge Browser While working with JavaScript, we often encounter several errors but finding them out is truly an arduous task. So, in this article, we will learn how to debug JavaScript in Microsoft Edge. Steps to debug the JavaScript in Microsoft EdgeFinding the bugBeing familiar with sources tool UIUse a breakpo
6 min read
Basic and advance shortcut keys in Microsoft Edge Browser Microsoft Edge is a fast, secure, and modern web browser that offers a variety of shortcut keys that can save time and speed up your workflow. In this article, we'll explore both basic and advanced shortcut keys in Edge to navigate the browser with ease and efficiency. Table of Content Benefits of S
3 min read
How to View and Edit local Storage in Microsoft Edge Browser Local Storage in Microsoft Edge is a key component for web developers, allowing websites to store data locally in the user's browser. This feature is especially useful for saving preferences, session data, or even small-scale databases that need to persist between sessions. If you're looking to view
5 min read
Hidden tricks inside Microsoft Edge Browser The companyâs new improved browser- Microsoft Edge also came up with several secret ones which improve usability as well as productivity. Such âunderground treasuresâ are usually underestimated yet have a great potential to enhance web navigation abilities and ease up everyday routines. This guide l
5 min read
Edge Tools
Welcome Tool in Microsoft Edge BrowserThe Welcome tool in Microsoft Edge is just a tab providing various information about the browser's release notes, links for various documents, and videos of everything related to Edge Browser. The whole tab has two sections: one is the Learn section, which contains various links to Edge-related docu
5 min read
DevTools in Microsoft Edge BrowserThe Edge browser provides a wide range of tools that can be used to debug or inspect a webpage, these set of tools can be used from a sub-window called Development tools or DevTools. You can check for responsiveness, performance, and network request or edit styles in the browser itself, you can also
15+ min read
Network Tool in Microsoft Edge BrowserThe Network Tool is used to view the various network request and corresponding responses of the web page. It provides various types of information about the request such as hearde, payload and initiator. You are also allowed to set various network conditions or filter in the requests or set network
5 min read
Network Conditions Tool in Microsoft Edge BrowserThe Network Conditions Tool provides various options to simulate the various network conditions, which helps to check the web page behavior in real-life situations where the network conditions vary a lot. The conditions the toll provides are disabling cache, network throttling, user agents, and acce
4 min read
Issues with Microsoft Edge's Developer ToolsWhen developing and testing web applications, identifying and troubleshooting issues is crucial for ensuring performance and functionality. Microsoft Edgeâs Issues Tool is a valuable resource for web developers, offering an easy way to detect issues with web performance, accessibility, and features
6 min read
How to Use the Sensors Tool in Microsoft EdgeThe Sensors tool in the Microsoft Edge Developer Tools is an essential feature for developers who want to simulate and test how their website or web app interacts with device sensors. These sensors include things like geolocation, device orientation, and motion sensors. By using the Sensors tool, de
7 min read
3D View Tool in Microsoft Edge BrowserThe 3D View Tool is used to get a 3D visualization of the site to check the different layers and z-index of the sites, which is not easy to debug. The tool provides very clean and colorful visuals and provides good movement controls around the 3D view. The various details, such as size and memory co
9 min read
3D View Tool in Microsoft Edge BrowserThe 3D View Tool is used to get a 3D visualization of the site to check the different layers and z-index of the sites, which is not easy to debug. The tool provides very clean and colorful visuals and provides good movement controls around the 3D view. The various details, such as size and memory co
9 min read
Detached Elements Tool in Microsoft Edge BrowserThe Detached Elements Tool is used to find all detached elements in the JS code that cannot be garbage collected. Detached elements are those elements that are removed or are not attached to the DOM, but because in JS some objects are referencing these elements, the garbage collector in the browser
4 min read
Animation Tool in Microsoft Edge BrowserThe Animation Tool in Edge can be used by developers to visualize the animations and modify them. The tool provides various options to replay or preview animations and modify their various properties such as time, delay, etc. Dealing with animations can take time to analyze and make corrections but
4 min read
Changes Tool in Microsoft Edge BrowserThe Changes Tool in Edge acts as a history page for various changes made to the webpage source files. While using multiple DevTools, you may knowingly or unknowingly change many things related to the web page's CSS and JS code. To check all these changes, which you may use to change your actual sour
4 min read
Network Console Tool in Microsoft Edge BrowserThe network console is one of the developer tools offered by Microsoft Edge, a web browser. It provides a picture of network activity during web page loading for web developers and analysts. The Network Console aids in optimizing web page speed and troubleshooting network-related problems by capturi
4 min read
Console Tool in Microsoft Edge BrowserThe Console tool is used to check JS errors and warnings but it can also be used to manipulate the JS of the webpage. The tool can also be used alongside other DevTools as by default it is present in the drawer of the DevTools. Overview of Console ToolThe console tools are present in the DevTools of
7 min read
Memory Inspector Tool in Microsoft Edge BrowserThe Memory Inspector Tool is used to view Array Buffer and also provide the ASCII representation of the data present in the memory. Typed Array. In the tool the developer inspect different types of memory objects and check if correct values are present in correct memory location. Overview of Memory
7 min read
Search Tool in Microsoft Edge BrowserThe Search Tool is Edge find characters in the webpage HTML,CSS, JS and image files. You can search by entering text or regular expression in the input field. The tool saves a lot of time in finding the required file.Benefits of Search ToolSupport for regular expression: Other that just text you can
3 min read
Elements Tool in Microsoft Edge BrowserThe Elements Tool provides the HTML and CSS code of the webpage. This code can be modified to check the changes live in the browser itself and you can also check the layout and colors used in the elements of the webpage. The elements in the webpage are the various nodes, text, attributes, and attrib
9 min read
Security Tool in Microsoft Edge BrowserSecurity too is used to view HTTPS security information to make the site secure for the users. The various origins of the web page is displayed in this tab and various origins that the websites uses for resources are also mentioned in this tab.Benefits of Security ToolThe various benefits of Securit
3 min read
Application Tool in Microsoft Edge BrowserThe application tool provides all kinds of information about a web app, which helps the developers get an idea related to the web app. Some of this information is manifest, service workers, storage, etc., which you can use to check for background processes and test for PWA. The application tool prov
9 min read
Rendering Tool in Microsoft Edge BrowserThe Rendering Tool provides various checkboxes and options to render the web page in different ways, which helps developers test the page for layout and design. You will also find various CSS options and various vision deficiencies that you can emulate using this tool.Benefits of a Rendering ToolThe
6 min read
WebAuthn Tool in Microsoft Edge BrowserIn this article, we will learn about the WebAuth tool in the Edge browser. The Microsoft Edge browser offers a variety of features and services. One of them is WebAuth, which is a short form of Web authentication. It is defined as a standard for the web that the Wide Web Consortium and the FIDO intr
4 min read
Memory Tool in Microsoft Edge BrowserThe Memory Tool in Edge allows you to capture the memory heap and provides various views to view that information. The tool provides various profiles for capturing web page memory information. The information mainly consists of retained size and shallow size, which provide information about the obje
8 min read
Inspect Tool in Microsoft Edge BrowserThe Inspect Tool in Microsoft Edge is a powerful web development feature that helps web developers troubleshoot and modify the structure, layout, and functionality of web pages, which includes HTML, CSS, and JavaScript code. This tool is an integrated part of the browser's Developer Tools, which off
3 min read
Performance Tool in Microsoft Edge BrowserThe Performance Tool in Edge provides views, graphs, charts, timelines, and various other information related to the web page's performance. The tool records the performance and displays it in a timeline view along with various graphs, charts, and other views that can be used to inspect networks, fr
6 min read
Sources Tool in Microsoft Edge BrowserThe Sources Tool in Microsoft Edge is used to inspect and edit the JS code present on the web page. You also get debugging tools to debug the code and view the changes live on the web page. It acts as a code editor built into the browser, providing features such as formatting, color code, a file/fol
7 min read
Coverage Tool in Microsoft Edge BrowserThe Coverage Tool is a very basic tool that displays various files requested by the webpage to the server. It provides various information about the file such as URL, type, total bytes, and unused bytes. The tool is mostly used to find out the JS and CSS code that is not being used by the site. This
4 min read
Coverage Tool in Microsoft Edge BrowserThe Coverage Tool is a very basic tool that displays various files requested by the webpage to the server. It provides various information about the file such as URL, type, total bytes, and unused bytes. The tool is mostly used to find out the JS and CSS code that is not being used by the site. This
4 min read
Elements Tool for HTML, CSS and DOM in Microsoft Edge BrowserThe Elements tool in Microsoft Edge is accessed from the Developer Tools. It gives you a hierarchical presentation of the HTML structure of a webpage and lets you explore, alter, and test CSS styles as well as the DOM. Web developers and designers require this tool to inspect and manipulate web page
4 min read
Quick Source Tool in Microsoft EdgeThe Quick Source Tool is used to edit or view files on the web page. This is a lite version of the Sources tool used alongside other DevTools without the need for switching tabs. You can override the files according to your needs and view the changes live on the web page.Table of ContentBenefits of
3 min read
Edge Operations
Find unused JS and CSS code in Microsoft Edge BrowserDuring the development of websites developers may leave some unused JS and CSS code in the production. These unused JS and CSS codes are being downloaded by the browser when the site is visited by the user and can result in slowing down the page loading time, increase in internet consumption or incr
3 min read
Disable JavaScript in Microsoft Edge BrowserThere can be various reason to disable JavaScript in Edge browser. It may be for testing purpose to check how the website renders without JavaScript or to improve personal experience. There are two ways to disable JavaScript in Edge: Using Site Permission in Setting page Using Command Menu in Develo
2 min read
How to View and Edit local Storage in Microsoft Edge BrowserLocal Storage in Microsoft Edge is a key component for web developers, allowing websites to store data locally in the user's browser. This feature is especially useful for saving preferences, session data, or even small-scale databases that need to persist between sessions. If you're looking to view
5 min read
Managing Cookies in Microsoft Edge: Viewing, Editing, and DeletingCookies are small files that store information about your browsing activity, such as your login credentials, preferences, and site settings. While cookies are useful for enhancing the browsing experience, they can also impact your privacy and website performance. Microsoft Edge provides tools to man
8 min read
Device Emulation in Microsoft Edge Browser [Full Guide]Testing your website or web app on various devices is essential to ensure it offers a consistent and responsive user experience across different screen sizes. Device emulation in the Microsoft Edge browser allows developers and designers to simulate how their site or application will appear on vario
10 min read
CSS Font Style and Properties in Styles Pane in Microsoft Edge BrowserIn Edge, the Elements tool Styles Pane provides a font editor to change the CSS font family and properties. This helps developers quickly check for different font styles and properties. The webpage directly updates with any changes made to the Font Editor in the Styles Pane.Benefits of Font Editor i
3 min read
Inspecting CSS Grid in Microsoft Edge BrowserCSS has grid layouts, which allow developers to arrange elements in rows and columns. In DevTools, the Elements tool provides a layout pane where you can customize various options related to the inspection of any grid layout on the page.Benefits of inspecting the CSS gridThe various benefits of insp
4 min read
Running JavaScript in Console in Microsoft Edge BrowserJavaScript is an important programming language that is mainly developed for web use cases and it plays a vital role in improving the responsiveness and usefulness of websites. On the other hand, Microsoft Edge is a web browser that offers a built-in JavaScript engine for development. So here, we'll
3 min read
Network Request Blocking in Microsoft Edge BrowserOne can manage network requests with Microsoft Edge using a feature called Block Network Request. Developers can control network activities. This is helpful for reasons like debugging, security, and page load optimization. In this article, we will understand how to block network activities with this
4 min read
Sending Web API requests using Network Console Tool in Microsoft Edge BrowserApplication programming interface testing, sometimes known as API testing, is a subset of software testing that focuses on evaluating the interactions between various APIs and specific API functions. We can test the API in many ways such as accessing the endpoints through the Postman, browser, etc.
3 min read
Breakpoints in Microsoft Edge BrowserMicrosoft Edge is a widely used web browser known for its excellent developer tools that help web developers in creating and fine-tuning websites. One of the essential features of these tools is breakpoints, which help in debugging and improving the performance of web applications. Breakpoints allow
5 min read