Remote debug web page on Android with Chrome DevTools

Here are the steps

  1. Connect your device with your machine. Check if it is connected properly using adb devices command on cmd.
  2. Now open chrome on your machine and type chrome://inspect/#devices
  3. You see your device on the screen.
  4. Now open chrome browser on your device and type any website. Or open any application which is made up of javascript.
  5. You will see the url of that application.
  6. Click on inspect and the device is cast on your chrome screen of your machine.

Leave a Reply

Your email address will not be published. Required fields are marked *