Expand description
Debug-only, loopback WebDriver transport for Blitz renderers.
The server owns networking and session authentication. Renderer commands cross a serialized channel and must be executed by the UI/runtime thread.
Structs§
- Control
Request - A command forwarded from the HTTP server to the renderer thread.
- Debug
Server - Running server. Dropping it shuts down the listener and removes discovery.
- Server
Config - Configuration for a loopback debug-control server.
- Service
Waker - Wakes whichever thread services requests, so it does not have to poll for them.
Enums§
- Control
Response - A renderer response represented using W3C WebDriver success/error values.