Skip to content

Commit c639be1

Browse files
authored
Update README with DevTools access instructions
Added instructions for using debug-proxy and HA OS addon.
1 parent 5afd1bc commit c639be1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Headless browser that renders target web pages (e.g., Home Assistant dashboards)
2222

2323
## Accessing the server’s tab with Chrome DevTools
2424
1. Make sure your server exposes the DevTools (CDP) port (e.g., 9222).
25+
- If you use a pure Docker container, make sure you have configured and started `debug-proxy`
26+
- If HA OS addon is used, enable `expose_debug_proxy`
2527
1. In Chrome, go to chrome://inspect/#devices → Configure… → add your host: hostname_or_ip:9222.
2628
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.
2729

0 commit comments

Comments
 (0)