inspector
Detached
dataclass
Fired when remote debugging connection is about to be terminated. Contains detach reason.
Source code in zendriver/cdp/inspector.py
TargetCrashed
dataclass
Fired when debugging target has crashed
Source code in zendriver/cdp/inspector.py
TargetReloadedAfterCrash
dataclass
Fired when debugging target has reloaded after crash
Source code in zendriver/cdp/inspector.py
WorkerScriptLoaded
dataclass
EXPERIMENTAL
Fired on worker targets when main worker script and any imported scripts have been evaluated.
Source code in zendriver/cdp/inspector.py
disable()
Disables inspector domain notifications.