
See Chrome DevTools Devices does not detect device when plugged in. Some combinations of Windows and Android devices (especially Samsung) require extra set up. Why does chrome not debug a Samsung phone? See OEM USB Drivers on the Android Developers’ site. If you are developing on Windows, verify that the appropriate USB driver for your device is installed. I can’t see my device on the chrome://inspect page. Remote debugging for Android is now part of the standard Chrome DevTools. Is there remote debugging for Android in chrome?

Go to the address bar and type “view-source:” before the “HTTP” and reload the page. Open your Chrome browser and go to the website you want to inspect. You can inspect elements of a website in your Android device using Chrome browser. Set the USB mode of the device to Media device (MTP), which is the default setting.In the Developer settings window, check USB-Debugging.

The developer settings are hidden by default. On the Android device, open the settings.Edge and Internet Explorer 11: Press F12 and then, Ctrl + 3, or if the tools are already displayed, click on the Debugger tab.Chrome: Open the Developer tools and then select the Sources tab.Firefox: Select ➤ Web Developer ➤ Debugger or press Ctrl + Shift + S to open the JavaScript Debugger.
