Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandNetworkCanClearBrowserCache + const CommandNetworkCanClearBrowserCookies + const CommandNetworkCanEmulateNetworkConditions + const CommandNetworkClearBrowserCache + const CommandNetworkClearBrowserCookies + const CommandNetworkContinueInterceptedRequest + const CommandNetworkDeleteCookies + const CommandNetworkDisable + const CommandNetworkEmulateNetworkConditions + const CommandNetworkEnable + const CommandNetworkGetAllCookies + const CommandNetworkGetCertificate + const CommandNetworkGetCookies + const CommandNetworkGetRequestPostData + const CommandNetworkGetResponseBody + const CommandNetworkGetResponseBodyForInterception + const CommandNetworkReplayXHR + const CommandNetworkSearchInResponseBody + const CommandNetworkSetBlockedURLs + const CommandNetworkSetBypassServiceWorker + const CommandNetworkSetCacheDisabled + const CommandNetworkSetCookie + const CommandNetworkSetCookies + const CommandNetworkSetDataSizeLimitsForTest + const CommandNetworkSetExtraHTTPHeaders + const CommandNetworkSetRequestInterception + const CommandNetworkSetUserAgentOverride + const CommandNetworkTakeResponseBodyForInterceptionAsStream + const EventNetworkDataReceived + const EventNetworkEventSourceMessageReceived + const EventNetworkLoadingFailed + const EventNetworkLoadingFinished + const EventNetworkRequestIntercepted + const EventNetworkRequestServedFromCache + const EventNetworkRequestWillBeSent + const EventNetworkRequestWillBeSentExtraInfo + const EventNetworkResourceChangedPriority + const EventNetworkResponseReceived + const EventNetworkResponseReceivedExtraInfo + const EventNetworkSignedExchangeReceived + const EventNetworkWebSocketClosed + const EventNetworkWebSocketCreated + const EventNetworkWebSocketFrameError + const EventNetworkWebSocketFrameReceived + const EventNetworkWebSocketFrameSent + const EventNetworkWebSocketHandshakeResponseReceived + const EventNetworkWebSocketWillSendHandshakeRequest + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type AuthChallenge struct + Origin string + Realm string + Scheme string + Source string + type AuthChallengeResponse struct + Password string + Response string + Username string + type BlockedCookieWithReason struct + BlockedReasons []CookieBlockedReason + Cookie Cookie + type BlockedReason string + const BlockedReasonCoepFrameResourceNeedsCoepHeader + const BlockedReasonCollapsedByClient + const BlockedReasonContentType + const BlockedReasonCoopSandboxedIframeCannotNavigateToCoopPage + const BlockedReasonCorpNotSameOrigin + const BlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep + const BlockedReasonCorpNotSameSite + const BlockedReasonCsp + const BlockedReasonInspector + const BlockedReasonMixedContent + const BlockedReasonNotSet + const BlockedReasonOrigin + const BlockedReasonOther + const BlockedReasonSubresourceFilter + func (e BlockedReason) String() string + func (e BlockedReason) Valid() bool + type BlockedSetCookieWithReason struct + BlockedReasons []SetCookieBlockedReason + Cookie *Cookie + CookieLine string + type CachedResource struct + BodySize float64 + Response *Response + Type shared.ResourceType + URL string + type CanClearBrowserCacheArgs struct + func (a *CanClearBrowserCacheArgs) MarshalJSON() ([]byte, error) + func (a *CanClearBrowserCacheArgs) UnmarshalJSON(b []byte) error + type CanClearBrowserCacheReply struct + Result bool + func (a *CanClearBrowserCacheReply) GetFrameID() string + func (a *CanClearBrowserCacheReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CanClearBrowserCacheReply) UnmarshalJSON(b []byte) error + type CanClearBrowserCookiesArgs struct + func (a *CanClearBrowserCookiesArgs) MarshalJSON() ([]byte, error) + func (a *CanClearBrowserCookiesArgs) UnmarshalJSON(b []byte) error + type CanClearBrowserCookiesReply struct + Result bool + func (a *CanClearBrowserCookiesReply) GetFrameID() string + func (a *CanClearBrowserCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CanClearBrowserCookiesReply) UnmarshalJSON(b []byte) error + type CanEmulateNetworkConditionsArgs struct + func (a *CanEmulateNetworkConditionsArgs) MarshalJSON() ([]byte, error) + func (a *CanEmulateNetworkConditionsArgs) UnmarshalJSON(b []byte) error + type CanEmulateNetworkConditionsReply struct + Result bool + func (a *CanEmulateNetworkConditionsReply) GetFrameID() string + func (a *CanEmulateNetworkConditionsReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CanEmulateNetworkConditionsReply) UnmarshalJSON(b []byte) error + type CertificateTransparencyCompliance string + const CertificateTransparencyComplianceCompliant + const CertificateTransparencyComplianceNotCompliant + const CertificateTransparencyComplianceNotSet + const CertificateTransparencyComplianceUnknown + func (e CertificateTransparencyCompliance) String() string + func (e CertificateTransparencyCompliance) Valid() bool + type ClearBrowserCacheArgs struct + func (a *ClearBrowserCacheArgs) MarshalJSON() ([]byte, error) + func (a *ClearBrowserCacheArgs) UnmarshalJSON(b []byte) error + type ClearBrowserCacheReply struct + func (a *ClearBrowserCacheReply) GetFrameID() string + func (a *ClearBrowserCacheReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearBrowserCacheReply) UnmarshalJSON(b []byte) error + type ClearBrowserCookiesArgs struct + func (a *ClearBrowserCookiesArgs) MarshalJSON() ([]byte, error) + func (a *ClearBrowserCookiesArgs) UnmarshalJSON(b []byte) error + type ClearBrowserCookiesReply struct + func (a *ClearBrowserCookiesReply) GetFrameID() string + func (a *ClearBrowserCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearBrowserCookiesReply) UnmarshalJSON(b []byte) error + type ConnectionType string + const ConnectionTypeBluetooth + const ConnectionTypeCellular2g + const ConnectionTypeCellular3g + const ConnectionTypeCellular4g + const ConnectionTypeEthernet + const ConnectionTypeNone + const ConnectionTypeNotSet + const ConnectionTypeOther + const ConnectionTypeWifi + const ConnectionTypeWimax + func (e ConnectionType) String() string + func (e ConnectionType) Valid() bool + type ContinueInterceptedRequestArgs struct + AuthChallengeResponse *AuthChallengeResponse + ErrorReason *ErrorReason + Headers *Headers + InterceptionID InterceptionID + Method string + PostData string + RawResponse string + URL string + func (a *ContinueInterceptedRequestArgs) MarshalJSON() ([]byte, error) + func (a *ContinueInterceptedRequestArgs) UnmarshalJSON(b []byte) error + type ContinueInterceptedRequestReply struct + func (a *ContinueInterceptedRequestReply) GetFrameID() string + func (a *ContinueInterceptedRequestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ContinueInterceptedRequestReply) UnmarshalJSON(b []byte) error + type Cookie struct + Domain string + Expires float64 + HTTPOnly bool + Name string + Path string + Priority CookiePriority + SameSite *CookieSameSite + Secure bool + Session bool + Size int + Value string + type CookieBlockedReason string + const CookieBlockedReasonDomainMismatch + const CookieBlockedReasonNotOnPath + const CookieBlockedReasonNotSet + const CookieBlockedReasonSameSiteLax + const CookieBlockedReasonSameSiteNoneInsecure + const CookieBlockedReasonSameSiteStrict + const CookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const CookieBlockedReasonSecureOnly + const CookieBlockedReasonUnknownError + const CookieBlockedReasonUserPreferences + func (e CookieBlockedReason) String() string + func (e CookieBlockedReason) Valid() bool + type CookieParam struct + Domain string + Expires *shared.TimeSinceEpoch + HTTPOnly bool + Name string + Path string + Priority *CookiePriority + SameSite *CookieSameSite + Secure bool + URL string + Value string + type CookiePriority string + const CookiePriorityHigh + const CookiePriorityLow + const CookiePriorityMedium + const CookiePriorityNotSet + func (e CookiePriority) String() string + func (e CookiePriority) Valid() bool + type CookieSameSite string + const CookieSameSiteLax + const CookieSameSiteNone + const CookieSameSiteNotSet + const CookieSameSiteStrict + func (e CookieSameSite) String() string + func (e CookieSameSite) Valid() bool + type DataReceivedReply struct + DataLength int + EncodedDataLength int + RequestID RequestID + Timestamp MonotonicTime + func (a *DataReceivedReply) GetFrameID() string + func (a *DataReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DataReceivedReply) UnmarshalJSON(b []byte) error + type DeleteCookiesArgs struct + Domain string + Name string + Path string + URL string + func (a *DeleteCookiesArgs) MarshalJSON() ([]byte, error) + func (a *DeleteCookiesArgs) UnmarshalJSON(b []byte) error + type DeleteCookiesReply struct + func (a *DeleteCookiesReply) GetFrameID() string + func (a *DeleteCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DeleteCookiesReply) UnmarshalJSON(b []byte) error + type DisableArgs struct + func (a *DisableArgs) MarshalJSON() ([]byte, error) + func (a *DisableArgs) UnmarshalJSON(b []byte) error + type DisableReply struct + func (a *DisableReply) GetFrameID() string + func (a *DisableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DisableReply) UnmarshalJSON(b []byte) error + type EmulateNetworkConditionsArgs struct + ConnectionType *ConnectionType + DownloadThroughput float64 + Latency float64 + Offline bool + UploadThroughput float64 + func (a *EmulateNetworkConditionsArgs) MarshalJSON() ([]byte, error) + func (a *EmulateNetworkConditionsArgs) UnmarshalJSON(b []byte) error + type EmulateNetworkConditionsReply struct + func (a *EmulateNetworkConditionsReply) GetFrameID() string + func (a *EmulateNetworkConditionsReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EmulateNetworkConditionsReply) UnmarshalJSON(b []byte) error + type EnableArgs struct + MaxPostDataSize int + MaxResourceBufferSize int + MaxTotalBufferSize int + func (a *EnableArgs) MarshalJSON() ([]byte, error) + func (a *EnableArgs) UnmarshalJSON(b []byte) error + type EnableReply struct + func (a *EnableReply) GetFrameID() string + func (a *EnableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EnableReply) UnmarshalJSON(b []byte) error + type ErrorReason string + const ErrorReasonAborted + const ErrorReasonAccessDenied + const ErrorReasonAddressUnreachable + const ErrorReasonBlockedByClient + const ErrorReasonBlockedByResponse + const ErrorReasonConnectionAborted + const ErrorReasonConnectionClosed + const ErrorReasonConnectionFailed + const ErrorReasonConnectionRefused + const ErrorReasonConnectionReset + const ErrorReasonFailed + const ErrorReasonInternetDisconnected + const ErrorReasonNameNotResolved + const ErrorReasonNotSet + const ErrorReasonTimedOut + func (e ErrorReason) String() string + func (e ErrorReason) Valid() bool + type EventSourceMessageReceivedReply struct + Data string + EventID string + EventName string + RequestID RequestID + Timestamp MonotonicTime + func (a *EventSourceMessageReceivedReply) GetFrameID() string + func (a *EventSourceMessageReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EventSourceMessageReceivedReply) UnmarshalJSON(b []byte) error + type GetAllCookiesArgs struct + func (a *GetAllCookiesArgs) MarshalJSON() ([]byte, error) + func (a *GetAllCookiesArgs) UnmarshalJSON(b []byte) error + type GetAllCookiesReply struct + Cookies []Cookie + func (a *GetAllCookiesReply) GetFrameID() string + func (a *GetAllCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetAllCookiesReply) UnmarshalJSON(b []byte) error + type GetCertificateArgs struct + Origin string + func (a *GetCertificateArgs) MarshalJSON() ([]byte, error) + func (a *GetCertificateArgs) UnmarshalJSON(b []byte) error + type GetCertificateReply struct + TableNames []string + func (a *GetCertificateReply) GetFrameID() string + func (a *GetCertificateReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetCertificateReply) UnmarshalJSON(b []byte) error + type GetCookiesArgs struct + URLs *[]string + func (a *GetCookiesArgs) MarshalJSON() ([]byte, error) + func (a *GetCookiesArgs) UnmarshalJSON(b []byte) error + type GetCookiesReply struct + Cookies []Cookie + func (a *GetCookiesReply) GetFrameID() string + func (a *GetCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetCookiesReply) UnmarshalJSON(b []byte) error + type GetRequestPostDataArgs struct + RequestID RequestID + func (a *GetRequestPostDataArgs) MarshalJSON() ([]byte, error) + func (a *GetRequestPostDataArgs) UnmarshalJSON(b []byte) error + type GetRequestPostDataReply struct + PostData string + func (a *GetRequestPostDataReply) GetFrameID() string + func (a *GetRequestPostDataReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetRequestPostDataReply) UnmarshalJSON(b []byte) error + type GetResponseBodyArgs struct + RequestID RequestID + func (a *GetResponseBodyArgs) MarshalJSON() ([]byte, error) + func (a *GetResponseBodyArgs) UnmarshalJSON(b []byte) error + type GetResponseBodyForInterceptionArgs struct + InterceptionID InterceptionID + func (a *GetResponseBodyForInterceptionArgs) MarshalJSON() ([]byte, error) + func (a *GetResponseBodyForInterceptionArgs) UnmarshalJSON(b []byte) error + type GetResponseBodyForInterceptionReply struct + Base64Encoded bool + Body string + func (a *GetResponseBodyForInterceptionReply) GetFrameID() string + func (a *GetResponseBodyForInterceptionReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetResponseBodyForInterceptionReply) UnmarshalJSON(b []byte) error + type GetResponseBodyReply struct + Base64Encoded bool + Body string + func (a *GetResponseBodyReply) GetFrameID() string + func (a *GetResponseBodyReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetResponseBodyReply) UnmarshalJSON(b []byte) error + type Headers []byte + func (h *Headers) UnmarshalJSON(data []byte) error + func (h Headers) MarshalJSON() ([]byte, error) + type Initiator struct + LineNumber float64 + Stack *runtime.StackTrace + Type string + URL string + type InterceptionID string + type InterceptionStage string + const InterceptionStageHeadersReceived + const InterceptionStageNotSet + const InterceptionStageRequest + func (e InterceptionStage) String() string + func (e InterceptionStage) Valid() bool + type LoaderID string + type LoadingFailedReply struct + BlockedReason *BlockedReason + Canceled bool + ErrorText string + RequestID RequestID + Timestamp MonotonicTime + Type shared.ResourceType + func (a *LoadingFailedReply) GetFrameID() string + func (a *LoadingFailedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *LoadingFailedReply) UnmarshalJSON(b []byte) error + type LoadingFinishedReply struct + EncodedDataLength float64 + RequestID RequestID + ShouldReportCorbBlocking bool + Timestamp MonotonicTime + func (a *LoadingFinishedReply) GetFrameID() string + func (a *LoadingFinishedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *LoadingFinishedReply) UnmarshalJSON(b []byte) error + type MonotonicTime float64 + func (t *MonotonicTime) UnmarshalJSON(data []byte) error + func (t MonotonicTime) MarshalJSON() ([]byte, error) + func (t MonotonicTime) String() string + func (t MonotonicTime) Time() time.Time + type ReplayXHRArgs struct + RequestID RequestID + func (a *ReplayXHRArgs) MarshalJSON() ([]byte, error) + func (a *ReplayXHRArgs) UnmarshalJSON(b []byte) error + type ReplayXHRReply struct + func (a *ReplayXHRReply) GetFrameID() string + func (a *ReplayXHRReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ReplayXHRReply) UnmarshalJSON(b []byte) error + type Request struct + HasPostData bool + Headers Headers + InitialPriority ResourcePriority + IsLinkPreload bool + Method string + MixedContentType *security.MixedContentType + PostData string + ReferrerPolicy string + URL string + URLFragment string + type RequestID string + type RequestInterceptedReply struct + AuthChallenge *AuthChallenge + FrameID shared.FrameID + InterceptionID InterceptionID + IsDownload bool + IsNavigationRequest bool + RedirectURL string + Request Request + RequestID RequestID + ResourceType shared.ResourceType + ResponseErrorReason *ErrorReason + ResponseHeaders *Headers + ResponseStatusCode int + func (a *RequestInterceptedReply) GetFrameID() string + func (a *RequestInterceptedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RequestInterceptedReply) UnmarshalJSON(b []byte) error + type RequestPattern struct + InterceptionStage *InterceptionStage + ResourceType *shared.ResourceType + URLPattern string + type RequestServedFromCacheReply struct + RequestID RequestID + func (a *RequestServedFromCacheReply) GetFrameID() string + func (a *RequestServedFromCacheReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RequestServedFromCacheReply) UnmarshalJSON(b []byte) error + type RequestWillBeSentExtraInfoReply struct + BlockedCookies []BlockedCookieWithReason + Headers Headers + RequestID RequestID + func (a *RequestWillBeSentExtraInfoReply) GetFrameID() string + func (a *RequestWillBeSentExtraInfoReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RequestWillBeSentExtraInfoReply) UnmarshalJSON(b []byte) error + type RequestWillBeSentReply struct + DocumentURL string + FrameID shared.FrameID + HasUserGesture bool + Initiator Initiator + LoaderID LoaderID + RedirectResponse *Response + Request Request + RequestID RequestID + Timestamp MonotonicTime + Type *shared.ResourceType + WallTime shared.TimeSinceEpoch + func (a *RequestWillBeSentReply) GetFrameID() string + func (a *RequestWillBeSentReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RequestWillBeSentReply) UnmarshalJSON(b []byte) error + type ResourceChangedPriorityReply struct + NewPriority ResourcePriority + RequestID RequestID + Timestamp MonotonicTime + func (a *ResourceChangedPriorityReply) GetFrameID() string + func (a *ResourceChangedPriorityReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ResourceChangedPriorityReply) UnmarshalJSON(b []byte) error + type ResourcePriority string + const ResourcePriorityHigh + const ResourcePriorityLow + const ResourcePriorityMedium + const ResourcePriorityNotSet + const ResourcePriorityVeryHigh + const ResourcePriorityVeryLow + func (e ResourcePriority) String() string + func (e ResourcePriority) Valid() bool + type ResourceTiming struct + ConnectEnd float64 + ConnectStart float64 + DNSEnd float64 + DNSStart float64 + ProxyEnd float64 + ProxyStart float64 + PushEnd float64 + PushStart float64 + ReceiveHeadersEnd float64 + RequestTime float64 + SSLEnd float64 + SSLStart float64 + SendEnd float64 + SendStart float64 + WorkerReady float64 + WorkerStart float64 + type Response struct + ConnectionID float64 + ConnectionReused bool + EncodedDataLength float64 + FromDiskCache bool + FromPrefetchCache bool + FromServiceWorker bool + Headers Headers + HeadersText string + MimeType string + Protocol string + RemoteIPAddress string + RemotePort int + RequestHeaders *Headers + RequestHeadersText string + SecurityDetails *SecurityDetails + SecurityState security.State + Status int + StatusText string + Timing *ResourceTiming + URL string + type ResponseReceivedExtraInfoReply struct + BlockedCookies []BlockedSetCookieWithReason + Headers Headers + HeadersText string + RequestID RequestID + func (a *ResponseReceivedExtraInfoReply) GetFrameID() string + func (a *ResponseReceivedExtraInfoReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ResponseReceivedExtraInfoReply) UnmarshalJSON(b []byte) error + type ResponseReceivedReply struct + FrameID shared.FrameID + LoaderID LoaderID + RequestID RequestID + Response Response + Timestamp MonotonicTime + Type shared.ResourceType + func (a *ResponseReceivedReply) GetFrameID() string + func (a *ResponseReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ResponseReceivedReply) UnmarshalJSON(b []byte) error + type SearchInResponseBodyArgs struct + CaseSensitive bool + IsRegex bool + Query string + RequestID RequestID + func (a *SearchInResponseBodyArgs) MarshalJSON() ([]byte, error) + func (a *SearchInResponseBodyArgs) UnmarshalJSON(b []byte) error + type SearchInResponseBodyReply struct + Result []debugger.SearchMatch + func (a *SearchInResponseBodyReply) GetFrameID() string + func (a *SearchInResponseBodyReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SearchInResponseBodyReply) UnmarshalJSON(b []byte) error + type SecurityDetails struct + CertificateID security.CertificateID + CertificateTransparencyCompliance CertificateTransparencyCompliance + Cipher string + Issuer string + KeyExchange string + KeyExchangeGroup string + MAC string + Protocol string + SanList []string + SignedCertificateTimestampList []SignedCertificateTimestamp + SubjectName string + ValidFrom shared.TimeSinceEpoch + ValidTo shared.TimeSinceEpoch + type SetBlockedURLsArgs struct + URLs []string + func (a *SetBlockedURLsArgs) MarshalJSON() ([]byte, error) + func (a *SetBlockedURLsArgs) UnmarshalJSON(b []byte) error + type SetBlockedURLsReply struct + func (a *SetBlockedURLsReply) GetFrameID() string + func (a *SetBlockedURLsReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetBlockedURLsReply) UnmarshalJSON(b []byte) error + type SetBypassServiceWorkerArgs struct + Bypass bool + func (a *SetBypassServiceWorkerArgs) MarshalJSON() ([]byte, error) + func (a *SetBypassServiceWorkerArgs) UnmarshalJSON(b []byte) error + type SetBypassServiceWorkerReply struct + func (a *SetBypassServiceWorkerReply) GetFrameID() string + func (a *SetBypassServiceWorkerReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetBypassServiceWorkerReply) UnmarshalJSON(b []byte) error + type SetCacheDisabledArgs struct + CacheDisabled bool + func (a *SetCacheDisabledArgs) MarshalJSON() ([]byte, error) + func (a *SetCacheDisabledArgs) UnmarshalJSON(b []byte) error + type SetCacheDisabledReply struct + func (a *SetCacheDisabledReply) GetFrameID() string + func (a *SetCacheDisabledReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetCacheDisabledReply) UnmarshalJSON(b []byte) error + type SetCookieArgs struct + Domain string + Expires *shared.TimeSinceEpoch + HTTPOnly bool + Name string + Path string + Priority *CookiePriority + SameSite *CookieSameSite + Secure bool + URL string + Value string + func (a *SetCookieArgs) MarshalJSON() ([]byte, error) + func (a *SetCookieArgs) UnmarshalJSON(b []byte) error + type SetCookieBlockedReason string + const SetCookieBlockedReasonInvalidDomain + const SetCookieBlockedReasonInvalidPrefix + const SetCookieBlockedReasonNotSet + const SetCookieBlockedReasonOverwriteSecure + const SetCookieBlockedReasonSameSiteLax + const SetCookieBlockedReasonSameSiteNoneInsecure + const SetCookieBlockedReasonSameSiteStrict + const SetCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const SetCookieBlockedReasonSchemeNotSupported + const SetCookieBlockedReasonSecureOnly + const SetCookieBlockedReasonSyntaxError + const SetCookieBlockedReasonUnknownError + const SetCookieBlockedReasonUserPreferences + func (e SetCookieBlockedReason) String() string + func (e SetCookieBlockedReason) Valid() bool + type SetCookieReply struct + Success bool + func (a *SetCookieReply) GetFrameID() string + func (a *SetCookieReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetCookieReply) UnmarshalJSON(b []byte) error + type SetCookiesArgs struct + Cookies []CookieParam + func (a *SetCookiesArgs) MarshalJSON() ([]byte, error) + func (a *SetCookiesArgs) UnmarshalJSON(b []byte) error + type SetCookiesReply struct + func (a *SetCookiesReply) GetFrameID() string + func (a *SetCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetCookiesReply) UnmarshalJSON(b []byte) error + type SetDataSizeLimitsForTestArgs struct + MaxResourceSize int + MaxTotalSize int + func (a *SetDataSizeLimitsForTestArgs) MarshalJSON() ([]byte, error) + func (a *SetDataSizeLimitsForTestArgs) UnmarshalJSON(b []byte) error + type SetDataSizeLimitsForTestReply struct + func (a *SetDataSizeLimitsForTestReply) GetFrameID() string + func (a *SetDataSizeLimitsForTestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetDataSizeLimitsForTestReply) UnmarshalJSON(b []byte) error + type SetExtraHTTPHeadersArgs struct + Headers Headers + func (a *SetExtraHTTPHeadersArgs) MarshalJSON() ([]byte, error) + func (a *SetExtraHTTPHeadersArgs) UnmarshalJSON(b []byte) error + type SetExtraHTTPHeadersReply struct + func (a *SetExtraHTTPHeadersReply) GetFrameID() string + func (a *SetExtraHTTPHeadersReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetExtraHTTPHeadersReply) UnmarshalJSON(b []byte) error + type SetRequestInterceptionArgs struct + Patterns []RequestPattern + func (a *SetRequestInterceptionArgs) MarshalJSON() ([]byte, error) + func (a *SetRequestInterceptionArgs) UnmarshalJSON(b []byte) error + type SetRequestInterceptionReply struct + func (a *SetRequestInterceptionReply) GetFrameID() string + func (a *SetRequestInterceptionReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetRequestInterceptionReply) UnmarshalJSON(b []byte) error + type SignedCertificateTimestamp struct + HashAlgorithm string + LogDescription string + LogID string + Origin string + SignatureAlgorithm string + SignatureData string + Status string + Timestamp shared.TimeSinceEpoch + type SignedExchangeError struct + ErrorField *SignedExchangeErrorField + Message string + SignatureIndex int + type SignedExchangeErrorField string + const SignedExchangeErrorFieldNotSet + const SignedExchangeErrorFieldSignatureCertSha256 + const SignedExchangeErrorFieldSignatureCertURL + const SignedExchangeErrorFieldSignatureIntegrity + const SignedExchangeErrorFieldSignatureSig + const SignedExchangeErrorFieldSignatureTimestamps + const SignedExchangeErrorFieldSignatureValidityURL + func (e SignedExchangeErrorField) String() string + func (e SignedExchangeErrorField) Valid() bool + type SignedExchangeHeader struct + HeaderIntegrity string + RequestURL string + ResponseCode int + ResponseHeaders Headers + Signatures []SignedExchangeSignature + type SignedExchangeInfo struct + Errors *[]SignedExchangeError + Header *SignedExchangeHeader + OuterResponse Response + SecurityDetails *SecurityDetails + type SignedExchangeReceivedReply struct + Info SignedExchangeInfo + RequestID RequestID + func (a *SignedExchangeReceivedReply) GetFrameID() string + func (a *SignedExchangeReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SignedExchangeReceivedReply) UnmarshalJSON(b []byte) error + type SignedExchangeSignature struct + CertSha256 string + CertURL string + Certificates *[]string + Date int + Expires int + Integrity string + Label string + Signature string + ValidityURL string + type TakeResponseBodyForInterceptionAsStreamArgs struct + InterceptionID InterceptionID + func (a *TakeResponseBodyForInterceptionAsStreamArgs) MarshalJSON() ([]byte, error) + func (a *TakeResponseBodyForInterceptionAsStreamArgs) UnmarshalJSON(b []byte) error + type TakeResponseBodyForInterceptionAsStreamReply struct + Stream io.StreamHandle + func (a *TakeResponseBodyForInterceptionAsStreamReply) GetFrameID() string + func (a *TakeResponseBodyForInterceptionAsStreamReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *TakeResponseBodyForInterceptionAsStreamReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler + type WebSocketClosedReply struct + RequestID RequestID + Timestamp MonotonicTime + func (a *WebSocketClosedReply) GetFrameID() string + func (a *WebSocketClosedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketClosedReply) UnmarshalJSON(b []byte) error + type WebSocketCreatedReply struct + Initiator *Initiator + RequestID RequestID + URL string + func (a *WebSocketCreatedReply) GetFrameID() string + func (a *WebSocketCreatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketCreatedReply) UnmarshalJSON(b []byte) error + type WebSocketFrame struct + Mask bool + Opcode float64 + PayloadData string + type WebSocketFrameErrorReply struct + ErrorMessage string + RequestID RequestID + Timestamp MonotonicTime + func (a *WebSocketFrameErrorReply) GetFrameID() string + func (a *WebSocketFrameErrorReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketFrameErrorReply) UnmarshalJSON(b []byte) error + type WebSocketFrameReceivedReply struct + RequestID RequestID + Response WebSocketFrame + Timestamp MonotonicTime + func (a *WebSocketFrameReceivedReply) GetFrameID() string + func (a *WebSocketFrameReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketFrameReceivedReply) UnmarshalJSON(b []byte) error + type WebSocketFrameSentReply struct + RequestID RequestID + Response WebSocketFrame + Timestamp MonotonicTime + func (a *WebSocketFrameSentReply) GetFrameID() string + func (a *WebSocketFrameSentReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketFrameSentReply) UnmarshalJSON(b []byte) error + type WebSocketHandshakeResponseReceivedReply struct + RequestID RequestID + Response WebSocketResponse + Timestamp MonotonicTime + func (a *WebSocketHandshakeResponseReceivedReply) GetFrameID() string + func (a *WebSocketHandshakeResponseReceivedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketHandshakeResponseReceivedReply) UnmarshalJSON(b []byte) error + type WebSocketRequest struct + Headers Headers + type WebSocketResponse struct + Headers Headers + HeadersText string + RequestHeaders *Headers + RequestHeadersText string + Status int + StatusText string + type WebSocketWillSendHandshakeRequestReply struct + Request WebSocketRequest + RequestID RequestID + Timestamp MonotonicTime + WallTime shared.TimeSinceEpoch + func (a *WebSocketWillSendHandshakeRequestReply) GetFrameID() string + func (a *WebSocketWillSendHandshakeRequestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *WebSocketWillSendHandshakeRequestReply) UnmarshalJSON(b []byte) error