stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Add "Test" button to "Chrome CDP Path" config option

Open jeremymeyers opened this issue 3 years ago • 2 comments

It would be good for users to be able to ensure the config is set up correctly and responding to queries. Adding a "test" button that would query the executable or url with a random string seems like a good fix.

jeremymeyers avatar Mar 07 '21 17:03 jeremymeyers

What's now the easiest way to test that Chrome is working?

ZobaJakColbert avatar Feb 17 '24 11:02 ZobaJakColbert

@ZobaJakColbert go to http://localhost:9222/json/version (replace localhost with IP address if you are hosting it somewhere else). If you get an output, it's running. If not, something is wrong.

DogmaDragon avatar Mar 23 '24 01:03 DogmaDragon