As a developer to test a webpage on Edge Browser, you would need to make use of the Microsoft Edge console devTool to achieve the following,
- To see console logs of a webpage to identify problems in your code.
- To see and debug console log messages related to connectivity and JavaScript.
- To run JavaScript functions and expressions.
- To make use of the rich command line interface that lets you do powerful stuff to make web project development easy .
How to Open Microsoft Edge Developer Console
- Be on the webpage you want to see the Developer Console on,
- Right-Click and Select Inspect,
- Now you would see Tabs at the top where you should see console if not click on the >> to select it from the drop-down.
- You can move to any tab and refresh the page to reload the console logs for that page.
Keyboard shortcut to open Console
Windows: Control + Shift + J
MacOS: Command + Option + J
Edge Console JavaScript REPL (Read-Eval-Print Loop) Examples
The Console is very powerful, it can evaluate your JavaScript expressions using REPL and print out the result on the console in real-time. Let us take a look at some examples,

Example 1: Calculations
We just tried adding 100+250 and before you prompt enter, in real-time you see the result 350.
Example 2: JavaScript Expression
document.getElementById("heading') returned the tag where Id is heading on the page. This is really very powerful as you can even call functions and change the code dynamically to test your functionality.
Example 3: JavaScript Expression returning an Object
In the third example, we see that we have printed an Object using JavaScript, this is really handy when you want to inspect the content of an Object in code construct.
Read More: https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/console/
Have Questions? Post them here!
- Microsoft Office Excel - Couldnt Open the Workbook - The workbook cannot be opened.
- [Fix] Microsoft AADSTS900561: The endpoint only accepts POST requests. Received a GET request.
- Remove Possible Data Loss Message from Microsoft Excel
- [Fix] Cannot connect to Microsoft SQL Server, Error: 18456
- Microsoft Stream - This may not be for you, It looks like you don't have permission to watch this video
- How to fix Microsoft Windows 10 update error 80070020
- Outlook - The mailbox isn't available. This may have occurred because the license for the mailbox has expired.
- [Fix] Connect to Minecraft Remote Connect URL via https //aka.ms/remoteconnect
- AADSTS90033: A transient error has occurred. Please try again. [Microsoft 365]
- Fix Power Automate FLOW error - InvalidTemplate Unable to process template language expressions in action
- FCM Messages! Testing Notifcation from Microsoft to investigate this problem [Microsoft Teams]
- Remove mailto link from Microsoft 365 Word Document Email Text
- How to turn off Dark theme in Excel for Mac
- Microsoft Sign-in Error Code: 50058 (Request Id, Correlation Id and Timestamp)
- Fix 0x80070194 Error When Opening Microsoft OneDrive File
- [fix] Microsoft Error Code 0x80004005 - Unspecified error
- Fix - Microsoft Windows Error Code: 0xA00F4244 NoCamerasAreAttached
- Save a Notepad file as Microsoft Excel file
- MO229507 UK Europe users cannot access Microsoft 365 - SharePoint, OneDrive, Teams, Admin center, Planner, Yammer
- How to know file encoding in Microsoft Windows Notepad?
- How to save a file as csv in Windows Notepad?
- Microsoft Office Mac Ventura: System Settings must be changed before Microsoft AutoUpdate can run
- Fix Error CAA50021 - Number of retry attempts exceeds expectation - Microsoft 365 Apps
- Microsoft 365 Excel - PRO TIP Discover insights quickly with Power BI, which is already included in your Microsoft services, See it in action
- [Microsoft Teams 4c7] Modern authentication failed here, but you'll still be able to sign in. Your status code is 4c7 error
- Get Device Screen Width and Height using javaScript - JavaScript
- Comparator with Lambda Examples - Java
- How to take a photo on MacBook using Terminal Command? - MacOS
- How to connect Airpods to Macbook Air or Pro? - MacOS
- How to Remove All Terminated Console tabs at once in Eclipse - Eclipse
- [Solution] Installing Whatsapp There's insufficient space on the device - WhatsApp
- How to create tar.gz file using Terminal Command - Linux
- Open Current Directory in Finder using Mac Terminal - MacOS