package
1.0.0-rc6
Repository: https://github.com/sheirys/go-chrome.git
Documentation: pkg.go.dev

# Structs

ActivateTargetParams represents Target.activateTarget parameters.
ActivateTargetResult represents the result of calls to Target.activateTarget.
AttachedToTargetEvent represents Target.attachedToTarget event data.
AttachToTargetParams represents Target.attachToTarget parameters.
AttachToTargetResult represents the result of calls to Target.attachToTarget.
CloseTargetParams represents Target.closeTarget parameters.
CloseTargetResult represents the result of calls to Target.closeTarget.
CreateBrowserContextResult represents the result of calls to Target.createBrowserContext.
CreatedEvent represents Target.targetCreated event data.
CreateTargetParams represents Target.createTarget parameters.
CreateTargetResult represents the result of calls to Target.createTarget.
DestroyedEvent represents Target.targetDestroyed event data.
DetachedFromTargetEvent represents Target.detachedFromTarget event data.
DetachFromTargetParams represents Target.detachFromTarget parameters.
DetachFromTargetResult represents the result of calls to Target.detachFromTarget.
DisposeBrowserContextParams represents Target.disposeBrowserContext parameters.
DisposeBrowserContextResult represents the result of calls to Target.disposeBrowserContext.
GetTargetInfoParams represents Target.getTargetInfo parameters.
GetTargetInfoResult represents the result of calls to Target.getTargetInfo.
GetTargetsParams represents Target.getTargets parameters.
GetTargetsResult represents the result of calls to Target.getTargets.
Info holds the target info.
InfoChangedEvent represents Target.targetInfoChanged event data.
ReceivedMessageFromTargetEvent represents Target.receivedMessageFromTarget event data.
RemoteLocation is EXPERIMENTAL https://chromedevtools.github.io/devtools-protocol/tot/Target/#type-RemoteLocation */.
SendMessageToTargetParams represents Target.sendMessageToTarget parameters.
SendMessageToTargetResult represents the result of calls to Target.sendMessageToTarget.
SetAttachToFramesParams represents Target.setAttachToFrames parameters.
SetAttachToFramesResult represents the result of calls to Target.setAttachToFrames.
SetAutoAttachParams represents Target.setAutoAttach parameters.
SetAutoAttachResult represents the result of calls to Target.setAutoAttach.
SetDiscoverTargetsParams represents Target.setDiscoverTargets parameters.
SetDiscoverTargetsResult represents the result of calls to Target.setDiscoverTargets.
SetRemoteLocationsParams represents Target.setRemoteLocations parameters.
SetRemoteLocationsResult represents the result of calls to Target.setRemoteLocations.

# Type aliases

BrowserContextID is EXPERIMENTAL https://chromedevtools.github.io/devtools-protocol/tot/Target/#type-BrowserContextID */.
ID is the target ID.
SessionID is a unique identifier of attached debugging session.