You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Client-driven navigation: the client can control which page to open.
19
-
- Built-in selftest page to visualize and measure render time
19
+
- Built-in self-test page to visualize and measure render time
20
20
- Health endpoint for container orchestration
21
21
- Optional DevTools access via TCP proxy
22
22
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.
0 commit comments