Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type ActivateTargetArgs struct + TargetID ID + func NewActivateTargetArgs(targetID ID) *ActivateTargetArgs + type AttachToTargetArgs struct + TargetID ID + func NewAttachToTargetArgs(targetID ID) *AttachToTargetArgs + type AttachToTargetReply struct + Success bool + type AttachedToTargetClient interface + Recv func() (*AttachedToTargetReply, error) + type AttachedToTargetReply struct + TargetInfo Info + WaitingForDebugger bool + type BrowserContextID string + type CloseTargetArgs struct + TargetID ID + func NewCloseTargetArgs(targetID ID) *CloseTargetArgs + type CloseTargetReply struct + Success bool + type CreateBrowserContextReply struct + BrowserContextID BrowserContextID + type CreateTargetArgs struct + BrowserContextID *BrowserContextID + Height *int + URL string + Width *int + func NewCreateTargetArgs(url string) *CreateTargetArgs + func (a *CreateTargetArgs) SetBrowserContextID(browserContextID BrowserContextID) *CreateTargetArgs + func (a *CreateTargetArgs) SetHeight(height int) *CreateTargetArgs + func (a *CreateTargetArgs) SetWidth(width int) *CreateTargetArgs + type CreateTargetReply struct + TargetID ID + type CreatedClient interface + Recv func() (*CreatedReply, error) + type CreatedReply struct + TargetInfo Info + type DestroyedClient interface + Recv func() (*DestroyedReply, error) + type DestroyedReply struct + TargetID ID + type DetachFromTargetArgs struct + TargetID ID + func NewDetachFromTargetArgs(targetID ID) *DetachFromTargetArgs + type DetachedFromTargetClient interface + Recv func() (*DetachedFromTargetReply, error) + type DetachedFromTargetReply struct + TargetID ID + type DisposeBrowserContextArgs struct + BrowserContextID BrowserContextID + func NewDisposeBrowserContextArgs(browserContextID BrowserContextID) *DisposeBrowserContextArgs + type DisposeBrowserContextReply struct + Success bool + type GetTargetInfoArgs struct + TargetID ID + func NewGetTargetInfoArgs(targetID ID) *GetTargetInfoArgs + type GetTargetInfoReply struct + TargetInfo Info + type GetTargetsReply struct + TargetInfos []Info + type ID string + type Info struct + Attached bool + TargetID ID + Title string + Type string + URL string + type InfoChangedClient interface + Recv func() (*InfoChangedReply, error) + type InfoChangedReply struct + TargetInfo Info + type ReceivedMessageFromTargetClient interface + Recv func() (*ReceivedMessageFromTargetReply, error) + type ReceivedMessageFromTargetReply struct + Message string + TargetID ID + type RemoteLocation struct + Host string + Port int + type SendMessageToTargetArgs struct + Message string + TargetID ID + func NewSendMessageToTargetArgs(targetID ID, message string) *SendMessageToTargetArgs + type SetAttachToFramesArgs struct + Value bool + func NewSetAttachToFramesArgs(value bool) *SetAttachToFramesArgs + type SetAutoAttachArgs struct + AutoAttach bool + WaitForDebuggerOnStart bool + func NewSetAutoAttachArgs(autoAttach bool, waitForDebuggerOnStart bool) *SetAutoAttachArgs + type SetDiscoverTargetsArgs struct + Discover bool + func NewSetDiscoverTargetsArgs(discover bool) *SetDiscoverTargetsArgs + type SetRemoteLocationsArgs struct + Locations []RemoteLocation + func NewSetRemoteLocationsArgs(locations []RemoteLocation) *SetRemoteLocationsArgs