DEV Community

Discussion on: When you never close tabs on your mobile Chrome browser

Collapse
 
piczmar_0 profile image
Marcin Piczkowski

Can you check in browser on PC when you mapped port using adb command from the post: localhost:9222/json/list ?
Looks like you did not get the JSON from this address.

Collapse
 
andrizmitnick profile image
andrizmitnick

Hey, thanks for the reply.
it looks like my issue was related to powershell. i need to add Select Content -Expand Content which ended up like this

curl 'http://localhost:9222/json/list' | Select Content -Expand Content | jq .[].url > mobile.tabs.txt
Thread Thread
 
kangarooo profile image
kangarooo

platform-tools>curl 'localhost:9222/json/list' | Select Content -Expand Content | jq.exe .[].url > mobile.tabs.txt
'Select' is not recognized as an internal or external command,
operable program or batch file.