Skip to main content

Crate ps_blitz_debug_control

Crate ps_blitz_debug_control 

Source
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§

ControlRequest
A command forwarded from the HTTP server to the renderer thread.
DebugServer
Running server. Dropping it shuts down the listener and removes discovery.
ServerConfig
Configuration for a loopback debug-control server.

Enums§

ControlResponse
A renderer response represented using W3C WebDriver success/error values.