Answer the question
In order to leave comments, you need to log in
Chrome Headless remote debugging?
I'll start with a description and a question:
It is necessary to perform remote debugging using Chrome Headless, namely, share a port on a Raspberry Pi that has Chromium installed and have access to it using any Chrome client, since the port remains closed at the moment.
Q: How can I make it possible to open a port and use Google Chrome?
On the Raspberry Pi 3 Model b, the chromium browser is installed and running in headless mode.
chromium-browser --headless --disable-gpu --remote-debugging-port=8601
[email protected]:~ $ sudo netstat -lptu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:8601 0.0.0.0:* LISTEN 24878/chromium-brow
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question