Sinu Varghese
Sinu Varghese

Reputation: 800

Inspect Devices is not shown in Chrome

I was using Inspect Devices option (Chrome menu > More tools > Inspect Devices) in Google Chrome for remotely debugging my Cordova based Android applications. But this option has suddenly disappeared from the Chrome menu. Has the option been moved to some other place ?

Upvotes: 3

Views: 2450

Answers (3)

mattezell
mattezell

Reputation: 617

To answer your question about 'has it been moved to some other place', it appears that it is being moved to dev tools and will not be accessible where it has previously been.

See this Chromium code review for details: https://codereview.chromium.org/1182493009

Additional information: https://groups.google.com/forum/#!topic/google-chrome-developer-tools/4ElNcRavLjE

Upvotes: 0

Mudasser Ajaz
Mudasser Ajaz

Reputation: 6257

Simply run this chrome://inspect/#devices in chrome or install ADB plugin to your chrome (which opens the same inspection page)

Upvotes: 5

Kane O'Riley
Kane O'Riley

Reputation: 2528

Try entering chrome://inspect in the address bar

Upvotes: 1

Related Questions