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
disable()
Disables inspector domain notifications.