package inspector

Import Path
	github.com/chromedp/cdproto/inspector (on go.dev)

Dependency Relation
	imports 7 packages, and imported by 2 packages

Involved Source Files easyjson.go events.go Package inspector provides the Chrome DevTools Protocol commands, types, and events for the Inspector domain. Generated by the cdproto-gen command. types.go
Package-Level Type Names (total 6)
/* sort by: | */
DetachReason detach reason. See: ( -- none -- ) MarshalEasyJSON satisfies easyjson.Marshaler. MarshalJSON satisfies json.Marshaler. String returns the DetachReason as string value. UnmarshalEasyJSON satisfies easyjson.Unmarshaler. UnmarshalJSON satisfies json.Unmarshaler. DetachReason : github.com/goccy/go-json.Marshaler *DetachReason : github.com/goccy/go-json.Unmarshaler DetachReason : github.com/mailru/easyjson.Marshaler *DetachReason : github.com/mailru/easyjson.MarshalerUnmarshaler *DetachReason : github.com/mailru/easyjson.Unmarshaler DetachReason : encoding/json.Marshaler *DetachReason : encoding/json.Unmarshaler DetachReason : expvar.Var DetachReason : fmt.Stringer const DetachReasonCanceledByUser const DetachReasonRenderProcessGone const DetachReasonReplacedWithDevtools const DetachReasonTargetClosed
DisableParams disables inspector domain notifications. Do executes Inspector.disable against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *DisableParams : github.com/chromedp/chromedp.Action *DisableParams : github.com/chromedp/chromedp.CallAction *DisableParams : github.com/chromedp/chromedp.EmulateAction *DisableParams : github.com/chromedp/chromedp.EvaluateAction *DisableParams : github.com/chromedp/chromedp.KeyAction *DisableParams : github.com/chromedp/chromedp.MouseAction *DisableParams : github.com/chromedp/chromedp.NavigateAction *DisableParams : github.com/chromedp/chromedp.PollAction *DisableParams : github.com/chromedp/chromedp.QueryAction DisableParams : github.com/goccy/go-json.Marshaler *DisableParams : github.com/goccy/go-json.Unmarshaler DisableParams : github.com/mailru/easyjson.Marshaler *DisableParams : github.com/mailru/easyjson.MarshalerUnmarshaler *DisableParams : github.com/mailru/easyjson.Unmarshaler DisableParams : encoding/json.Marshaler *DisableParams : encoding/json.Unmarshaler func Disable() *DisableParams
EnableParams enables inspector domain notifications. Do executes Inspector.enable against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *EnableParams : github.com/chromedp/chromedp.Action *EnableParams : github.com/chromedp/chromedp.CallAction *EnableParams : github.com/chromedp/chromedp.EmulateAction *EnableParams : github.com/chromedp/chromedp.EvaluateAction *EnableParams : github.com/chromedp/chromedp.KeyAction *EnableParams : github.com/chromedp/chromedp.MouseAction *EnableParams : github.com/chromedp/chromedp.NavigateAction *EnableParams : github.com/chromedp/chromedp.PollAction *EnableParams : github.com/chromedp/chromedp.QueryAction EnableParams : github.com/goccy/go-json.Marshaler *EnableParams : github.com/goccy/go-json.Unmarshaler EnableParams : github.com/mailru/easyjson.Marshaler *EnableParams : github.com/mailru/easyjson.MarshalerUnmarshaler *EnableParams : github.com/mailru/easyjson.Unmarshaler EnableParams : encoding/json.Marshaler *EnableParams : encoding/json.Unmarshaler func Enable() *EnableParams
EventDetached fired when remote debugging connection is about to be terminated. Contains detach reason. See: https://chromedevtools.github.io/devtools-protocol/tot/Inspector#event-detached // The reason why connection has been terminated. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventDetached : github.com/goccy/go-json.Marshaler *EventDetached : github.com/goccy/go-json.Unmarshaler EventDetached : github.com/mailru/easyjson.Marshaler *EventDetached : github.com/mailru/easyjson.MarshalerUnmarshaler *EventDetached : github.com/mailru/easyjson.Unmarshaler EventDetached : encoding/json.Marshaler *EventDetached : encoding/json.Unmarshaler
EventTargetCrashed fired when debugging target has crashed. See: https://chromedevtools.github.io/devtools-protocol/tot/Inspector#event-targetCrashed MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventTargetCrashed : github.com/goccy/go-json.Marshaler *EventTargetCrashed : github.com/goccy/go-json.Unmarshaler EventTargetCrashed : github.com/mailru/easyjson.Marshaler *EventTargetCrashed : github.com/mailru/easyjson.MarshalerUnmarshaler *EventTargetCrashed : github.com/mailru/easyjson.Unmarshaler EventTargetCrashed : encoding/json.Marshaler *EventTargetCrashed : encoding/json.Unmarshaler
EventTargetReloadedAfterCrash fired when debugging target has reloaded after crash. See: https://chromedevtools.github.io/devtools-protocol/tot/Inspector#event-targetReloadedAfterCrash MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventTargetReloadedAfterCrash : github.com/goccy/go-json.Marshaler *EventTargetReloadedAfterCrash : github.com/goccy/go-json.Unmarshaler EventTargetReloadedAfterCrash : github.com/mailru/easyjson.Marshaler *EventTargetReloadedAfterCrash : github.com/mailru/easyjson.MarshalerUnmarshaler *EventTargetReloadedAfterCrash : github.com/mailru/easyjson.Unmarshaler EventTargetReloadedAfterCrash : encoding/json.Marshaler *EventTargetReloadedAfterCrash : encoding/json.Unmarshaler
Package-Level Functions (total 2)
Disable disables inspector domain notifications. See: https://chromedevtools.github.io/devtools-protocol/tot/Inspector#method-disable
Enable enables inspector domain notifications. See: https://chromedevtools.github.io/devtools-protocol/tot/Inspector#method-enable
Package-Level Constants (total 6)
Command names.
Command names.
DetachReason values.
DetachReason values.
DetachReason values.
DetachReason values.