Siva
Siva

Reputation: 1198

How to open chrome://inspect devices using command prompt

I want to open chrome://inspect from windows command prompt.

Here my use case is I want to open the chrome browser from command prompt(using ProcessBuilder in java) and chrome://inspect link so i can see the devices attached to my system

so i tried opening chrome://inspect using this command

start chrome chrome://inspect which is not working

if I replace chrome://inspect with any url it's working.

Can any one let me know how to do this from command prompt or any other possible ways to do this

Upvotes: 4

Views: 2996

Answers (1)

Garbee
Garbee

Reputation: 10991

Chrome URLs can't be opened from the command line. They must be typed by a user into the omnibar.

Upvotes: 1

Related Questions