Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I inspect element in an Android browser?

I want to inspect my website CSS/HTML elements in my Android browser.

However it will be over a smartphone or the Android SDK.

What is the best way to do it?

like image 636
Mansour Alnasser Avatar asked Nov 11 '12 10:11

Mansour Alnasser


People also ask

How can I inspect elements on Android devices using Chrome?

Chrome on Android Open the developer options screen and enable USB debugging on your device. On your desktop Chrome, type chrome://inspect#devices and press Enter.

How do I inspect Google page on Android?

If you want to know how to inspect element on Android, you can use the Edit Website App. You can search for the Edit Website App in Playstore then install it on your Android device. Open the application then by default the Google page will appear. Then, type the website or URL of the web page you want to inspect.

Can you use the Inspect tool on mobile?

You can inspect elements of a website in your Android device using Chrome browser. Open your Chrome browser and go to the website you want to inspect. Go to the address bar and type "view-source:" before the "HTTP" and reload the page. The whole elements of the page will be shown.


1 Answers

Chrome on Android makes it possible to use the Chrome developer tools on the desktop to inspect the HTML that was loaded from the Chrome application on the Android device.

See: https://developers.google.com/chrome-developer-tools/docs/remote-debugging

like image 88
Michael Aaron Safyan Avatar answered Oct 06 '22 23:10

Michael Aaron Safyan