Expand description
Helpers around target attach / detach for one-shot CDP sessions.
Functions§
- attach_
to_ target - call
- Convenience: send a CDP command with no params, returning the JSON result.
- call_
with_ timeout - Convenience: send a CDP command and wait up to
timeoutfor it. Used by callers that need an explicit ceiling rather than the connection’s default. - close_
target - detach_
from_ target - open_
blank_ target - Attach to a fresh target and return its
targetId+sessionId.