Use the Media tool to view information and debug the media players per browser tab.
Open the Media tool
The Media tool is the main place in DevTools for inspecting the media player of a webpage.
To open DevTools, right-click the webpage, and then select Inspect. Or, press Ctrl+Shift+I (Windows, Linux) or Command+Option+I (macOS). DevTools opens.
In DevTools, on the main toolbar, select the Media tab. If that tab isn't visible, click the More tabs () button, or else the More Tools () button.
View media players information
Navigate to a webpage with a media player, such as the following webpage.
The Changes tool tracks any changes you've made to CSS or JavaScript in Microsoft Edge DevTools. It shows you what changes to make to your actual source files after you've successfully used DevTools to modify your webpage files sent from the server.