nicer icons. different port
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user