Skip to content

Commit 5afd1bc

Browse files
authored
Update README.md
1 parent 19bdff6 commit 5afd1bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ Headless browser that renders target web pages (e.g., Home Assistant dashboards)
1616
- No viewers = no work: frames are ACK’d to keep Chromium streaming, but tiles aren’t encoded/queued when there are no listeners.
1717
- Touch event bridging (down/move/up) — scrolling supported (no gestures yet)
1818
- Client-driven navigation: the client can control which page to open.
19-
- Built-in self test page to visualize and measure render time
19+
- Built-in self-test page to visualize and measure render time
2020
- Health endpoint for container orchestration
2121
- Optional DevTools access via TCP proxy
2222

23+
## Accessing the server’s tab with Chrome DevTools
24+
1. Make sure your server exposes the DevTools (CDP) port (e.g., 9222).
25+
1. In Chrome, go to chrome://inspect/#devices → Configure… → add your host: hostname_or_ip:9222.
26+
1. You should see the page the server opened (the one you want to log into, e.g., Home Assistant). Click inspect to open a full DevTools window for that tab.
27+
2328
## Image Tags & Versioning
2429

2530
- latest — newest stable release

0 commit comments

Comments
 (0)