nicer icons. different port

This commit is contained in:
Tommy D. Rossi
2025-11-16 11:29:35 +01:00
parent 52d2726d7d
commit 29488aca76
25 changed files with 27 additions and 27 deletions
+4 -4
View File
@@ -23,9 +23,9 @@ The relay server acts as a bridge between:
Each Playwright client must connect with a unique identifier in the connection path:
```
ws://localhost:9988/cdp/client-123
ws://localhost:9988/cdp/automation-bot-1
ws://localhost:9988/cdp/test-runner-42
ws://localhost:19988/cdp/client-123
ws://localhost:19988/cdp/automation-bot-1
ws://localhost:19988/cdp/test-runner-42
```
If no client ID is provided in the path, the connection is rejected. This ensures every client can be uniquely identified and tracked.
@@ -110,4 +110,4 @@ Multiple developers can connect their own Playwright instances to debug differen
- Each tab can only be controlled by one client at a time
- Session ownership is "sticky" - once claimed, it remains until client disconnect
- No built-in session sharing or handoff mechanism (by design, for safety)
- No built-in session sharing or handoff mechanism (by design, for safety)