Versions in this module Expand all Collapse all v0 v0.107.5 Oct 1, 2022 Changes in this version + const Version + func GetType(methodName string) reflect.Type + func ParseMethodName(method string) (domain, name string) + func PatternToReg(pattern string) string + type AccessibilityAXNode struct + BackendDOMNodeID DOMBackendNodeID + ChildIds []AccessibilityAXNodeID + Description *AccessibilityAXValue + FrameID PageFrameID + Ignored bool + IgnoredReasons []*AccessibilityAXProperty + Name *AccessibilityAXValue + NodeID AccessibilityAXNodeID + ParentID AccessibilityAXNodeID + Properties []*AccessibilityAXProperty + Role *AccessibilityAXValue + Value *AccessibilityAXValue + type AccessibilityAXNodeID string + type AccessibilityAXProperty struct + Name AccessibilityAXPropertyName + Value *AccessibilityAXValue + type AccessibilityAXPropertyName string + const AccessibilityAXPropertyNameActivedescendant + const AccessibilityAXPropertyNameAtomic + const AccessibilityAXPropertyNameAutocomplete + const AccessibilityAXPropertyNameBusy + const AccessibilityAXPropertyNameChecked + const AccessibilityAXPropertyNameControls + const AccessibilityAXPropertyNameDescribedby + const AccessibilityAXPropertyNameDetails + const AccessibilityAXPropertyNameDisabled + const AccessibilityAXPropertyNameEditable + const AccessibilityAXPropertyNameErrormessage + const AccessibilityAXPropertyNameExpanded + const AccessibilityAXPropertyNameFlowto + const AccessibilityAXPropertyNameFocusable + const AccessibilityAXPropertyNameFocused + const AccessibilityAXPropertyNameHasPopup + const AccessibilityAXPropertyNameHidden + const AccessibilityAXPropertyNameHiddenRoot + const AccessibilityAXPropertyNameInvalid + const AccessibilityAXPropertyNameKeyshortcuts + const AccessibilityAXPropertyNameLabelledby + const AccessibilityAXPropertyNameLevel + const AccessibilityAXPropertyNameLive + const AccessibilityAXPropertyNameModal + const AccessibilityAXPropertyNameMultiline + const AccessibilityAXPropertyNameMultiselectable + const AccessibilityAXPropertyNameOrientation + const AccessibilityAXPropertyNameOwns + const AccessibilityAXPropertyNamePressed + const AccessibilityAXPropertyNameReadonly + const AccessibilityAXPropertyNameRelevant + const AccessibilityAXPropertyNameRequired + const AccessibilityAXPropertyNameRoledescription + const AccessibilityAXPropertyNameRoot + const AccessibilityAXPropertyNameSelected + const AccessibilityAXPropertyNameSettable + const AccessibilityAXPropertyNameValuemax + const AccessibilityAXPropertyNameValuemin + const AccessibilityAXPropertyNameValuetext + type AccessibilityAXRelatedNode struct + BackendDOMNodeID DOMBackendNodeID + Idref string + Text string + type AccessibilityAXValue struct + RelatedNodes []*AccessibilityAXRelatedNode + Sources []*AccessibilityAXValueSource + Type AccessibilityAXValueType + Value gson.JSON + type AccessibilityAXValueNativeSourceType string + const AccessibilityAXValueNativeSourceTypeDescription + const AccessibilityAXValueNativeSourceTypeFigcaption + const AccessibilityAXValueNativeSourceTypeLabel + const AccessibilityAXValueNativeSourceTypeLabelfor + const AccessibilityAXValueNativeSourceTypeLabelwrapped + const AccessibilityAXValueNativeSourceTypeLegend + const AccessibilityAXValueNativeSourceTypeOther + const AccessibilityAXValueNativeSourceTypeRubyannotation + const AccessibilityAXValueNativeSourceTypeTablecaption + const AccessibilityAXValueNativeSourceTypeTitle + type AccessibilityAXValueSource struct + Attribute string + AttributeValue *AccessibilityAXValue + Invalid bool + InvalidReason string + NativeSource AccessibilityAXValueNativeSourceType + NativeSourceValue *AccessibilityAXValue + Superseded bool + Type AccessibilityAXValueSourceType + Value *AccessibilityAXValue + type AccessibilityAXValueSourceType string + const AccessibilityAXValueSourceTypeAttribute + const AccessibilityAXValueSourceTypeContents + const AccessibilityAXValueSourceTypeImplicit + const AccessibilityAXValueSourceTypePlaceholder + const AccessibilityAXValueSourceTypeRelatedElement + const AccessibilityAXValueSourceTypeStyle + type AccessibilityAXValueType string + const AccessibilityAXValueTypeBoolean + const AccessibilityAXValueTypeBooleanOrUndefined + const AccessibilityAXValueTypeComputedString + const AccessibilityAXValueTypeDomRelation + const AccessibilityAXValueTypeIdref + const AccessibilityAXValueTypeIdrefList + const AccessibilityAXValueTypeInteger + const AccessibilityAXValueTypeInternalRole + const AccessibilityAXValueTypeNode + const AccessibilityAXValueTypeNodeList + const AccessibilityAXValueTypeNumber + const AccessibilityAXValueTypeRole + const AccessibilityAXValueTypeString + const AccessibilityAXValueTypeToken + const AccessibilityAXValueTypeTokenList + const AccessibilityAXValueTypeTristate + const AccessibilityAXValueTypeValueUndefined + type AccessibilityDisable struct + func (m AccessibilityDisable) Call(c Client) error + func (m AccessibilityDisable) ProtoReq() string + type AccessibilityEnable struct + func (m AccessibilityEnable) Call(c Client) error + func (m AccessibilityEnable) ProtoReq() string + type AccessibilityGetAXNodeAndAncestors struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m AccessibilityGetAXNodeAndAncestors) Call(c Client) (*AccessibilityGetAXNodeAndAncestorsResult, error) + func (m AccessibilityGetAXNodeAndAncestors) ProtoReq() string + type AccessibilityGetAXNodeAndAncestorsResult struct + Nodes []*AccessibilityAXNode + type AccessibilityGetChildAXNodes struct + FrameID PageFrameID + ID AccessibilityAXNodeID + func (m AccessibilityGetChildAXNodes) Call(c Client) (*AccessibilityGetChildAXNodesResult, error) + func (m AccessibilityGetChildAXNodes) ProtoReq() string + type AccessibilityGetChildAXNodesResult struct + Nodes []*AccessibilityAXNode + type AccessibilityGetFullAXTree struct + Depth *int + FrameID PageFrameID + func (m AccessibilityGetFullAXTree) Call(c Client) (*AccessibilityGetFullAXTreeResult, error) + func (m AccessibilityGetFullAXTree) ProtoReq() string + type AccessibilityGetFullAXTreeResult struct + Nodes []*AccessibilityAXNode + type AccessibilityGetPartialAXTree struct + BackendNodeID DOMBackendNodeID + FetchRelatives bool + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m AccessibilityGetPartialAXTree) Call(c Client) (*AccessibilityGetPartialAXTreeResult, error) + func (m AccessibilityGetPartialAXTree) ProtoReq() string + type AccessibilityGetPartialAXTreeResult struct + Nodes []*AccessibilityAXNode + type AccessibilityGetRootAXNode struct + FrameID PageFrameID + func (m AccessibilityGetRootAXNode) Call(c Client) (*AccessibilityGetRootAXNodeResult, error) + func (m AccessibilityGetRootAXNode) ProtoReq() string + type AccessibilityGetRootAXNodeResult struct + Node *AccessibilityAXNode + type AccessibilityLoadComplete struct + Root *AccessibilityAXNode + func (evt AccessibilityLoadComplete) ProtoEvent() string + type AccessibilityNodesUpdated struct + Nodes []*AccessibilityAXNode + func (evt AccessibilityNodesUpdated) ProtoEvent() string + type AccessibilityQueryAXTree struct + AccessibleName string + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + Role string + func (m AccessibilityQueryAXTree) Call(c Client) (*AccessibilityQueryAXTreeResult, error) + func (m AccessibilityQueryAXTree) ProtoReq() string + type AccessibilityQueryAXTreeResult struct + Nodes []*AccessibilityAXNode + type AnimationAnimation struct + CSSID string + CurrentTime float64 + ID string + Name string + PausedState bool + PlayState string + PlaybackRate float64 + Source *AnimationAnimationEffect + StartTime float64 + Type AnimationAnimationType + type AnimationAnimationCanceled struct + ID string + func (evt AnimationAnimationCanceled) ProtoEvent() string + type AnimationAnimationCreated struct + ID string + func (evt AnimationAnimationCreated) ProtoEvent() string + type AnimationAnimationEffect struct + BackendNodeID DOMBackendNodeID + Delay float64 + Direction string + Duration float64 + Easing string + EndDelay float64 + Fill string + IterationStart float64 + Iterations float64 + KeyframesRule *AnimationKeyframesRule + type AnimationAnimationStarted struct + Animation *AnimationAnimation + func (evt AnimationAnimationStarted) ProtoEvent() string + type AnimationAnimationType string + const AnimationAnimationTypeCSSAnimation + const AnimationAnimationTypeCSSTransition + const AnimationAnimationTypeWebAnimation + type AnimationDisable struct + func (m AnimationDisable) Call(c Client) error + func (m AnimationDisable) ProtoReq() string + type AnimationEnable struct + func (m AnimationEnable) Call(c Client) error + func (m AnimationEnable) ProtoReq() string + type AnimationGetCurrentTime struct + ID string + func (m AnimationGetCurrentTime) Call(c Client) (*AnimationGetCurrentTimeResult, error) + func (m AnimationGetCurrentTime) ProtoReq() string + type AnimationGetCurrentTimeResult struct + CurrentTime float64 + type AnimationGetPlaybackRate struct + func (m AnimationGetPlaybackRate) Call(c Client) (*AnimationGetPlaybackRateResult, error) + func (m AnimationGetPlaybackRate) ProtoReq() string + type AnimationGetPlaybackRateResult struct + PlaybackRate float64 + type AnimationKeyframeStyle struct + Easing string + Offset string + type AnimationKeyframesRule struct + Keyframes []*AnimationKeyframeStyle + Name string + type AnimationReleaseAnimations struct + Animations []string + func (m AnimationReleaseAnimations) Call(c Client) error + func (m AnimationReleaseAnimations) ProtoReq() string + type AnimationResolveAnimation struct + AnimationID string + func (m AnimationResolveAnimation) Call(c Client) (*AnimationResolveAnimationResult, error) + func (m AnimationResolveAnimation) ProtoReq() string + type AnimationResolveAnimationResult struct + RemoteObject *RuntimeRemoteObject + type AnimationSeekAnimations struct + Animations []string + CurrentTime float64 + func (m AnimationSeekAnimations) Call(c Client) error + func (m AnimationSeekAnimations) ProtoReq() string + type AnimationSetPaused struct + Animations []string + Paused bool + func (m AnimationSetPaused) Call(c Client) error + func (m AnimationSetPaused) ProtoReq() string + type AnimationSetPlaybackRate struct + PlaybackRate float64 + func (m AnimationSetPlaybackRate) Call(c Client) error + func (m AnimationSetPlaybackRate) ProtoReq() string + type AnimationSetTiming struct + AnimationID string + Delay float64 + Duration float64 + func (m AnimationSetTiming) Call(c Client) error + func (m AnimationSetTiming) ProtoReq() string + type AuditsAffectedCookie struct + Domain string + Name string + Path string + type AuditsAffectedFrame struct + FrameID PageFrameID + type AuditsAffectedRequest struct + RequestID NetworkRequestID + URL string + type AuditsAttributionReportingIssueDetails struct + Frame *AuditsAffectedFrame + InvalidParameter string + Request *AuditsAffectedRequest + ViolatingNodeID DOMBackendNodeID + ViolationType AuditsAttributionReportingIssueType + type AuditsAttributionReportingIssueType string + const AuditsAttributionReportingIssueTypeAttributionSourceUntrustworthyOrigin + const AuditsAttributionReportingIssueTypeAttributionUntrustworthyOrigin + const AuditsAttributionReportingIssueTypeInvalidHeader + const AuditsAttributionReportingIssueTypePermissionPolicyDisabled + type AuditsBlockedByResponseIssueDetails struct + BlockedFrame *AuditsAffectedFrame + ParentFrame *AuditsAffectedFrame + Reason AuditsBlockedByResponseReason + Request *AuditsAffectedRequest + type AuditsBlockedByResponseReason string + const AuditsBlockedByResponseReasonCoepFrameResourceNeedsCoepHeader + const AuditsBlockedByResponseReasonCoopSandboxedIFrameCannotNavigateToCoopPage + const AuditsBlockedByResponseReasonCorpNotSameOrigin + const AuditsBlockedByResponseReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep + const AuditsBlockedByResponseReasonCorpNotSameSite + type AuditsCheckContrast struct + ReportAAA bool + func (m AuditsCheckContrast) Call(c Client) error + func (m AuditsCheckContrast) ProtoReq() string + type AuditsClientHintIssueDetails struct + ClientHintIssueReason AuditsClientHintIssueReason + SourceCodeLocation *AuditsSourceCodeLocation + type AuditsClientHintIssueReason string + const AuditsClientHintIssueReasonMetaTagAllowListInvalidOrigin + const AuditsClientHintIssueReasonMetaTagModifiedHTML + type AuditsContentSecurityPolicyIssueDetails struct + BlockedURL string + ContentSecurityPolicyViolationType AuditsContentSecurityPolicyViolationType + FrameAncestor *AuditsAffectedFrame + IsReportOnly bool + SourceCodeLocation *AuditsSourceCodeLocation + ViolatedDirective string + ViolatingNodeID DOMBackendNodeID + type AuditsContentSecurityPolicyViolationType string + const AuditsContentSecurityPolicyViolationTypeKEvalViolation + const AuditsContentSecurityPolicyViolationTypeKInlineViolation + const AuditsContentSecurityPolicyViolationTypeKTrustedTypesPolicyViolation + const AuditsContentSecurityPolicyViolationTypeKTrustedTypesSinkViolation + const AuditsContentSecurityPolicyViolationTypeKURLViolation + const AuditsContentSecurityPolicyViolationTypeKWasmEvalViolation + type AuditsCookieExclusionReason string + const AuditsCookieExclusionReasonExcludeInvalidSameParty + const AuditsCookieExclusionReasonExcludeSamePartyCrossPartyContext + const AuditsCookieExclusionReasonExcludeSameSiteLax + const AuditsCookieExclusionReasonExcludeSameSiteNoneInsecure + const AuditsCookieExclusionReasonExcludeSameSiteStrict + const AuditsCookieExclusionReasonExcludeSameSiteUnspecifiedTreatedAsLax + type AuditsCookieIssueDetails struct + Cookie *AuditsAffectedCookie + CookieExclusionReasons []AuditsCookieExclusionReason + CookieURL string + CookieWarningReasons []AuditsCookieWarningReason + Operation AuditsCookieOperation + RawCookieLine string + Request *AuditsAffectedRequest + SiteForCookies string + type AuditsCookieOperation string + const AuditsCookieOperationReadCookie + const AuditsCookieOperationSetCookie + type AuditsCookieWarningReason string + const AuditsCookieWarningReasonWarnAttributeValueExceedsMaxSize + const AuditsCookieWarningReasonWarnSameSiteLaxCrossDowngradeLax + const AuditsCookieWarningReasonWarnSameSiteLaxCrossDowngradeStrict + const AuditsCookieWarningReasonWarnSameSiteNoneInsecure + const AuditsCookieWarningReasonWarnSameSiteStrictCrossDowngradeLax + const AuditsCookieWarningReasonWarnSameSiteStrictCrossDowngradeStrict + const AuditsCookieWarningReasonWarnSameSiteStrictLaxDowngradeStrict + const AuditsCookieWarningReasonWarnSameSiteUnspecifiedCrossSiteContext + const AuditsCookieWarningReasonWarnSameSiteUnspecifiedLaxAllowUnsafe + type AuditsCorsIssueDetails struct + ClientSecurityState *NetworkClientSecurityState + CorsErrorStatus *NetworkCorsErrorStatus + InitiatorOrigin string + IsWarning bool + Location *AuditsSourceCodeLocation + Request *AuditsAffectedRequest + ResourceIPAddressSpace NetworkIPAddressSpace + type AuditsDeprecationIssueDetails struct + AffectedFrame *AuditsAffectedFrame + SourceCodeLocation *AuditsSourceCodeLocation + Type AuditsDeprecationIssueType + type AuditsDeprecationIssueType string + const AuditsDeprecationIssueTypeAuthorizationCoveredByWildcard + const AuditsDeprecationIssueTypeCSSSelectorInternalMediaControlsOverlayCastButton + const AuditsDeprecationIssueTypeCanRequestURLHTTPContainingNewline + const AuditsDeprecationIssueTypeChromeLoadTimesConnectionInfo + const AuditsDeprecationIssueTypeChromeLoadTimesFirstPaintAfterLoadTime + const AuditsDeprecationIssueTypeChromeLoadTimesWasAlternateProtocolAvailable + const AuditsDeprecationIssueTypeCookieWithTruncatingChar + const AuditsDeprecationIssueTypeCrossOriginAccessBasedOnDocumentDomain + const AuditsDeprecationIssueTypeCrossOriginWindowAlert + const AuditsDeprecationIssueTypeCrossOriginWindowConfirm + const AuditsDeprecationIssueTypeDeprecationExample + const AuditsDeprecationIssueTypeDocumentDomainSettingWithoutOriginAgentClusterHeader + const AuditsDeprecationIssueTypeEventPath + const AuditsDeprecationIssueTypeGeolocationInsecureOrigin + const AuditsDeprecationIssueTypeGeolocationInsecureOriginDeprecatedNotRemoved + const AuditsDeprecationIssueTypeGetUserMediaInsecureOrigin + const AuditsDeprecationIssueTypeHostCandidateAttributeGetter + const AuditsDeprecationIssueTypeIdentityInCanMakePaymentEvent + const AuditsDeprecationIssueTypeInsecurePrivateNetworkSubresourceRequest + const AuditsDeprecationIssueTypeLegacyConstraintGoogIPv6 + const AuditsDeprecationIssueTypeLocalCSSFileExtensionRejected + const AuditsDeprecationIssueTypeMediaSourceAbortRemove + const AuditsDeprecationIssueTypeMediaSourceDurationTruncatingBuffered + const AuditsDeprecationIssueTypeNoSysexWebMIDIWithoutPermission + const AuditsDeprecationIssueTypeNotificationInsecureOrigin + const AuditsDeprecationIssueTypeNotificationPermissionRequestedIframe + const AuditsDeprecationIssueTypeObsoleteWebRtcCipherSuite + const AuditsDeprecationIssueTypeOpenWebDatabaseInsecureContext + const AuditsDeprecationIssueTypePictureSourceSrc + const AuditsDeprecationIssueTypePrefixedCancelAnimationFrame + const AuditsDeprecationIssueTypePrefixedRequestAnimationFrame + const AuditsDeprecationIssueTypePrefixedStorageInfo + const AuditsDeprecationIssueTypePrefixedVideoDisplayingFullscreen + const AuditsDeprecationIssueTypePrefixedVideoEnterFullScreen + const AuditsDeprecationIssueTypePrefixedVideoEnterFullscreen + const AuditsDeprecationIssueTypePrefixedVideoExitFullScreen + const AuditsDeprecationIssueTypePrefixedVideoExitFullscreen + const AuditsDeprecationIssueTypePrefixedVideoSupportsFullscreen + const AuditsDeprecationIssueTypeRTCConstraintEnableDtlsSrtpFalse + const AuditsDeprecationIssueTypeRTCConstraintEnableDtlsSrtpTrue + const AuditsDeprecationIssueTypeRTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics + const AuditsDeprecationIssueTypeRTCPeerConnectionSdpSemanticsPlanB + const AuditsDeprecationIssueTypeRangeExpand + const AuditsDeprecationIssueTypeRequestedSubresourceWithEmbeddedCredentials + const AuditsDeprecationIssueTypeRtcpMuxPolicyNegotiate + const AuditsDeprecationIssueTypeSharedArrayBufferConstructedWithoutIsolation + const AuditsDeprecationIssueTypeTextToSpeechDisallowedByAutoplay + const AuditsDeprecationIssueTypeV8SharedArrayBufferConstructedInExtensionWithoutIsolation + const AuditsDeprecationIssueTypeXHRJSONEncodingDetection + const AuditsDeprecationIssueTypeXMLHTTPRequestSynchronousInNonWorkerOutsideBeforeUnload + const AuditsDeprecationIssueTypeXRSupportsSession + type AuditsDisable struct + func (m AuditsDisable) Call(c Client) error + func (m AuditsDisable) ProtoReq() string + type AuditsEnable struct + func (m AuditsEnable) Call(c Client) error + func (m AuditsEnable) ProtoReq() string + type AuditsFederatedAuthRequestIssueDetails struct + FederatedAuthRequestIssueReason AuditsFederatedAuthRequestIssueReason + type AuditsFederatedAuthRequestIssueReason string + const AuditsFederatedAuthRequestIssueReasonAccountsHTTPNotFound + const AuditsFederatedAuthRequestIssueReasonAccountsInvalidResponse + const AuditsFederatedAuthRequestIssueReasonAccountsNoResponse + const AuditsFederatedAuthRequestIssueReasonApprovalDeclined + const AuditsFederatedAuthRequestIssueReasonCanceled + const AuditsFederatedAuthRequestIssueReasonClientMetadataHTTPNotFound + const AuditsFederatedAuthRequestIssueReasonClientMetadataInvalidResponse + const AuditsFederatedAuthRequestIssueReasonClientMetadataMissingPrivacyPolicyURL + const AuditsFederatedAuthRequestIssueReasonClientMetadataNoResponse + const AuditsFederatedAuthRequestIssueReasonDisabledInSettings + const AuditsFederatedAuthRequestIssueReasonErrorFetchingSignin + const AuditsFederatedAuthRequestIssueReasonErrorIDToken + const AuditsFederatedAuthRequestIssueReasonIDTokenHTTPNotFound + const AuditsFederatedAuthRequestIssueReasonIDTokenInvalidRequest + const AuditsFederatedAuthRequestIssueReasonIDTokenInvalidResponse + const AuditsFederatedAuthRequestIssueReasonIDTokenNoResponse + const AuditsFederatedAuthRequestIssueReasonInvalidSigninResponse + const AuditsFederatedAuthRequestIssueReasonManifestHTTPNotFound + const AuditsFederatedAuthRequestIssueReasonManifestInvalidResponse + const AuditsFederatedAuthRequestIssueReasonManifestListHTTPNotFound + const AuditsFederatedAuthRequestIssueReasonManifestListInvalidResponse + const AuditsFederatedAuthRequestIssueReasonManifestListNoResponse + const AuditsFederatedAuthRequestIssueReasonManifestListTooBig + const AuditsFederatedAuthRequestIssueReasonManifestNoResponse + const AuditsFederatedAuthRequestIssueReasonManifestNotInManifestList + const AuditsFederatedAuthRequestIssueReasonTooManyRequests + type AuditsGenericIssueDetails struct + ErrorType AuditsGenericIssueErrorType + FrameID PageFrameID + type AuditsGenericIssueErrorType string + const AuditsGenericIssueErrorTypeCrossOriginPortalPostMessageError + type AuditsGetEncodedResponse struct + Encoding AuditsGetEncodedResponseEncoding + Quality *float64 + RequestID NetworkRequestID + SizeOnly bool + func (m AuditsGetEncodedResponse) Call(c Client) (*AuditsGetEncodedResponseResult, error) + func (m AuditsGetEncodedResponse) ProtoReq() string + type AuditsGetEncodedResponseEncoding string + const AuditsGetEncodedResponseEncodingJpeg + const AuditsGetEncodedResponseEncodingPng + const AuditsGetEncodedResponseEncodingWebp + type AuditsGetEncodedResponseResult struct + Body []byte + EncodedSize int + OriginalSize int + type AuditsHeavyAdIssueDetails struct + Frame *AuditsAffectedFrame + Reason AuditsHeavyAdReason + Resolution AuditsHeavyAdResolutionStatus + type AuditsHeavyAdReason string + const AuditsHeavyAdReasonCPUPeakLimit + const AuditsHeavyAdReasonCPUTotalLimit + const AuditsHeavyAdReasonNetworkTotalLimit + type AuditsHeavyAdResolutionStatus string + const AuditsHeavyAdResolutionStatusHeavyAdBlocked + const AuditsHeavyAdResolutionStatusHeavyAdWarning + type AuditsInspectorIssue struct + Code AuditsInspectorIssueCode + Details *AuditsInspectorIssueDetails + IssueID AuditsIssueID + type AuditsInspectorIssueCode string + const AuditsInspectorIssueCodeAttributionReportingIssue + const AuditsInspectorIssueCodeBlockedByResponseIssue + const AuditsInspectorIssueCodeClientHintIssue + const AuditsInspectorIssueCodeContentSecurityPolicyIssue + const AuditsInspectorIssueCodeCookieIssue + const AuditsInspectorIssueCodeCorsIssue + const AuditsInspectorIssueCodeDeprecationIssue + const AuditsInspectorIssueCodeFederatedAuthRequestIssue + const AuditsInspectorIssueCodeGenericIssue + const AuditsInspectorIssueCodeHeavyAdIssue + const AuditsInspectorIssueCodeLowTextContrastIssue + const AuditsInspectorIssueCodeMixedContentIssue + const AuditsInspectorIssueCodeNavigatorUserAgentIssue + const AuditsInspectorIssueCodeQuirksModeIssue + const AuditsInspectorIssueCodeSharedArrayBufferIssue + const AuditsInspectorIssueCodeTrustedWebActivityIssue + type AuditsInspectorIssueDetails struct + AttributionReportingIssueDetails *AuditsAttributionReportingIssueDetails + BlockedByResponseIssueDetails *AuditsBlockedByResponseIssueDetails + ClientHintIssueDetails *AuditsClientHintIssueDetails + ContentSecurityPolicyIssueDetails *AuditsContentSecurityPolicyIssueDetails + CookieIssueDetails *AuditsCookieIssueDetails + CorsIssueDetails *AuditsCorsIssueDetails + DeprecationIssueDetails *AuditsDeprecationIssueDetails + FederatedAuthRequestIssueDetails *AuditsFederatedAuthRequestIssueDetails + GenericIssueDetails *AuditsGenericIssueDetails + HeavyAdIssueDetails *AuditsHeavyAdIssueDetails + LowTextContrastIssueDetails *AuditsLowTextContrastIssueDetails + MixedContentIssueDetails *AuditsMixedContentIssueDetails + NavigatorUserAgentIssueDetails *AuditsNavigatorUserAgentIssueDetails + QuirksModeIssueDetails *AuditsQuirksModeIssueDetails + SharedArrayBufferIssueDetails *AuditsSharedArrayBufferIssueDetails + TwaQualityEnforcementDetails *AuditsTrustedWebActivityIssueDetails + type AuditsIssueAdded struct + Issue *AuditsInspectorIssue + func (evt AuditsIssueAdded) ProtoEvent() string + type AuditsIssueID string + type AuditsLowTextContrastIssueDetails struct + ContrastRatio float64 + FontSize string + FontWeight string + ThresholdAA float64 + ThresholdAAA float64 + ViolatingNodeID DOMBackendNodeID + ViolatingNodeSelector string + type AuditsMixedContentIssueDetails struct + Frame *AuditsAffectedFrame + InsecureURL string + MainResourceURL string + Request *AuditsAffectedRequest + ResolutionStatus AuditsMixedContentResolutionStatus + ResourceType AuditsMixedContentResourceType + type AuditsMixedContentResolutionStatus string + const AuditsMixedContentResolutionStatusMixedContentAutomaticallyUpgraded + const AuditsMixedContentResolutionStatusMixedContentBlocked + const AuditsMixedContentResolutionStatusMixedContentWarning + type AuditsMixedContentResourceType string + const AuditsMixedContentResourceTypeAttributionSrc + const AuditsMixedContentResourceTypeAudio + const AuditsMixedContentResourceTypeBeacon + const AuditsMixedContentResourceTypeCSPReport + const AuditsMixedContentResourceTypeDownload + const AuditsMixedContentResourceTypeEventSource + const AuditsMixedContentResourceTypeFavicon + const AuditsMixedContentResourceTypeFont + const AuditsMixedContentResourceTypeForm + const AuditsMixedContentResourceTypeFrame + const AuditsMixedContentResourceTypeImage + const AuditsMixedContentResourceTypeImport + const AuditsMixedContentResourceTypeManifest + const AuditsMixedContentResourceTypePing + const AuditsMixedContentResourceTypePluginData + const AuditsMixedContentResourceTypePluginResource + const AuditsMixedContentResourceTypePrefetch + const AuditsMixedContentResourceTypeResource + const AuditsMixedContentResourceTypeScript + const AuditsMixedContentResourceTypeServiceWorker + const AuditsMixedContentResourceTypeSharedWorker + const AuditsMixedContentResourceTypeStylesheet + const AuditsMixedContentResourceTypeTrack + const AuditsMixedContentResourceTypeVideo + const AuditsMixedContentResourceTypeWorker + const AuditsMixedContentResourceTypeXMLHTTPRequest + const AuditsMixedContentResourceTypeXSLT + type AuditsNavigatorUserAgentIssueDetails struct + Location *AuditsSourceCodeLocation + URL string + type AuditsQuirksModeIssueDetails struct + DocumentNodeID DOMBackendNodeID + FrameID PageFrameID + IsLimitedQuirksMode bool + LoaderID NetworkLoaderID + URL string + type AuditsSharedArrayBufferIssueDetails struct + IsWarning bool + SourceCodeLocation *AuditsSourceCodeLocation + Type AuditsSharedArrayBufferIssueType + type AuditsSharedArrayBufferIssueType string + const AuditsSharedArrayBufferIssueTypeCreationIssue + const AuditsSharedArrayBufferIssueTypeTransferIssue + type AuditsSourceCodeLocation struct + ColumnNumber int + LineNumber int + ScriptID RuntimeScriptID + URL string + type AuditsTrustedWebActivityIssueDetails struct + HTTPStatusCode *int + PackageName string + Signature string + URL string + ViolationType AuditsTwaQualityEnforcementViolationType + type AuditsTwaQualityEnforcementViolationType string + const AuditsTwaQualityEnforcementViolationTypeKDigitalAssetLinks + const AuditsTwaQualityEnforcementViolationTypeKHTTPError + const AuditsTwaQualityEnforcementViolationTypeKUnavailableOffline + type BackgroundServiceBackgroundServiceEvent struct + EventMetadata []*BackgroundServiceEventMetadata + EventName string + InstanceID string + Origin string + Service BackgroundServiceServiceName + ServiceWorkerRegistrationID ServiceWorkerRegistrationID + Timestamp TimeSinceEpoch + type BackgroundServiceBackgroundServiceEventReceived struct + BackgroundServiceEvent *BackgroundServiceBackgroundServiceEvent + func (evt BackgroundServiceBackgroundServiceEventReceived) ProtoEvent() string + type BackgroundServiceClearEvents struct + Service BackgroundServiceServiceName + func (m BackgroundServiceClearEvents) Call(c Client) error + func (m BackgroundServiceClearEvents) ProtoReq() string + type BackgroundServiceEventMetadata struct + Key string + Value string + type BackgroundServiceRecordingStateChanged struct + IsRecording bool + Service BackgroundServiceServiceName + func (evt BackgroundServiceRecordingStateChanged) ProtoEvent() string + type BackgroundServiceServiceName string + const BackgroundServiceServiceNameBackgroundFetch + const BackgroundServiceServiceNameBackgroundSync + const BackgroundServiceServiceNameNotifications + const BackgroundServiceServiceNamePaymentHandler + const BackgroundServiceServiceNamePeriodicBackgroundSync + const BackgroundServiceServiceNamePushMessaging + type BackgroundServiceSetRecording struct + Service BackgroundServiceServiceName + ShouldRecord bool + func (m BackgroundServiceSetRecording) Call(c Client) error + func (m BackgroundServiceSetRecording) ProtoReq() string + type BackgroundServiceStartObserving struct + Service BackgroundServiceServiceName + func (m BackgroundServiceStartObserving) Call(c Client) error + func (m BackgroundServiceStartObserving) ProtoReq() string + type BackgroundServiceStopObserving struct + Service BackgroundServiceServiceName + func (m BackgroundServiceStopObserving) Call(c Client) error + func (m BackgroundServiceStopObserving) ProtoReq() string + type BrowserBounds struct + Height *int + Left *int + Top *int + Width *int + WindowState BrowserWindowState + type BrowserBrowserCommandID string + const BrowserBrowserCommandIDCloseTabSearch + const BrowserBrowserCommandIDOpenTabSearch + type BrowserBrowserContextID string + type BrowserBucket struct + Count int + High int + Low int + type BrowserCancelDownload struct + BrowserContextID BrowserBrowserContextID + GUID string + func (m BrowserCancelDownload) Call(c Client) error + func (m BrowserCancelDownload) ProtoReq() string + type BrowserClose struct + func (m BrowserClose) Call(c Client) error + func (m BrowserClose) ProtoReq() string + type BrowserCrash struct + func (m BrowserCrash) Call(c Client) error + func (m BrowserCrash) ProtoReq() string + type BrowserCrashGpuProcess struct + func (m BrowserCrashGpuProcess) Call(c Client) error + func (m BrowserCrashGpuProcess) ProtoReq() string + type BrowserDownloadProgress struct + GUID string + ReceivedBytes float64 + State BrowserDownloadProgressState + TotalBytes float64 + func (evt BrowserDownloadProgress) ProtoEvent() string + type BrowserDownloadProgressState string + const BrowserDownloadProgressStateCanceled + const BrowserDownloadProgressStateCompleted + const BrowserDownloadProgressStateInProgress + type BrowserDownloadWillBegin struct + FrameID PageFrameID + GUID string + SuggestedFilename string + URL string + func (evt BrowserDownloadWillBegin) ProtoEvent() string + type BrowserExecuteBrowserCommand struct + CommandID BrowserBrowserCommandID + func (m BrowserExecuteBrowserCommand) Call(c Client) error + func (m BrowserExecuteBrowserCommand) ProtoReq() string + type BrowserGetBrowserCommandLine struct + func (m BrowserGetBrowserCommandLine) Call(c Client) (*BrowserGetBrowserCommandLineResult, error) + func (m BrowserGetBrowserCommandLine) ProtoReq() string + type BrowserGetBrowserCommandLineResult struct + Arguments []string + type BrowserGetHistogram struct + Delta bool + Name string + func (m BrowserGetHistogram) Call(c Client) (*BrowserGetHistogramResult, error) + func (m BrowserGetHistogram) ProtoReq() string + type BrowserGetHistogramResult struct + Histogram *BrowserHistogram + type BrowserGetHistograms struct + Delta bool + Query string + func (m BrowserGetHistograms) Call(c Client) (*BrowserGetHistogramsResult, error) + func (m BrowserGetHistograms) ProtoReq() string + type BrowserGetHistogramsResult struct + Histograms []*BrowserHistogram + type BrowserGetVersion struct + func (m BrowserGetVersion) Call(c Client) (*BrowserGetVersionResult, error) + func (m BrowserGetVersion) ProtoReq() string + type BrowserGetVersionResult struct + JsVersion string + Product string + ProtocolVersion string + Revision string + UserAgent string + type BrowserGetWindowBounds struct + WindowID BrowserWindowID + func (m BrowserGetWindowBounds) Call(c Client) (*BrowserGetWindowBoundsResult, error) + func (m BrowserGetWindowBounds) ProtoReq() string + type BrowserGetWindowBoundsResult struct + Bounds *BrowserBounds + type BrowserGetWindowForTarget struct + TargetID TargetTargetID + func (m BrowserGetWindowForTarget) Call(c Client) (*BrowserGetWindowForTargetResult, error) + func (m BrowserGetWindowForTarget) ProtoReq() string + type BrowserGetWindowForTargetResult struct + Bounds *BrowserBounds + WindowID BrowserWindowID + type BrowserGrantPermissions struct + BrowserContextID BrowserBrowserContextID + Origin string + Permissions []BrowserPermissionType + func (m BrowserGrantPermissions) Call(c Client) error + func (m BrowserGrantPermissions) ProtoReq() string + type BrowserHistogram struct + Buckets []*BrowserBucket + Count int + Name string + Sum int + type BrowserPermissionDescriptor struct + AllowWithoutSanitization bool + Name string + PanTiltZoom bool + Sysex bool + UserVisibleOnly bool + type BrowserPermissionSetting string + const BrowserPermissionSettingDenied + const BrowserPermissionSettingGranted + const BrowserPermissionSettingPrompt + type BrowserPermissionType string + const BrowserPermissionTypeAccessibilityEvents + const BrowserPermissionTypeAudioCapture + const BrowserPermissionTypeBackgroundFetch + const BrowserPermissionTypeBackgroundSync + const BrowserPermissionTypeClipboardReadWrite + const BrowserPermissionTypeClipboardSanitizedWrite + const BrowserPermissionTypeDisplayCapture + const BrowserPermissionTypeDurableStorage + const BrowserPermissionTypeFlash + const BrowserPermissionTypeGeolocation + const BrowserPermissionTypeIdleDetection + const BrowserPermissionTypeMidi + const BrowserPermissionTypeMidiSysex + const BrowserPermissionTypeNfc + const BrowserPermissionTypeNotifications + const BrowserPermissionTypePaymentHandler + const BrowserPermissionTypePeriodicBackgroundSync + const BrowserPermissionTypeProtectedMediaIdentifier + const BrowserPermissionTypeSensors + const BrowserPermissionTypeVideoCapture + const BrowserPermissionTypeVideoCapturePanTiltZoom + const BrowserPermissionTypeWakeLockScreen + const BrowserPermissionTypeWakeLockSystem + type BrowserResetPermissions struct + BrowserContextID BrowserBrowserContextID + func (m BrowserResetPermissions) Call(c Client) error + func (m BrowserResetPermissions) ProtoReq() string + type BrowserSetDockTile struct + BadgeLabel string + Image []byte + func (m BrowserSetDockTile) Call(c Client) error + func (m BrowserSetDockTile) ProtoReq() string + type BrowserSetDownloadBehavior struct + Behavior BrowserSetDownloadBehaviorBehavior + BrowserContextID BrowserBrowserContextID + DownloadPath string + EventsEnabled bool + func (m BrowserSetDownloadBehavior) Call(c Client) error + func (m BrowserSetDownloadBehavior) ProtoReq() string + type BrowserSetDownloadBehaviorBehavior string + const BrowserSetDownloadBehaviorBehaviorAllow + const BrowserSetDownloadBehaviorBehaviorAllowAndName + const BrowserSetDownloadBehaviorBehaviorDefault + const BrowserSetDownloadBehaviorBehaviorDeny + type BrowserSetPermission struct + BrowserContextID BrowserBrowserContextID + Origin string + Permission *BrowserPermissionDescriptor + Setting BrowserPermissionSetting + func (m BrowserSetPermission) Call(c Client) error + func (m BrowserSetPermission) ProtoReq() string + type BrowserSetWindowBounds struct + Bounds *BrowserBounds + WindowID BrowserWindowID + func (m BrowserSetWindowBounds) Call(c Client) error + func (m BrowserSetWindowBounds) ProtoReq() string + type BrowserWindowID int + type BrowserWindowState string + const BrowserWindowStateFullscreen + const BrowserWindowStateMaximized + const BrowserWindowStateMinimized + const BrowserWindowStateNormal + type CSSAddRule struct + Location *CSSSourceRange + RuleText string + StyleSheetID CSSStyleSheetID + func (m CSSAddRule) Call(c Client) (*CSSAddRuleResult, error) + func (m CSSAddRule) ProtoReq() string + type CSSAddRuleResult struct + Rule *CSSCSSRule + type CSSCSSComputedStyleProperty struct + Name string + Value string + type CSSCSSContainerQuery struct + Name string + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + type CSSCSSKeyframeRule struct + KeyText *CSSValue + Origin CSSStyleSheetOrigin + Style *CSSCSSStyle + StyleSheetID CSSStyleSheetID + type CSSCSSKeyframesRule struct + AnimationName *CSSValue + Keyframes []*CSSCSSKeyframeRule + type CSSCSSLayer struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + type CSSCSSLayerData struct + Name string + Order float64 + SubLayers []*CSSCSSLayerData + type CSSCSSMedia struct + MediaList []*CSSMediaQuery + Range *CSSSourceRange + Source CSSCSSMediaSource + SourceURL string + StyleSheetID CSSStyleSheetID + Text string + type CSSCSSMediaSource string + const CSSCSSMediaSourceImportRule + const CSSCSSMediaSourceInlineSheet + const CSSCSSMediaSourceLinkedSheet + const CSSCSSMediaSourceMediaRule + type CSSCSSProperty struct + Disabled bool + Implicit bool + Important bool + Name string + ParsedOk bool + Range *CSSSourceRange + Text string + Value string + type CSSCSSRule struct + ContainerQueries []*CSSCSSContainerQuery + Layers []*CSSCSSLayer + Media []*CSSCSSMedia + Origin CSSStyleSheetOrigin + Scopes []*CSSCSSScope + SelectorList *CSSSelectorList + Style *CSSCSSStyle + StyleSheetID CSSStyleSheetID + Supports []*CSSCSSSupports + type CSSCSSScope struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + type CSSCSSStyle struct + CSSProperties []*CSSCSSProperty + CSSText string + Range *CSSSourceRange + ShorthandEntries []*CSSShorthandEntry + StyleSheetID CSSStyleSheetID + type CSSCSSStyleSheetHeader struct + Disabled bool + EndColumn float64 + EndLine float64 + FrameID PageFrameID + HasSourceURL bool + IsConstructed bool + IsInline bool + IsMutable bool + Length float64 + Origin CSSStyleSheetOrigin + OwnerNode DOMBackendNodeID + SourceMapURL string + SourceURL string + StartColumn float64 + StartLine float64 + StyleSheetID CSSStyleSheetID + Title string + type CSSCSSSupports struct + Active bool + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + type CSSCollectClassNames struct + StyleSheetID CSSStyleSheetID + func (m CSSCollectClassNames) Call(c Client) (*CSSCollectClassNamesResult, error) + func (m CSSCollectClassNames) ProtoReq() string + type CSSCollectClassNamesResult struct + ClassNames []string + type CSSCreateStyleSheet struct + FrameID PageFrameID + func (m CSSCreateStyleSheet) Call(c Client) (*CSSCreateStyleSheetResult, error) + func (m CSSCreateStyleSheet) ProtoReq() string + type CSSCreateStyleSheetResult struct + StyleSheetID CSSStyleSheetID + type CSSDisable struct + func (m CSSDisable) Call(c Client) error + func (m CSSDisable) ProtoReq() string + type CSSEnable struct + func (m CSSEnable) Call(c Client) error + func (m CSSEnable) ProtoReq() string + type CSSFontFace struct + FontDisplay string + FontFamily string + FontStretch string + FontStyle string + FontVariant string + FontVariationAxes []*CSSFontVariationAxis + FontWeight string + PlatformFontFamily string + Src string + UnicodeRange string + type CSSFontVariationAxis struct + DefaultValue float64 + MaxValue float64 + MinValue float64 + Name string + Tag string + type CSSFontsUpdated struct + Font *CSSFontFace + func (evt CSSFontsUpdated) ProtoEvent() string + type CSSForcePseudoState struct + ForcedPseudoClasses []string + NodeID DOMNodeID + func (m CSSForcePseudoState) Call(c Client) error + func (m CSSForcePseudoState) ProtoReq() string + type CSSGetBackgroundColors struct + NodeID DOMNodeID + func (m CSSGetBackgroundColors) Call(c Client) (*CSSGetBackgroundColorsResult, error) + func (m CSSGetBackgroundColors) ProtoReq() string + type CSSGetBackgroundColorsResult struct + BackgroundColors []string + ComputedFontSize string + ComputedFontWeight string + type CSSGetComputedStyleForNode struct + NodeID DOMNodeID + func (m CSSGetComputedStyleForNode) Call(c Client) (*CSSGetComputedStyleForNodeResult, error) + func (m CSSGetComputedStyleForNode) ProtoReq() string + type CSSGetComputedStyleForNodeResult struct + ComputedStyle []*CSSCSSComputedStyleProperty + type CSSGetInlineStylesForNode struct + NodeID DOMNodeID + func (m CSSGetInlineStylesForNode) Call(c Client) (*CSSGetInlineStylesForNodeResult, error) + func (m CSSGetInlineStylesForNode) ProtoReq() string + type CSSGetInlineStylesForNodeResult struct + AttributesStyle *CSSCSSStyle + InlineStyle *CSSCSSStyle + type CSSGetLayersForNode struct + NodeID DOMNodeID + func (m CSSGetLayersForNode) Call(c Client) (*CSSGetLayersForNodeResult, error) + func (m CSSGetLayersForNode) ProtoReq() string + type CSSGetLayersForNodeResult struct + RootLayer *CSSCSSLayerData + type CSSGetMatchedStylesForNode struct + NodeID DOMNodeID + func (m CSSGetMatchedStylesForNode) Call(c Client) (*CSSGetMatchedStylesForNodeResult, error) + func (m CSSGetMatchedStylesForNode) ProtoReq() string + type CSSGetMatchedStylesForNodeResult struct + AttributesStyle *CSSCSSStyle + CSSKeyframesRules []*CSSCSSKeyframesRule + Inherited []*CSSInheritedStyleEntry + InheritedPseudoElements []*CSSInheritedPseudoElementMatches + InlineStyle *CSSCSSStyle + MatchedCSSRules []*CSSRuleMatch + PseudoElements []*CSSPseudoElementMatches + type CSSGetMediaQueries struct + func (m CSSGetMediaQueries) Call(c Client) (*CSSGetMediaQueriesResult, error) + func (m CSSGetMediaQueries) ProtoReq() string + type CSSGetMediaQueriesResult struct + Medias []*CSSCSSMedia + type CSSGetPlatformFontsForNode struct + NodeID DOMNodeID + func (m CSSGetPlatformFontsForNode) Call(c Client) (*CSSGetPlatformFontsForNodeResult, error) + func (m CSSGetPlatformFontsForNode) ProtoReq() string + type CSSGetPlatformFontsForNodeResult struct + Fonts []*CSSPlatformFontUsage + type CSSGetStyleSheetText struct + StyleSheetID CSSStyleSheetID + func (m CSSGetStyleSheetText) Call(c Client) (*CSSGetStyleSheetTextResult, error) + func (m CSSGetStyleSheetText) ProtoReq() string + type CSSGetStyleSheetTextResult struct + Text string + type CSSInheritedPseudoElementMatches struct + PseudoElements []*CSSPseudoElementMatches + type CSSInheritedStyleEntry struct + InlineStyle *CSSCSSStyle + MatchedCSSRules []*CSSRuleMatch + type CSSMediaQuery struct + Active bool + Expressions []*CSSMediaQueryExpression + type CSSMediaQueryExpression struct + ComputedLength *float64 + Feature string + Unit string + Value float64 + ValueRange *CSSSourceRange + type CSSMediaQueryResultChanged struct + func (evt CSSMediaQueryResultChanged) ProtoEvent() string + type CSSPlatformFontUsage struct + FamilyName string + GlyphCount float64 + IsCustomFont bool + type CSSPseudoElementMatches struct + Matches []*CSSRuleMatch + PseudoIdentifier string + PseudoType DOMPseudoType + type CSSRuleMatch struct + MatchingSelectors []int + Rule *CSSCSSRule + type CSSRuleUsage struct + EndOffset float64 + StartOffset float64 + StyleSheetID CSSStyleSheetID + Used bool + type CSSSelectorList struct + Selectors []*CSSValue + Text string + type CSSSetContainerQueryText struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + func (m CSSSetContainerQueryText) Call(c Client) (*CSSSetContainerQueryTextResult, error) + func (m CSSSetContainerQueryText) ProtoReq() string + type CSSSetContainerQueryTextResult struct + ContainerQuery *CSSCSSContainerQuery + type CSSSetEffectivePropertyValueForNode struct + NodeID DOMNodeID + PropertyName string + Value string + func (m CSSSetEffectivePropertyValueForNode) Call(c Client) error + func (m CSSSetEffectivePropertyValueForNode) ProtoReq() string + type CSSSetKeyframeKey struct + KeyText string + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + func (m CSSSetKeyframeKey) Call(c Client) (*CSSSetKeyframeKeyResult, error) + func (m CSSSetKeyframeKey) ProtoReq() string + type CSSSetKeyframeKeyResult struct + KeyText *CSSValue + type CSSSetLocalFontsEnabled struct + Enabled bool + func (m CSSSetLocalFontsEnabled) Call(c Client) error + func (m CSSSetLocalFontsEnabled) ProtoReq() string + type CSSSetMediaText struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + func (m CSSSetMediaText) Call(c Client) (*CSSSetMediaTextResult, error) + func (m CSSSetMediaText) ProtoReq() string + type CSSSetMediaTextResult struct + Media *CSSCSSMedia + type CSSSetRuleSelector struct + Range *CSSSourceRange + Selector string + StyleSheetID CSSStyleSheetID + func (m CSSSetRuleSelector) Call(c Client) (*CSSSetRuleSelectorResult, error) + func (m CSSSetRuleSelector) ProtoReq() string + type CSSSetRuleSelectorResult struct + SelectorList *CSSSelectorList + type CSSSetStyleSheetText struct + StyleSheetID CSSStyleSheetID + Text string + func (m CSSSetStyleSheetText) Call(c Client) (*CSSSetStyleSheetTextResult, error) + func (m CSSSetStyleSheetText) ProtoReq() string + type CSSSetStyleSheetTextResult struct + SourceMapURL string + type CSSSetStyleTexts struct + Edits []*CSSStyleDeclarationEdit + func (m CSSSetStyleTexts) Call(c Client) (*CSSSetStyleTextsResult, error) + func (m CSSSetStyleTexts) ProtoReq() string + type CSSSetStyleTextsResult struct + Styles []*CSSCSSStyle + type CSSSetSupportsText struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + func (m CSSSetSupportsText) Call(c Client) (*CSSSetSupportsTextResult, error) + func (m CSSSetSupportsText) ProtoReq() string + type CSSSetSupportsTextResult struct + Supports *CSSCSSSupports + type CSSShorthandEntry struct + Important bool + Name string + Value string + type CSSSourceRange struct + EndColumn int + EndLine int + StartColumn int + StartLine int + type CSSStartRuleUsageTracking struct + func (m CSSStartRuleUsageTracking) Call(c Client) error + func (m CSSStartRuleUsageTracking) ProtoReq() string + type CSSStopRuleUsageTracking struct + func (m CSSStopRuleUsageTracking) Call(c Client) (*CSSStopRuleUsageTrackingResult, error) + func (m CSSStopRuleUsageTracking) ProtoReq() string + type CSSStopRuleUsageTrackingResult struct + RuleUsage []*CSSRuleUsage + type CSSStyleDeclarationEdit struct + Range *CSSSourceRange + StyleSheetID CSSStyleSheetID + Text string + type CSSStyleSheetAdded struct + Header *CSSCSSStyleSheetHeader + func (evt CSSStyleSheetAdded) ProtoEvent() string + type CSSStyleSheetChanged struct + StyleSheetID CSSStyleSheetID + func (evt CSSStyleSheetChanged) ProtoEvent() string + type CSSStyleSheetID string + type CSSStyleSheetOrigin string + const CSSStyleSheetOriginInjected + const CSSStyleSheetOriginInspector + const CSSStyleSheetOriginRegular + const CSSStyleSheetOriginUserAgent + type CSSStyleSheetRemoved struct + StyleSheetID CSSStyleSheetID + func (evt CSSStyleSheetRemoved) ProtoEvent() string + type CSSTakeComputedStyleUpdates struct + func (m CSSTakeComputedStyleUpdates) Call(c Client) (*CSSTakeComputedStyleUpdatesResult, error) + func (m CSSTakeComputedStyleUpdates) ProtoReq() string + type CSSTakeComputedStyleUpdatesResult struct + NodeIds []DOMNodeID + type CSSTakeCoverageDelta struct + func (m CSSTakeCoverageDelta) Call(c Client) (*CSSTakeCoverageDeltaResult, error) + func (m CSSTakeCoverageDelta) ProtoReq() string + type CSSTakeCoverageDeltaResult struct + Coverage []*CSSRuleUsage + Timestamp float64 + type CSSTrackComputedStyleUpdates struct + PropertiesToTrack []*CSSCSSComputedStyleProperty + func (m CSSTrackComputedStyleUpdates) Call(c Client) error + func (m CSSTrackComputedStyleUpdates) ProtoReq() string + type CSSValue struct + Range *CSSSourceRange + Text string + type CacheStorageCache struct + CacheID CacheStorageCacheID + CacheName string + SecurityOrigin string + type CacheStorageCacheID string + type CacheStorageCachedResponse struct + Body []byte + type CacheStorageCachedResponseType string + const CacheStorageCachedResponseTypeBasic + const CacheStorageCachedResponseTypeCors + const CacheStorageCachedResponseTypeDefault + const CacheStorageCachedResponseTypeError + const CacheStorageCachedResponseTypeOpaqueRedirect + const CacheStorageCachedResponseTypeOpaqueResponse + type CacheStorageDataEntry struct + RequestHeaders []*CacheStorageHeader + RequestMethod string + RequestURL string + ResponseHeaders []*CacheStorageHeader + ResponseStatus int + ResponseStatusText string + ResponseTime float64 + ResponseType CacheStorageCachedResponseType + type CacheStorageDeleteCache struct + CacheID CacheStorageCacheID + func (m CacheStorageDeleteCache) Call(c Client) error + func (m CacheStorageDeleteCache) ProtoReq() string + type CacheStorageDeleteEntry struct + CacheID CacheStorageCacheID + Request string + func (m CacheStorageDeleteEntry) Call(c Client) error + func (m CacheStorageDeleteEntry) ProtoReq() string + type CacheStorageHeader struct + Name string + Value string + type CacheStorageRequestCacheNames struct + SecurityOrigin string + func (m CacheStorageRequestCacheNames) Call(c Client) (*CacheStorageRequestCacheNamesResult, error) + func (m CacheStorageRequestCacheNames) ProtoReq() string + type CacheStorageRequestCacheNamesResult struct + Caches []*CacheStorageCache + type CacheStorageRequestCachedResponse struct + CacheID CacheStorageCacheID + RequestHeaders []*CacheStorageHeader + RequestURL string + func (m CacheStorageRequestCachedResponse) Call(c Client) (*CacheStorageRequestCachedResponseResult, error) + func (m CacheStorageRequestCachedResponse) ProtoReq() string + type CacheStorageRequestCachedResponseResult struct + Response *CacheStorageCachedResponse + type CacheStorageRequestEntries struct + CacheID CacheStorageCacheID + PageSize *int + PathFilter string + SkipCount *int + func (m CacheStorageRequestEntries) Call(c Client) (*CacheStorageRequestEntriesResult, error) + func (m CacheStorageRequestEntries) ProtoReq() string + type CacheStorageRequestEntriesResult struct + CacheDataEntries []*CacheStorageDataEntry + ReturnCount float64 + type CastDisable struct + func (m CastDisable) Call(c Client) error + func (m CastDisable) ProtoReq() string + type CastEnable struct + PresentationURL string + func (m CastEnable) Call(c Client) error + func (m CastEnable) ProtoReq() string + type CastIssueUpdated struct + IssueMessage string + func (evt CastIssueUpdated) ProtoEvent() string + type CastSetSinkToUse struct + SinkName string + func (m CastSetSinkToUse) Call(c Client) error + func (m CastSetSinkToUse) ProtoReq() string + type CastSink struct + ID string + Name string + Session string + type CastSinksUpdated struct + Sinks []*CastSink + func (evt CastSinksUpdated) ProtoEvent() string + type CastStartDesktopMirroring struct + SinkName string + func (m CastStartDesktopMirroring) Call(c Client) error + func (m CastStartDesktopMirroring) ProtoReq() string + type CastStartTabMirroring struct + SinkName string + func (m CastStartTabMirroring) Call(c Client) error + func (m CastStartTabMirroring) ProtoReq() string + type CastStopCasting struct + SinkName string + func (m CastStopCasting) Call(c Client) error + func (m CastStopCasting) ProtoReq() string + type Client interface + Call func(ctx context.Context, sessionID, methodName string, params interface{}) (res []byte, err error) + type ConsoleClearMessages struct + func (m ConsoleClearMessages) Call(c Client) error + func (m ConsoleClearMessages) ProtoReq() string + type ConsoleConsoleMessage struct + Column *int + Level ConsoleConsoleMessageLevel + Line *int + Source ConsoleConsoleMessageSource + Text string + URL string + type ConsoleConsoleMessageLevel string + const ConsoleConsoleMessageLevelDebug + const ConsoleConsoleMessageLevelError + const ConsoleConsoleMessageLevelInfo + const ConsoleConsoleMessageLevelLog + const ConsoleConsoleMessageLevelWarning + type ConsoleConsoleMessageSource string + const ConsoleConsoleMessageSourceAppcache + const ConsoleConsoleMessageSourceConsoleAPI + const ConsoleConsoleMessageSourceDeprecation + const ConsoleConsoleMessageSourceJavascript + const ConsoleConsoleMessageSourceNetwork + const ConsoleConsoleMessageSourceOther + const ConsoleConsoleMessageSourceRendering + const ConsoleConsoleMessageSourceSecurity + const ConsoleConsoleMessageSourceStorage + const ConsoleConsoleMessageSourceWorker + const ConsoleConsoleMessageSourceXML + type ConsoleDisable struct + func (m ConsoleDisable) Call(c Client) error + func (m ConsoleDisable) ProtoReq() string + type ConsoleEnable struct + func (m ConsoleEnable) Call(c Client) error + func (m ConsoleEnable) ProtoReq() string + type ConsoleMessageAdded struct + Message *ConsoleConsoleMessage + func (evt ConsoleMessageAdded) ProtoEvent() string + type Contextable interface + GetContext func() context.Context + type DOMAttributeModified struct + Name string + NodeID DOMNodeID + Value string + func (evt DOMAttributeModified) ProtoEvent() string + type DOMAttributeRemoved struct + Name string + NodeID DOMNodeID + func (evt DOMAttributeRemoved) ProtoEvent() string + type DOMBackendNode struct + BackendNodeID DOMBackendNodeID + NodeName string + NodeType int + type DOMBackendNodeID int + type DOMBoxModel struct + Border DOMQuad + Content DOMQuad + Height int + Margin DOMQuad + Padding DOMQuad + ShapeOutside *DOMShapeOutsideInfo + Width int + type DOMCSSComputedStyleProperty struct + Name string + Value string + type DOMCharacterDataModified struct + CharacterData string + NodeID DOMNodeID + func (evt DOMCharacterDataModified) ProtoEvent() string + type DOMChildNodeCountUpdated struct + ChildNodeCount int + NodeID DOMNodeID + func (evt DOMChildNodeCountUpdated) ProtoEvent() string + type DOMChildNodeInserted struct + Node *DOMNode + ParentNodeID DOMNodeID + PreviousNodeID DOMNodeID + func (evt DOMChildNodeInserted) ProtoEvent() string + type DOMChildNodeRemoved struct + NodeID DOMNodeID + ParentNodeID DOMNodeID + func (evt DOMChildNodeRemoved) ProtoEvent() string + type DOMCollectClassNamesFromSubtree struct + NodeID DOMNodeID + func (m DOMCollectClassNamesFromSubtree) Call(c Client) (*DOMCollectClassNamesFromSubtreeResult, error) + func (m DOMCollectClassNamesFromSubtree) ProtoReq() string + type DOMCollectClassNamesFromSubtreeResult struct + ClassNames []string + type DOMCompatibilityMode string + const DOMCompatibilityModeLimitedQuirksMode + const DOMCompatibilityModeNoQuirksMode + const DOMCompatibilityModeQuirksMode + type DOMCopyTo struct + InsertBeforeNodeID DOMNodeID + NodeID DOMNodeID + TargetNodeID DOMNodeID + func (m DOMCopyTo) Call(c Client) (*DOMCopyToResult, error) + func (m DOMCopyTo) ProtoReq() string + type DOMCopyToResult struct + NodeID DOMNodeID + type DOMDebuggerCSPViolationType string + const DOMDebuggerCSPViolationTypeTrustedtypePolicyViolation + const DOMDebuggerCSPViolationTypeTrustedtypeSinkViolation + type DOMDebuggerDOMBreakpointType string + const DOMDebuggerDOMBreakpointTypeAttributeModified + const DOMDebuggerDOMBreakpointTypeNodeRemoved + const DOMDebuggerDOMBreakpointTypeSubtreeModified + type DOMDebuggerEventListener struct + BackendNodeID DOMBackendNodeID + ColumnNumber int + Handler *RuntimeRemoteObject + LineNumber int + Once bool + OriginalHandler *RuntimeRemoteObject + Passive bool + ScriptID RuntimeScriptID + Type string + UseCapture bool + type DOMDebuggerGetEventListeners struct + Depth *int + ObjectID RuntimeRemoteObjectID + Pierce bool + func (m DOMDebuggerGetEventListeners) Call(c Client) (*DOMDebuggerGetEventListenersResult, error) + func (m DOMDebuggerGetEventListeners) ProtoReq() string + type DOMDebuggerGetEventListenersResult struct + Listeners []*DOMDebuggerEventListener + type DOMDebuggerRemoveDOMBreakpoint struct + NodeID DOMNodeID + Type DOMDebuggerDOMBreakpointType + func (m DOMDebuggerRemoveDOMBreakpoint) Call(c Client) error + func (m DOMDebuggerRemoveDOMBreakpoint) ProtoReq() string + type DOMDebuggerRemoveEventListenerBreakpoint struct + EventName string + TargetName string + func (m DOMDebuggerRemoveEventListenerBreakpoint) Call(c Client) error + func (m DOMDebuggerRemoveEventListenerBreakpoint) ProtoReq() string + type DOMDebuggerRemoveInstrumentationBreakpoint struct + EventName string + func (m DOMDebuggerRemoveInstrumentationBreakpoint) Call(c Client) error + func (m DOMDebuggerRemoveInstrumentationBreakpoint) ProtoReq() string + type DOMDebuggerRemoveXHRBreakpoint struct + URL string + func (m DOMDebuggerRemoveXHRBreakpoint) Call(c Client) error + func (m DOMDebuggerRemoveXHRBreakpoint) ProtoReq() string + type DOMDebuggerSetBreakOnCSPViolation struct + ViolationTypes []DOMDebuggerCSPViolationType + func (m DOMDebuggerSetBreakOnCSPViolation) Call(c Client) error + func (m DOMDebuggerSetBreakOnCSPViolation) ProtoReq() string + type DOMDebuggerSetDOMBreakpoint struct + NodeID DOMNodeID + Type DOMDebuggerDOMBreakpointType + func (m DOMDebuggerSetDOMBreakpoint) Call(c Client) error + func (m DOMDebuggerSetDOMBreakpoint) ProtoReq() string + type DOMDebuggerSetEventListenerBreakpoint struct + EventName string + TargetName string + func (m DOMDebuggerSetEventListenerBreakpoint) Call(c Client) error + func (m DOMDebuggerSetEventListenerBreakpoint) ProtoReq() string + type DOMDebuggerSetInstrumentationBreakpoint struct + EventName string + func (m DOMDebuggerSetInstrumentationBreakpoint) Call(c Client) error + func (m DOMDebuggerSetInstrumentationBreakpoint) ProtoReq() string + type DOMDebuggerSetXHRBreakpoint struct + URL string + func (m DOMDebuggerSetXHRBreakpoint) Call(c Client) error + func (m DOMDebuggerSetXHRBreakpoint) ProtoReq() string + type DOMDescribeNode struct + BackendNodeID DOMBackendNodeID + Depth *int + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + Pierce bool + func (m DOMDescribeNode) Call(c Client) (*DOMDescribeNodeResult, error) + func (m DOMDescribeNode) ProtoReq() string + type DOMDescribeNodeResult struct + Node *DOMNode + type DOMDisable struct + func (m DOMDisable) Call(c Client) error + func (m DOMDisable) ProtoReq() string + type DOMDiscardSearchResults struct + SearchID string + func (m DOMDiscardSearchResults) Call(c Client) error + func (m DOMDiscardSearchResults) ProtoReq() string + type DOMDistributedNodesUpdated struct + DistributedNodes []*DOMBackendNode + InsertionPointID DOMNodeID + func (evt DOMDistributedNodesUpdated) ProtoEvent() string + type DOMDocumentUpdated struct + func (evt DOMDocumentUpdated) ProtoEvent() string + type DOMEnable struct + IncludeWhitespace DOMEnableIncludeWhitespace + func (m DOMEnable) Call(c Client) error + func (m DOMEnable) ProtoReq() string + type DOMEnableIncludeWhitespace string + const DOMEnableIncludeWhitespaceAll + const DOMEnableIncludeWhitespaceNone + type DOMFocus struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m DOMFocus) Call(c Client) error + func (m DOMFocus) ProtoReq() string + type DOMGetAttributes struct + NodeID DOMNodeID + func (m DOMGetAttributes) Call(c Client) (*DOMGetAttributesResult, error) + func (m DOMGetAttributes) ProtoReq() string + type DOMGetAttributesResult struct + Attributes []string + type DOMGetBoxModel struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m DOMGetBoxModel) Call(c Client) (*DOMGetBoxModelResult, error) + func (m DOMGetBoxModel) ProtoReq() string + type DOMGetBoxModelResult struct + Model *DOMBoxModel + type DOMGetContainerForNode struct + ContainerName string + NodeID DOMNodeID + func (m DOMGetContainerForNode) Call(c Client) (*DOMGetContainerForNodeResult, error) + func (m DOMGetContainerForNode) ProtoReq() string + type DOMGetContainerForNodeResult struct + NodeID DOMNodeID + type DOMGetContentQuads struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m DOMGetContentQuads) Call(c Client) (*DOMGetContentQuadsResult, error) + func (m DOMGetContentQuads) ProtoReq() string + type DOMGetContentQuadsResult struct + Quads []DOMQuad + func (res *DOMGetContentQuadsResult) Box() (box *DOMRect) + func (res *DOMGetContentQuadsResult) OnePointInside() *Point + type DOMGetDocument struct + Depth *int + Pierce bool + func (m DOMGetDocument) Call(c Client) (*DOMGetDocumentResult, error) + func (m DOMGetDocument) ProtoReq() string + type DOMGetDocumentResult struct + Root *DOMNode + type DOMGetFileInfo struct + ObjectID RuntimeRemoteObjectID + func (m DOMGetFileInfo) Call(c Client) (*DOMGetFileInfoResult, error) + func (m DOMGetFileInfo) ProtoReq() string + type DOMGetFileInfoResult struct + Path string + type DOMGetFlattenedDocument struct + Depth *int + Pierce bool + func (m DOMGetFlattenedDocument) Call(c Client) (*DOMGetFlattenedDocumentResult, error) + func (m DOMGetFlattenedDocument) ProtoReq() string + type DOMGetFlattenedDocumentResult struct + Nodes []*DOMNode + type DOMGetFrameOwner struct + FrameID PageFrameID + func (m DOMGetFrameOwner) Call(c Client) (*DOMGetFrameOwnerResult, error) + func (m DOMGetFrameOwner) ProtoReq() string + type DOMGetFrameOwnerResult struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + type DOMGetNodeForLocation struct + IgnorePointerEventsNone bool + IncludeUserAgentShadowDOM bool + X int + Y int + func (m DOMGetNodeForLocation) Call(c Client) (*DOMGetNodeForLocationResult, error) + func (m DOMGetNodeForLocation) ProtoReq() string + type DOMGetNodeForLocationResult struct + BackendNodeID DOMBackendNodeID + FrameID PageFrameID + NodeID DOMNodeID + type DOMGetNodeStackTraces struct + NodeID DOMNodeID + func (m DOMGetNodeStackTraces) Call(c Client) (*DOMGetNodeStackTracesResult, error) + func (m DOMGetNodeStackTraces) ProtoReq() string + type DOMGetNodeStackTracesResult struct + Creation *RuntimeStackTrace + type DOMGetNodesForSubtreeByStyle struct + ComputedStyles []*DOMCSSComputedStyleProperty + NodeID DOMNodeID + Pierce bool + func (m DOMGetNodesForSubtreeByStyle) Call(c Client) (*DOMGetNodesForSubtreeByStyleResult, error) + func (m DOMGetNodesForSubtreeByStyle) ProtoReq() string + type DOMGetNodesForSubtreeByStyleResult struct + NodeIds []DOMNodeID + type DOMGetOuterHTML struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m DOMGetOuterHTML) Call(c Client) (*DOMGetOuterHTMLResult, error) + func (m DOMGetOuterHTML) ProtoReq() string + type DOMGetOuterHTMLResult struct + OuterHTML string + type DOMGetQueryingDescendantsForContainer struct + NodeID DOMNodeID + func (m DOMGetQueryingDescendantsForContainer) Call(c Client) (*DOMGetQueryingDescendantsForContainerResult, error) + func (m DOMGetQueryingDescendantsForContainer) ProtoReq() string + type DOMGetQueryingDescendantsForContainerResult struct + NodeIds []DOMNodeID + type DOMGetRelayoutBoundary struct + NodeID DOMNodeID + func (m DOMGetRelayoutBoundary) Call(c Client) (*DOMGetRelayoutBoundaryResult, error) + func (m DOMGetRelayoutBoundary) ProtoReq() string + type DOMGetRelayoutBoundaryResult struct + NodeID DOMNodeID + type DOMGetSearchResults struct + FromIndex int + SearchID string + ToIndex int + func (m DOMGetSearchResults) Call(c Client) (*DOMGetSearchResultsResult, error) + func (m DOMGetSearchResults) ProtoReq() string + type DOMGetSearchResultsResult struct + NodeIds []DOMNodeID + type DOMGetTopLayerElements struct + func (m DOMGetTopLayerElements) Call(c Client) (*DOMGetTopLayerElementsResult, error) + func (m DOMGetTopLayerElements) ProtoReq() string + type DOMGetTopLayerElementsResult struct + NodeIds []DOMNodeID + type DOMHideHighlight struct + func (m DOMHideHighlight) Call(c Client) error + func (m DOMHideHighlight) ProtoReq() string + type DOMHighlightNode struct + func (m DOMHighlightNode) Call(c Client) error + func (m DOMHighlightNode) ProtoReq() string + type DOMHighlightRect struct + func (m DOMHighlightRect) Call(c Client) error + func (m DOMHighlightRect) ProtoReq() string + type DOMInlineStyleInvalidated struct + NodeIds []DOMNodeID + func (evt DOMInlineStyleInvalidated) ProtoEvent() string + type DOMMarkUndoableState struct + func (m DOMMarkUndoableState) Call(c Client) error + func (m DOMMarkUndoableState) ProtoReq() string + type DOMMoveTo struct + InsertBeforeNodeID DOMNodeID + NodeID DOMNodeID + TargetNodeID DOMNodeID + func (m DOMMoveTo) Call(c Client) (*DOMMoveToResult, error) + func (m DOMMoveTo) ProtoReq() string + type DOMMoveToResult struct + NodeID DOMNodeID + type DOMNode struct + AssignedSlot *DOMBackendNode + Attributes []string + BackendNodeID DOMBackendNodeID + BaseURL string + ChildNodeCount *int + Children []*DOMNode + CompatibilityMode DOMCompatibilityMode + ContentDocument *DOMNode + DistributedNodes []*DOMBackendNode + DocumentURL string + FrameID PageFrameID + ImportedDocument *DOMNode + InternalSubset string + IsSVG bool + LocalName string + Name string + NodeID DOMNodeID + NodeName string + NodeType int + NodeValue string + ParentID DOMNodeID + PseudoElements []*DOMNode + PseudoIdentifier string + PseudoType DOMPseudoType + PublicID string + ShadowRootType DOMShadowRootType + ShadowRoots []*DOMNode + SystemID string + TemplateContent *DOMNode + Value string + XMLVersion string + type DOMNodeID int + type DOMPerformSearch struct + IncludeUserAgentShadowDOM bool + Query string + func (m DOMPerformSearch) Call(c Client) (*DOMPerformSearchResult, error) + func (m DOMPerformSearch) ProtoReq() string + type DOMPerformSearchResult struct + ResultCount int + SearchID string + type DOMPseudoElementAdded struct + ParentID DOMNodeID + PseudoElement *DOMNode + func (evt DOMPseudoElementAdded) ProtoEvent() string + type DOMPseudoElementRemoved struct + ParentID DOMNodeID + PseudoElementID DOMNodeID + func (evt DOMPseudoElementRemoved) ProtoEvent() string + type DOMPseudoType string + const DOMPseudoTypeAfter + const DOMPseudoTypeBackdrop + const DOMPseudoTypeBefore + const DOMPseudoTypeFirstLetter + const DOMPseudoTypeFirstLine + const DOMPseudoTypeFirstLineInherited + const DOMPseudoTypeGrammarError + const DOMPseudoTypeHighlight + const DOMPseudoTypeInputListButton + const DOMPseudoTypeMarker + const DOMPseudoTypePageTransition + const DOMPseudoTypePageTransitionContainer + const DOMPseudoTypePageTransitionImageWrapper + const DOMPseudoTypePageTransitionIncomingImage + const DOMPseudoTypePageTransitionOutgoingImage + const DOMPseudoTypeResizer + const DOMPseudoTypeScrollbar + const DOMPseudoTypeScrollbarButton + const DOMPseudoTypeScrollbarCorner + const DOMPseudoTypeScrollbarThumb + const DOMPseudoTypeScrollbarTrack + const DOMPseudoTypeScrollbarTrackPiece + const DOMPseudoTypeSelection + const DOMPseudoTypeSpellingError + const DOMPseudoTypeTargetText + type DOMPushNodeByPathToFrontend struct + Path string + func (m DOMPushNodeByPathToFrontend) Call(c Client) (*DOMPushNodeByPathToFrontendResult, error) + func (m DOMPushNodeByPathToFrontend) ProtoReq() string + type DOMPushNodeByPathToFrontendResult struct + NodeID DOMNodeID + type DOMPushNodesByBackendIdsToFrontend struct + BackendNodeIds []DOMBackendNodeID + func (m DOMPushNodesByBackendIdsToFrontend) Call(c Client) (*DOMPushNodesByBackendIdsToFrontendResult, error) + func (m DOMPushNodesByBackendIdsToFrontend) ProtoReq() string + type DOMPushNodesByBackendIdsToFrontendResult struct + NodeIds []DOMNodeID + type DOMQuad []float64 + func (q DOMQuad) Area() float64 + func (q DOMQuad) Center() Point + func (q DOMQuad) Each(fn func(pt Point, i int)) + func (q DOMQuad) Len() int + type DOMQuerySelector struct + NodeID DOMNodeID + Selector string + func (m DOMQuerySelector) Call(c Client) (*DOMQuerySelectorResult, error) + func (m DOMQuerySelector) ProtoReq() string + type DOMQuerySelectorAll struct + NodeID DOMNodeID + Selector string + func (m DOMQuerySelectorAll) Call(c Client) (*DOMQuerySelectorAllResult, error) + func (m DOMQuerySelectorAll) ProtoReq() string + type DOMQuerySelectorAllResult struct + NodeIds []DOMNodeID + type DOMQuerySelectorResult struct + NodeID DOMNodeID + type DOMRGBA struct + A *float64 + B int + G int + R int + type DOMRect struct + Height float64 + Width float64 + X float64 + Y float64 + type DOMRedo struct + func (m DOMRedo) Call(c Client) error + func (m DOMRedo) ProtoReq() string + type DOMRemoveAttribute struct + Name string + NodeID DOMNodeID + func (m DOMRemoveAttribute) Call(c Client) error + func (m DOMRemoveAttribute) ProtoReq() string + type DOMRemoveNode struct + NodeID DOMNodeID + func (m DOMRemoveNode) Call(c Client) error + func (m DOMRemoveNode) ProtoReq() string + type DOMRequestChildNodes struct + Depth *int + NodeID DOMNodeID + Pierce bool + func (m DOMRequestChildNodes) Call(c Client) error + func (m DOMRequestChildNodes) ProtoReq() string + type DOMRequestNode struct + ObjectID RuntimeRemoteObjectID + func (m DOMRequestNode) Call(c Client) (*DOMRequestNodeResult, error) + func (m DOMRequestNode) ProtoReq() string + type DOMRequestNodeResult struct + NodeID DOMNodeID + type DOMResolveNode struct + BackendNodeID DOMBackendNodeID + ExecutionContextID RuntimeExecutionContextID + NodeID DOMNodeID + ObjectGroup string + func (m DOMResolveNode) Call(c Client) (*DOMResolveNodeResult, error) + func (m DOMResolveNode) ProtoReq() string + type DOMResolveNodeResult struct + Object *RuntimeRemoteObject + type DOMScrollIntoViewIfNeeded struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + Rect *DOMRect + func (m DOMScrollIntoViewIfNeeded) Call(c Client) error + func (m DOMScrollIntoViewIfNeeded) ProtoReq() string + type DOMSetAttributeValue struct + Name string + NodeID DOMNodeID + Value string + func (m DOMSetAttributeValue) Call(c Client) error + func (m DOMSetAttributeValue) ProtoReq() string + type DOMSetAttributesAsText struct + Name string + NodeID DOMNodeID + Text string + func (m DOMSetAttributesAsText) Call(c Client) error + func (m DOMSetAttributesAsText) ProtoReq() string + type DOMSetChildNodes struct + Nodes []*DOMNode + ParentID DOMNodeID + func (evt DOMSetChildNodes) ProtoEvent() string + type DOMSetFileInputFiles struct + BackendNodeID DOMBackendNodeID + Files []string + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + func (m DOMSetFileInputFiles) Call(c Client) error + func (m DOMSetFileInputFiles) ProtoReq() string + type DOMSetInspectedNode struct + NodeID DOMNodeID + func (m DOMSetInspectedNode) Call(c Client) error + func (m DOMSetInspectedNode) ProtoReq() string + type DOMSetNodeName struct + Name string + NodeID DOMNodeID + func (m DOMSetNodeName) Call(c Client) (*DOMSetNodeNameResult, error) + func (m DOMSetNodeName) ProtoReq() string + type DOMSetNodeNameResult struct + NodeID DOMNodeID + type DOMSetNodeStackTracesEnabled struct + Enable bool + func (m DOMSetNodeStackTracesEnabled) Call(c Client) error + func (m DOMSetNodeStackTracesEnabled) ProtoReq() string + type DOMSetNodeValue struct + NodeID DOMNodeID + Value string + func (m DOMSetNodeValue) Call(c Client) error + func (m DOMSetNodeValue) ProtoReq() string + type DOMSetOuterHTML struct + NodeID DOMNodeID + OuterHTML string + func (m DOMSetOuterHTML) Call(c Client) error + func (m DOMSetOuterHTML) ProtoReq() string + type DOMShadowRootPopped struct + HostID DOMNodeID + RootID DOMNodeID + func (evt DOMShadowRootPopped) ProtoEvent() string + type DOMShadowRootPushed struct + HostID DOMNodeID + Root *DOMNode + func (evt DOMShadowRootPushed) ProtoEvent() string + type DOMShadowRootType string + const DOMShadowRootTypeClosed + const DOMShadowRootTypeOpen + const DOMShadowRootTypeUserAgent + type DOMShapeOutsideInfo struct + Bounds DOMQuad + MarginShape []gson.JSON + Shape []gson.JSON + type DOMSnapshotArrayOfStrings []DOMSnapshotStringIndex + type DOMSnapshotCaptureSnapshot struct + ComputedStyles []string + IncludeBlendedBackgroundColors bool + IncludeDOMRects bool + IncludePaintOrder bool + IncludeTextColorOpacities bool + func (m DOMSnapshotCaptureSnapshot) Call(c Client) (*DOMSnapshotCaptureSnapshotResult, error) + func (m DOMSnapshotCaptureSnapshot) ProtoReq() string + type DOMSnapshotCaptureSnapshotResult struct + Documents []*DOMSnapshotDocumentSnapshot + Strings []string + type DOMSnapshotComputedStyle struct + Properties []*DOMSnapshotNameValue + type DOMSnapshotDOMNode struct + Attributes []*DOMSnapshotNameValue + BackendNodeID DOMBackendNodeID + BaseURL string + ChildNodeIndexes []int + ContentDocumentIndex *int + ContentLanguage string + CurrentSourceURL string + DocumentEncoding string + DocumentURL string + EventListeners []*DOMDebuggerEventListener + FrameID PageFrameID + InputChecked bool + InputValue string + IsClickable bool + LayoutNodeIndex *int + NodeName string + NodeType int + NodeValue string + OptionSelected bool + OriginURL string + PseudoElementIndexes []int + PseudoType DOMPseudoType + PublicID string + ScrollOffsetX *float64 + ScrollOffsetY *float64 + ShadowRootType DOMShadowRootType + SystemID string + TextValue string + type DOMSnapshotDisable struct + func (m DOMSnapshotDisable) Call(c Client) error + func (m DOMSnapshotDisable) ProtoReq() string + type DOMSnapshotDocumentSnapshot struct + BaseURL DOMSnapshotStringIndex + ContentHeight *float64 + ContentLanguage DOMSnapshotStringIndex + ContentWidth *float64 + DocumentURL DOMSnapshotStringIndex + EncodingName DOMSnapshotStringIndex + FrameID DOMSnapshotStringIndex + Layout *DOMSnapshotLayoutTreeSnapshot + Nodes *DOMSnapshotNodeTreeSnapshot + PublicID DOMSnapshotStringIndex + ScrollOffsetX *float64 + ScrollOffsetY *float64 + SystemID DOMSnapshotStringIndex + TextBoxes *DOMSnapshotTextBoxSnapshot + Title DOMSnapshotStringIndex + type DOMSnapshotEnable struct + func (m DOMSnapshotEnable) Call(c Client) error + func (m DOMSnapshotEnable) ProtoReq() string + type DOMSnapshotGetSnapshot struct + ComputedStyleWhitelist []string + IncludeEventListeners bool + IncludePaintOrder bool + IncludeUserAgentShadowTree bool + func (m DOMSnapshotGetSnapshot) Call(c Client) (*DOMSnapshotGetSnapshotResult, error) + func (m DOMSnapshotGetSnapshot) ProtoReq() string + type DOMSnapshotGetSnapshotResult struct + ComputedStyles []*DOMSnapshotComputedStyle + DomNodes []*DOMSnapshotDOMNode + LayoutTreeNodes []*DOMSnapshotLayoutTreeNode + type DOMSnapshotInlineTextBox struct + BoundingBox *DOMRect + NumCharacters int + StartCharacterIndex int + type DOMSnapshotLayoutTreeNode struct + BoundingBox *DOMRect + DomNodeIndex int + InlineTextNodes []*DOMSnapshotInlineTextBox + IsStackingContext bool + LayoutText string + PaintOrder *int + StyleIndex *int + type DOMSnapshotLayoutTreeSnapshot struct + BlendedBackgroundColors []DOMSnapshotStringIndex + Bounds []DOMSnapshotRectangle + ClientRects []DOMSnapshotRectangle + NodeIndex []int + OffsetRects []DOMSnapshotRectangle + PaintOrders []int + ScrollRects []DOMSnapshotRectangle + StackingContexts *DOMSnapshotRareBooleanData + Styles []DOMSnapshotArrayOfStrings + Text []DOMSnapshotStringIndex + TextColorOpacities []float64 + type DOMSnapshotNameValue struct + Name string + Value string + type DOMSnapshotNodeTreeSnapshot struct + Attributes []DOMSnapshotArrayOfStrings + BackendNodeID []DOMBackendNodeID + ContentDocumentIndex *DOMSnapshotRareIntegerData + CurrentSourceURL *DOMSnapshotRareStringData + InputChecked *DOMSnapshotRareBooleanData + InputValue *DOMSnapshotRareStringData + IsClickable *DOMSnapshotRareBooleanData + NodeName []DOMSnapshotStringIndex + NodeType []int + NodeValue []DOMSnapshotStringIndex + OptionSelected *DOMSnapshotRareBooleanData + OriginURL *DOMSnapshotRareStringData + ParentIndex []int + PseudoIdentifier *DOMSnapshotRareStringData + PseudoType *DOMSnapshotRareStringData + ShadowRootType *DOMSnapshotRareStringData + TextValue *DOMSnapshotRareStringData + type DOMSnapshotRareBooleanData struct + Index []int + type DOMSnapshotRareIntegerData struct + Index []int + Value []int + type DOMSnapshotRareStringData struct + Index []int + Value []DOMSnapshotStringIndex + type DOMSnapshotRectangle []float64 + type DOMSnapshotStringIndex int + type DOMSnapshotTextBoxSnapshot struct + Bounds []DOMSnapshotRectangle + LayoutIndex []int + Length []int + Start []int + type DOMStorageClear struct + StorageID *DOMStorageStorageID + func (m DOMStorageClear) Call(c Client) error + func (m DOMStorageClear) ProtoReq() string + type DOMStorageDisable struct + func (m DOMStorageDisable) Call(c Client) error + func (m DOMStorageDisable) ProtoReq() string + type DOMStorageDomStorageItemAdded struct + Key string + NewValue string + StorageID *DOMStorageStorageID + func (evt DOMStorageDomStorageItemAdded) ProtoEvent() string + type DOMStorageDomStorageItemRemoved struct + Key string + StorageID *DOMStorageStorageID + func (evt DOMStorageDomStorageItemRemoved) ProtoEvent() string + type DOMStorageDomStorageItemUpdated struct + Key string + NewValue string + OldValue string + StorageID *DOMStorageStorageID + func (evt DOMStorageDomStorageItemUpdated) ProtoEvent() string + type DOMStorageDomStorageItemsCleared struct + StorageID *DOMStorageStorageID + func (evt DOMStorageDomStorageItemsCleared) ProtoEvent() string + type DOMStorageEnable struct + func (m DOMStorageEnable) Call(c Client) error + func (m DOMStorageEnable) ProtoReq() string + type DOMStorageGetDOMStorageItems struct + StorageID *DOMStorageStorageID + func (m DOMStorageGetDOMStorageItems) Call(c Client) (*DOMStorageGetDOMStorageItemsResult, error) + func (m DOMStorageGetDOMStorageItems) ProtoReq() string + type DOMStorageGetDOMStorageItemsResult struct + Entries []DOMStorageItem + type DOMStorageItem []string + type DOMStorageRemoveDOMStorageItem struct + Key string + StorageID *DOMStorageStorageID + func (m DOMStorageRemoveDOMStorageItem) Call(c Client) error + func (m DOMStorageRemoveDOMStorageItem) ProtoReq() string + type DOMStorageSerializedStorageKey string + type DOMStorageSetDOMStorageItem struct + Key string + StorageID *DOMStorageStorageID + Value string + func (m DOMStorageSetDOMStorageItem) Call(c Client) error + func (m DOMStorageSetDOMStorageItem) ProtoReq() string + type DOMStorageStorageID struct + IsLocalStorage bool + SecurityOrigin string + StorageKey DOMStorageSerializedStorageKey + type DOMTopLayerElementsUpdated struct + func (evt DOMTopLayerElementsUpdated) ProtoEvent() string + type DOMUndo struct + func (m DOMUndo) Call(c Client) error + func (m DOMUndo) ProtoReq() string + type DatabaseAddDatabase struct + Database *DatabaseDatabase + func (evt DatabaseAddDatabase) ProtoEvent() string + type DatabaseDatabase struct + Domain string + ID DatabaseDatabaseID + Name string + Version string + type DatabaseDatabaseID string + type DatabaseDisable struct + func (m DatabaseDisable) Call(c Client) error + func (m DatabaseDisable) ProtoReq() string + type DatabaseEnable struct + func (m DatabaseEnable) Call(c Client) error + func (m DatabaseEnable) ProtoReq() string + type DatabaseError struct + Code int + Message string + type DatabaseExecuteSQL struct + DatabaseID DatabaseDatabaseID + Query string + func (m DatabaseExecuteSQL) Call(c Client) (*DatabaseExecuteSQLResult, error) + func (m DatabaseExecuteSQL) ProtoReq() string + type DatabaseExecuteSQLResult struct + ColumnNames []string + SQLError *DatabaseError + Values []gson.JSON + type DatabaseGetDatabaseTableNames struct + DatabaseID DatabaseDatabaseID + func (m DatabaseGetDatabaseTableNames) Call(c Client) (*DatabaseGetDatabaseTableNamesResult, error) + func (m DatabaseGetDatabaseTableNames) ProtoReq() string + type DatabaseGetDatabaseTableNamesResult struct + TableNames []string + type DebuggerBreakLocation struct + ColumnNumber *int + LineNumber int + ScriptID RuntimeScriptID + Type DebuggerBreakLocationType + type DebuggerBreakLocationType string + const DebuggerBreakLocationTypeCall + const DebuggerBreakLocationTypeDebuggerStatement + const DebuggerBreakLocationTypeReturn + type DebuggerBreakpointID string + type DebuggerBreakpointResolved struct + BreakpointID DebuggerBreakpointID + Location *DebuggerLocation + func (evt DebuggerBreakpointResolved) ProtoEvent() string + type DebuggerCallFrame struct + CallFrameID DebuggerCallFrameID + CanBeRestarted bool + FunctionLocation *DebuggerLocation + FunctionName string + Location *DebuggerLocation + ReturnValue *RuntimeRemoteObject + ScopeChain []*DebuggerScope + This *RuntimeRemoteObject + URL string + type DebuggerCallFrameID string + type DebuggerContinueToLocation struct + Location *DebuggerLocation + TargetCallFrames DebuggerContinueToLocationTargetCallFrames + func (m DebuggerContinueToLocation) Call(c Client) error + func (m DebuggerContinueToLocation) ProtoReq() string + type DebuggerContinueToLocationTargetCallFrames string + const DebuggerContinueToLocationTargetCallFramesAny + const DebuggerContinueToLocationTargetCallFramesCurrent + type DebuggerDebugSymbols struct + ExternalURL string + Type DebuggerDebugSymbolsType + type DebuggerDebugSymbolsType string + const DebuggerDebugSymbolsTypeEmbeddedDWARF + const DebuggerDebugSymbolsTypeExternalDWARF + const DebuggerDebugSymbolsTypeNone + const DebuggerDebugSymbolsTypeSourceMap + type DebuggerDisable struct + func (m DebuggerDisable) Call(c Client) error + func (m DebuggerDisable) ProtoReq() string + type DebuggerEnable struct + MaxScriptsCacheSize *float64 + func (m DebuggerEnable) Call(c Client) (*DebuggerEnableResult, error) + func (m DebuggerEnable) ProtoReq() string + type DebuggerEnableResult struct + DebuggerID RuntimeUniqueDebuggerID + type DebuggerEvaluateOnCallFrame struct + CallFrameID DebuggerCallFrameID + Expression string + GeneratePreview bool + IncludeCommandLineAPI bool + ObjectGroup string + ReturnByValue bool + Silent bool + ThrowOnSideEffect bool + Timeout RuntimeTimeDelta + func (m DebuggerEvaluateOnCallFrame) Call(c Client) (*DebuggerEvaluateOnCallFrameResult, error) + func (m DebuggerEvaluateOnCallFrame) ProtoReq() string + type DebuggerEvaluateOnCallFrameResult struct + ExceptionDetails *RuntimeExceptionDetails + Result *RuntimeRemoteObject + type DebuggerGetPossibleBreakpoints struct + End *DebuggerLocation + RestrictToFunction bool + Start *DebuggerLocation + func (m DebuggerGetPossibleBreakpoints) Call(c Client) (*DebuggerGetPossibleBreakpointsResult, error) + func (m DebuggerGetPossibleBreakpoints) ProtoReq() string + type DebuggerGetPossibleBreakpointsResult struct + Locations []*DebuggerBreakLocation + type DebuggerGetScriptSource struct + ScriptID RuntimeScriptID + func (m DebuggerGetScriptSource) Call(c Client) (*DebuggerGetScriptSourceResult, error) + func (m DebuggerGetScriptSource) ProtoReq() string + type DebuggerGetScriptSourceResult struct + Bytecode []byte + ScriptSource string + type DebuggerGetStackTrace struct + StackTraceID *RuntimeStackTraceID + func (m DebuggerGetStackTrace) Call(c Client) (*DebuggerGetStackTraceResult, error) + func (m DebuggerGetStackTrace) ProtoReq() string + type DebuggerGetStackTraceResult struct + StackTrace *RuntimeStackTrace + type DebuggerGetWasmBytecode struct + ScriptID RuntimeScriptID + func (m DebuggerGetWasmBytecode) Call(c Client) (*DebuggerGetWasmBytecodeResult, error) + func (m DebuggerGetWasmBytecode) ProtoReq() string + type DebuggerGetWasmBytecodeResult struct + Bytecode []byte + type DebuggerLocation struct + ColumnNumber *int + LineNumber int + ScriptID RuntimeScriptID + type DebuggerLocationRange struct + End *DebuggerScriptPosition + ScriptID RuntimeScriptID + Start *DebuggerScriptPosition + type DebuggerPause struct + func (m DebuggerPause) Call(c Client) error + func (m DebuggerPause) ProtoReq() string + type DebuggerPauseOnAsyncCall struct + ParentStackTraceID *RuntimeStackTraceID + func (m DebuggerPauseOnAsyncCall) Call(c Client) error + func (m DebuggerPauseOnAsyncCall) ProtoReq() string + type DebuggerPaused struct + AsyncCallStackTraceID *RuntimeStackTraceID + AsyncStackTrace *RuntimeStackTrace + AsyncStackTraceID *RuntimeStackTraceID + CallFrames []*DebuggerCallFrame + Data map[string]gson.JSON + HitBreakpoints []string + Reason DebuggerPausedReason + func (evt DebuggerPaused) ProtoEvent() string + type DebuggerPausedReason string + const DebuggerPausedReasonAmbiguous + const DebuggerPausedReasonAssert + const DebuggerPausedReasonCSPViolation + const DebuggerPausedReasonDOM + const DebuggerPausedReasonDebugCommand + const DebuggerPausedReasonEventListener + const DebuggerPausedReasonException + const DebuggerPausedReasonInstrumentation + const DebuggerPausedReasonOOM + const DebuggerPausedReasonOther + const DebuggerPausedReasonPromiseRejection + const DebuggerPausedReasonXHR + type DebuggerRemoveBreakpoint struct + BreakpointID DebuggerBreakpointID + func (m DebuggerRemoveBreakpoint) Call(c Client) error + func (m DebuggerRemoveBreakpoint) ProtoReq() string + type DebuggerRestartFrame struct + CallFrameID DebuggerCallFrameID + Mode DebuggerRestartFrameMode + func (m DebuggerRestartFrame) Call(c Client) (*DebuggerRestartFrameResult, error) + func (m DebuggerRestartFrame) ProtoReq() string + type DebuggerRestartFrameMode string + const DebuggerRestartFrameModeStepInto + type DebuggerRestartFrameResult struct + AsyncStackTrace *RuntimeStackTrace + AsyncStackTraceID *RuntimeStackTraceID + CallFrames []*DebuggerCallFrame + type DebuggerResume struct + TerminateOnResume bool + func (m DebuggerResume) Call(c Client) error + func (m DebuggerResume) ProtoReq() string + type DebuggerResumed struct + func (evt DebuggerResumed) ProtoEvent() string + type DebuggerScope struct + EndLocation *DebuggerLocation + Name string + Object *RuntimeRemoteObject + StartLocation *DebuggerLocation + Type DebuggerScopeType + type DebuggerScopeType string + const DebuggerScopeTypeBlock + const DebuggerScopeTypeCatch + const DebuggerScopeTypeClosure + const DebuggerScopeTypeEval + const DebuggerScopeTypeGlobal + const DebuggerScopeTypeLocal + const DebuggerScopeTypeModule + const DebuggerScopeTypeScript + const DebuggerScopeTypeWasmExpressionStack + const DebuggerScopeTypeWith + type DebuggerScriptFailedToParse struct + CodeOffset *int + EmbedderName string + EndColumn int + EndLine int + ExecutionContextAuxData map[string]gson.JSON + ExecutionContextID RuntimeExecutionContextID + HasSourceURL bool + Hash string + IsModule bool + Length *int + ScriptID RuntimeScriptID + ScriptLanguage DebuggerScriptLanguage + SourceMapURL string + StackTrace *RuntimeStackTrace + StartColumn int + StartLine int + URL string + func (evt DebuggerScriptFailedToParse) ProtoEvent() string + type DebuggerScriptLanguage string + const DebuggerScriptLanguageJavaScript + const DebuggerScriptLanguageWebAssembly + type DebuggerScriptParsed struct + CodeOffset *int + DebugSymbols *DebuggerDebugSymbols + EmbedderName string + EndColumn int + EndLine int + ExecutionContextAuxData map[string]gson.JSON + ExecutionContextID RuntimeExecutionContextID + HasSourceURL bool + Hash string + IsLiveEdit bool + IsModule bool + Length *int + ScriptID RuntimeScriptID + ScriptLanguage DebuggerScriptLanguage + SourceMapURL string + StackTrace *RuntimeStackTrace + StartColumn int + StartLine int + URL string + func (evt DebuggerScriptParsed) ProtoEvent() string + type DebuggerScriptPosition struct + ColumnNumber int + LineNumber int + type DebuggerSearchInContent struct + CaseSensitive bool + IsRegex bool + Query string + ScriptID RuntimeScriptID + func (m DebuggerSearchInContent) Call(c Client) (*DebuggerSearchInContentResult, error) + func (m DebuggerSearchInContent) ProtoReq() string + type DebuggerSearchInContentResult struct + Result []*DebuggerSearchMatch + type DebuggerSearchMatch struct + LineContent string + LineNumber float64 + type DebuggerSetAsyncCallStackDepth struct + MaxDepth int + func (m DebuggerSetAsyncCallStackDepth) Call(c Client) error + func (m DebuggerSetAsyncCallStackDepth) ProtoReq() string + type DebuggerSetBlackboxPatterns struct + Patterns []string + func (m DebuggerSetBlackboxPatterns) Call(c Client) error + func (m DebuggerSetBlackboxPatterns) ProtoReq() string + type DebuggerSetBlackboxedRanges struct + Positions []*DebuggerScriptPosition + ScriptID RuntimeScriptID + func (m DebuggerSetBlackboxedRanges) Call(c Client) error + func (m DebuggerSetBlackboxedRanges) ProtoReq() string + type DebuggerSetBreakpoint struct + Condition string + Location *DebuggerLocation + func (m DebuggerSetBreakpoint) Call(c Client) (*DebuggerSetBreakpointResult, error) + func (m DebuggerSetBreakpoint) ProtoReq() string + type DebuggerSetBreakpointByURL struct + ColumnNumber *int + Condition string + LineNumber int + ScriptHash string + URL string + URLRegex string + func (m DebuggerSetBreakpointByURL) Call(c Client) (*DebuggerSetBreakpointByURLResult, error) + func (m DebuggerSetBreakpointByURL) ProtoReq() string + type DebuggerSetBreakpointByURLResult struct + BreakpointID DebuggerBreakpointID + Locations []*DebuggerLocation + type DebuggerSetBreakpointOnFunctionCall struct + Condition string + ObjectID RuntimeRemoteObjectID + func (m DebuggerSetBreakpointOnFunctionCall) Call(c Client) (*DebuggerSetBreakpointOnFunctionCallResult, error) + func (m DebuggerSetBreakpointOnFunctionCall) ProtoReq() string + type DebuggerSetBreakpointOnFunctionCallResult struct + BreakpointID DebuggerBreakpointID + type DebuggerSetBreakpointResult struct + ActualLocation *DebuggerLocation + BreakpointID DebuggerBreakpointID + type DebuggerSetBreakpointsActive struct + Active bool + func (m DebuggerSetBreakpointsActive) Call(c Client) error + func (m DebuggerSetBreakpointsActive) ProtoReq() string + type DebuggerSetInstrumentationBreakpoint struct + Instrumentation DebuggerSetInstrumentationBreakpointInstrumentation + func (m DebuggerSetInstrumentationBreakpoint) Call(c Client) (*DebuggerSetInstrumentationBreakpointResult, error) + func (m DebuggerSetInstrumentationBreakpoint) ProtoReq() string + type DebuggerSetInstrumentationBreakpointInstrumentation string + const DebuggerSetInstrumentationBreakpointInstrumentationBeforeScriptExecution + const DebuggerSetInstrumentationBreakpointInstrumentationBeforeScriptWithSourceMapExecution + type DebuggerSetInstrumentationBreakpointResult struct + BreakpointID DebuggerBreakpointID + type DebuggerSetPauseOnExceptions struct + State DebuggerSetPauseOnExceptionsState + func (m DebuggerSetPauseOnExceptions) Call(c Client) error + func (m DebuggerSetPauseOnExceptions) ProtoReq() string + type DebuggerSetPauseOnExceptionsState string + const DebuggerSetPauseOnExceptionsStateAll + const DebuggerSetPauseOnExceptionsStateNone + const DebuggerSetPauseOnExceptionsStateUncaught + type DebuggerSetReturnValue struct + NewValue *RuntimeCallArgument + func (m DebuggerSetReturnValue) Call(c Client) error + func (m DebuggerSetReturnValue) ProtoReq() string + type DebuggerSetScriptSource struct + AllowTopFrameEditing bool + DryRun bool + ScriptID RuntimeScriptID + ScriptSource string + func (m DebuggerSetScriptSource) Call(c Client) (*DebuggerSetScriptSourceResult, error) + func (m DebuggerSetScriptSource) ProtoReq() string + type DebuggerSetScriptSourceResult struct + AsyncStackTrace *RuntimeStackTrace + AsyncStackTraceID *RuntimeStackTraceID + CallFrames []*DebuggerCallFrame + ExceptionDetails *RuntimeExceptionDetails + StackChanged bool + Status DebuggerSetScriptSourceResultStatus + type DebuggerSetScriptSourceResultStatus string + const DebuggerSetScriptSourceResultStatusBlockedByActiveFunction + const DebuggerSetScriptSourceResultStatusBlockedByActiveGenerator + const DebuggerSetScriptSourceResultStatusCompileError + const DebuggerSetScriptSourceResultStatusOk + type DebuggerSetSkipAllPauses struct + Skip bool + func (m DebuggerSetSkipAllPauses) Call(c Client) error + func (m DebuggerSetSkipAllPauses) ProtoReq() string + type DebuggerSetVariableValue struct + CallFrameID DebuggerCallFrameID + NewValue *RuntimeCallArgument + ScopeNumber int + VariableName string + func (m DebuggerSetVariableValue) Call(c Client) error + func (m DebuggerSetVariableValue) ProtoReq() string + type DebuggerStepInto struct + BreakOnAsyncCall bool + SkipList []*DebuggerLocationRange + func (m DebuggerStepInto) Call(c Client) error + func (m DebuggerStepInto) ProtoReq() string + type DebuggerStepOut struct + func (m DebuggerStepOut) Call(c Client) error + func (m DebuggerStepOut) ProtoReq() string + type DebuggerStepOver struct + SkipList []*DebuggerLocationRange + func (m DebuggerStepOver) Call(c Client) error + func (m DebuggerStepOver) ProtoReq() string + type DeviceOrientationClearDeviceOrientationOverride struct + func (m DeviceOrientationClearDeviceOrientationOverride) Call(c Client) error + func (m DeviceOrientationClearDeviceOrientationOverride) ProtoReq() string + type DeviceOrientationSetDeviceOrientationOverride struct + Alpha float64 + Beta float64 + Gamma float64 + func (m DeviceOrientationSetDeviceOrientationOverride) Call(c Client) error + func (m DeviceOrientationSetDeviceOrientationOverride) ProtoReq() string + type EmulationCanEmulate struct + func (m EmulationCanEmulate) Call(c Client) (*EmulationCanEmulateResult, error) + func (m EmulationCanEmulate) ProtoReq() string + type EmulationCanEmulateResult struct + Result bool + type EmulationClearDeviceMetricsOverride struct + func (m EmulationClearDeviceMetricsOverride) Call(c Client) error + func (m EmulationClearDeviceMetricsOverride) ProtoReq() string + type EmulationClearGeolocationOverride struct + func (m EmulationClearGeolocationOverride) Call(c Client) error + func (m EmulationClearGeolocationOverride) ProtoReq() string + type EmulationClearIdleOverride struct + func (m EmulationClearIdleOverride) Call(c Client) error + func (m EmulationClearIdleOverride) ProtoReq() string + type EmulationDisabledImageType string + const EmulationDisabledImageTypeAvif + const EmulationDisabledImageTypeJxl + const EmulationDisabledImageTypeWebp + type EmulationDisplayFeature struct + MaskLength int + Offset int + Orientation EmulationDisplayFeatureOrientation + type EmulationDisplayFeatureOrientation string + const EmulationDisplayFeatureOrientationHorizontal + const EmulationDisplayFeatureOrientationVertical + type EmulationMediaFeature struct + Name string + Value string + type EmulationResetPageScaleFactor struct + func (m EmulationResetPageScaleFactor) Call(c Client) error + func (m EmulationResetPageScaleFactor) ProtoReq() string + type EmulationScreenOrientation struct + Angle int + Type EmulationScreenOrientationType + type EmulationScreenOrientationType string + const EmulationScreenOrientationTypeLandscapePrimary + const EmulationScreenOrientationTypeLandscapeSecondary + const EmulationScreenOrientationTypePortraitPrimary + const EmulationScreenOrientationTypePortraitSecondary + type EmulationSetAutoDarkModeOverride struct + Enabled bool + func (m EmulationSetAutoDarkModeOverride) Call(c Client) error + func (m EmulationSetAutoDarkModeOverride) ProtoReq() string + type EmulationSetAutomationOverride struct + Enabled bool + func (m EmulationSetAutomationOverride) Call(c Client) error + func (m EmulationSetAutomationOverride) ProtoReq() string + type EmulationSetCPUThrottlingRate struct + Rate float64 + func (m EmulationSetCPUThrottlingRate) Call(c Client) error + func (m EmulationSetCPUThrottlingRate) ProtoReq() string + type EmulationSetDefaultBackgroundColorOverride struct + Color *DOMRGBA + func (m EmulationSetDefaultBackgroundColorOverride) Call(c Client) error + func (m EmulationSetDefaultBackgroundColorOverride) ProtoReq() string + type EmulationSetDeviceMetricsOverride struct + DeviceScaleFactor float64 + DisplayFeature *EmulationDisplayFeature + DontSetVisibleSize bool + Height int + Mobile bool + PositionX *int + PositionY *int + Scale *float64 + ScreenHeight *int + ScreenOrientation *EmulationScreenOrientation + ScreenWidth *int + Viewport *PageViewport + Width int + func (m EmulationSetDeviceMetricsOverride) Call(c Client) error + func (m EmulationSetDeviceMetricsOverride) ProtoReq() string + type EmulationSetDisabledImageTypes struct + ImageTypes []EmulationDisabledImageType + func (m EmulationSetDisabledImageTypes) Call(c Client) error + func (m EmulationSetDisabledImageTypes) ProtoReq() string + type EmulationSetDocumentCookieDisabled struct + Disabled bool + func (m EmulationSetDocumentCookieDisabled) Call(c Client) error + func (m EmulationSetDocumentCookieDisabled) ProtoReq() string + type EmulationSetEmitTouchEventsForMouse struct + Configuration EmulationSetEmitTouchEventsForMouseConfiguration + Enabled bool + func (m EmulationSetEmitTouchEventsForMouse) Call(c Client) error + func (m EmulationSetEmitTouchEventsForMouse) ProtoReq() string + type EmulationSetEmitTouchEventsForMouseConfiguration string + const EmulationSetEmitTouchEventsForMouseConfigurationDesktop + const EmulationSetEmitTouchEventsForMouseConfigurationMobile + type EmulationSetEmulatedMedia struct + Features []*EmulationMediaFeature + Media string + func (m EmulationSetEmulatedMedia) Call(c Client) error + func (m EmulationSetEmulatedMedia) ProtoReq() string + type EmulationSetEmulatedVisionDeficiency struct + Type EmulationSetEmulatedVisionDeficiencyType + func (m EmulationSetEmulatedVisionDeficiency) Call(c Client) error + func (m EmulationSetEmulatedVisionDeficiency) ProtoReq() string + type EmulationSetEmulatedVisionDeficiencyType string + const EmulationSetEmulatedVisionDeficiencyTypeAchromatopsia + const EmulationSetEmulatedVisionDeficiencyTypeBlurredVision + const EmulationSetEmulatedVisionDeficiencyTypeDeuteranopia + const EmulationSetEmulatedVisionDeficiencyTypeNone + const EmulationSetEmulatedVisionDeficiencyTypeProtanopia + const EmulationSetEmulatedVisionDeficiencyTypeTritanopia + type EmulationSetFocusEmulationEnabled struct + Enabled bool + func (m EmulationSetFocusEmulationEnabled) Call(c Client) error + func (m EmulationSetFocusEmulationEnabled) ProtoReq() string + type EmulationSetGeolocationOverride struct + Accuracy *float64 + Latitude *float64 + Longitude *float64 + func (m EmulationSetGeolocationOverride) Call(c Client) error + func (m EmulationSetGeolocationOverride) ProtoReq() string + type EmulationSetHardwareConcurrencyOverride struct + HardwareConcurrency int + func (m EmulationSetHardwareConcurrencyOverride) Call(c Client) error + func (m EmulationSetHardwareConcurrencyOverride) ProtoReq() string + type EmulationSetIdleOverride struct + IsScreenUnlocked bool + IsUserActive bool + func (m EmulationSetIdleOverride) Call(c Client) error + func (m EmulationSetIdleOverride) ProtoReq() string + type EmulationSetLocaleOverride struct + Locale string + func (m EmulationSetLocaleOverride) Call(c Client) error + func (m EmulationSetLocaleOverride) ProtoReq() string + type EmulationSetNavigatorOverrides struct + Platform string + func (m EmulationSetNavigatorOverrides) Call(c Client) error + func (m EmulationSetNavigatorOverrides) ProtoReq() string + type EmulationSetPageScaleFactor struct + PageScaleFactor float64 + func (m EmulationSetPageScaleFactor) Call(c Client) error + func (m EmulationSetPageScaleFactor) ProtoReq() string + type EmulationSetScriptExecutionDisabled struct + Value bool + func (m EmulationSetScriptExecutionDisabled) Call(c Client) error + func (m EmulationSetScriptExecutionDisabled) ProtoReq() string + type EmulationSetScrollbarsHidden struct + Hidden bool + func (m EmulationSetScrollbarsHidden) Call(c Client) error + func (m EmulationSetScrollbarsHidden) ProtoReq() string + type EmulationSetTimezoneOverride struct + TimezoneID string + func (m EmulationSetTimezoneOverride) Call(c Client) error + func (m EmulationSetTimezoneOverride) ProtoReq() string + type EmulationSetTouchEmulationEnabled struct + Enabled bool + MaxTouchPoints *int + func (m EmulationSetTouchEmulationEnabled) Call(c Client) error + func (m EmulationSetTouchEmulationEnabled) ProtoReq() string + type EmulationSetUserAgentOverride struct + AcceptLanguage string + Platform string + UserAgent string + UserAgentMetadata *EmulationUserAgentMetadata + func (m EmulationSetUserAgentOverride) Call(c Client) error + func (m EmulationSetUserAgentOverride) ProtoReq() string + type EmulationSetVirtualTimePolicy struct + Budget *float64 + InitialVirtualTime TimeSinceEpoch + MaxVirtualTimeTaskStarvationCount *int + Policy EmulationVirtualTimePolicy + func (m EmulationSetVirtualTimePolicy) Call(c Client) (*EmulationSetVirtualTimePolicyResult, error) + func (m EmulationSetVirtualTimePolicy) ProtoReq() string + type EmulationSetVirtualTimePolicyResult struct + VirtualTimeTicksBase float64 + type EmulationSetVisibleSize struct + Height int + Width int + func (m EmulationSetVisibleSize) Call(c Client) error + func (m EmulationSetVisibleSize) ProtoReq() string + type EmulationUserAgentBrandVersion struct + Brand string + Version string + type EmulationUserAgentMetadata struct + Architecture string + Bitness string + Brands []*EmulationUserAgentBrandVersion + FullVersion string + FullVersionList []*EmulationUserAgentBrandVersion + Mobile bool + Model string + Platform string + PlatformVersion string + Wow64 bool + type EmulationVirtualTimeBudgetExpired struct + func (evt EmulationVirtualTimeBudgetExpired) ProtoEvent() string + type EmulationVirtualTimePolicy string + const EmulationVirtualTimePolicyAdvance + const EmulationVirtualTimePolicyPause + const EmulationVirtualTimePolicyPauseIfNetworkFetchesPending + type Event interface + ProtoEvent func() string + type EventBreakpointsRemoveInstrumentationBreakpoint struct + EventName string + func (m EventBreakpointsRemoveInstrumentationBreakpoint) Call(c Client) error + func (m EventBreakpointsRemoveInstrumentationBreakpoint) ProtoReq() string + type EventBreakpointsSetInstrumentationBreakpoint struct + EventName string + func (m EventBreakpointsSetInstrumentationBreakpoint) Call(c Client) error + func (m EventBreakpointsSetInstrumentationBreakpoint) ProtoReq() string + type FetchAuthChallenge struct + Origin string + Realm string + Scheme string + Source FetchAuthChallengeSource + type FetchAuthChallengeResponse struct + Password string + Response FetchAuthChallengeResponseResponse + Username string + type FetchAuthChallengeResponseResponse string + const FetchAuthChallengeResponseResponseCancelAuth + const FetchAuthChallengeResponseResponseDefault + const FetchAuthChallengeResponseResponseProvideCredentials + type FetchAuthChallengeSource string + const FetchAuthChallengeSourceProxy + const FetchAuthChallengeSourceServer + type FetchAuthRequired struct + AuthChallenge *FetchAuthChallenge + FrameID PageFrameID + Request *NetworkRequest + RequestID FetchRequestID + ResourceType NetworkResourceType + func (evt FetchAuthRequired) ProtoEvent() string + type FetchContinueRequest struct + Headers []*FetchHeaderEntry + InterceptResponse bool + Method string + PostData []byte + RequestID FetchRequestID + URL string + func (m FetchContinueRequest) Call(c Client) error + func (m FetchContinueRequest) ProtoReq() string + type FetchContinueResponse struct + BinaryResponseHeaders []byte + RequestID FetchRequestID + ResponseCode *int + ResponseHeaders []*FetchHeaderEntry + ResponsePhrase string + func (m FetchContinueResponse) Call(c Client) error + func (m FetchContinueResponse) ProtoReq() string + type FetchContinueWithAuth struct + AuthChallengeResponse *FetchAuthChallengeResponse + RequestID FetchRequestID + func (m FetchContinueWithAuth) Call(c Client) error + func (m FetchContinueWithAuth) ProtoReq() string + type FetchDisable struct + func (m FetchDisable) Call(c Client) error + func (m FetchDisable) ProtoReq() string + type FetchEnable struct + HandleAuthRequests bool + Patterns []*FetchRequestPattern + func (m FetchEnable) Call(c Client) error + func (m FetchEnable) ProtoReq() string + type FetchFailRequest struct + ErrorReason NetworkErrorReason + RequestID FetchRequestID + func (m FetchFailRequest) Call(c Client) error + func (m FetchFailRequest) ProtoReq() string + type FetchFulfillRequest struct + BinaryResponseHeaders []byte + Body []byte + RequestID FetchRequestID + ResponseCode int + ResponseHeaders []*FetchHeaderEntry + ResponsePhrase string + func (m FetchFulfillRequest) Call(c Client) error + func (m FetchFulfillRequest) ProtoReq() string + type FetchGetResponseBody struct + RequestID FetchRequestID + func (m FetchGetResponseBody) Call(c Client) (*FetchGetResponseBodyResult, error) + func (m FetchGetResponseBody) ProtoReq() string + type FetchGetResponseBodyResult struct + Base64Encoded bool + Body string + type FetchHeaderEntry struct + Name string + Value string + type FetchRequestID string + type FetchRequestPattern struct + RequestStage FetchRequestStage + ResourceType NetworkResourceType + URLPattern string + type FetchRequestPaused struct + FrameID PageFrameID + NetworkID FetchRequestID + Request *NetworkRequest + RequestID FetchRequestID + ResourceType NetworkResourceType + ResponseErrorReason NetworkErrorReason + ResponseHeaders []*FetchHeaderEntry + ResponseStatusCode *int + ResponseStatusText string + func (evt FetchRequestPaused) ProtoEvent() string + type FetchRequestStage string + const FetchRequestStageRequest + const FetchRequestStageResponse + type FetchTakeResponseBodyAsStream struct + RequestID FetchRequestID + func (m FetchTakeResponseBodyAsStream) Call(c Client) (*FetchTakeResponseBodyAsStreamResult, error) + func (m FetchTakeResponseBodyAsStream) ProtoReq() string + type FetchTakeResponseBodyAsStreamResult struct + Stream IOStreamHandle + type HeadlessExperimentalBeginFrame struct + FrameTimeTicks *float64 + Interval *float64 + NoDisplayUpdates bool + Screenshot *HeadlessExperimentalScreenshotParams + func (m HeadlessExperimentalBeginFrame) Call(c Client) (*HeadlessExperimentalBeginFrameResult, error) + func (m HeadlessExperimentalBeginFrame) ProtoReq() string + type HeadlessExperimentalBeginFrameResult struct + HasDamage bool + ScreenshotData []byte + type HeadlessExperimentalDisable struct + func (m HeadlessExperimentalDisable) Call(c Client) error + func (m HeadlessExperimentalDisable) ProtoReq() string + type HeadlessExperimentalEnable struct + func (m HeadlessExperimentalEnable) Call(c Client) error + func (m HeadlessExperimentalEnable) ProtoReq() string + type HeadlessExperimentalNeedsBeginFramesChanged struct + NeedsBeginFrames bool + func (evt HeadlessExperimentalNeedsBeginFramesChanged) ProtoEvent() string + type HeadlessExperimentalScreenshotParams struct + Format HeadlessExperimentalScreenshotParamsFormat + Quality *int + type HeadlessExperimentalScreenshotParamsFormat string + const HeadlessExperimentalScreenshotParamsFormatJpeg + const HeadlessExperimentalScreenshotParamsFormatPng + type HeapProfilerAddHeapSnapshotChunk struct + Chunk string + func (evt HeapProfilerAddHeapSnapshotChunk) ProtoEvent() string + type HeapProfilerAddInspectedHeapObject struct + HeapObjectID HeapProfilerHeapSnapshotObjectID + func (m HeapProfilerAddInspectedHeapObject) Call(c Client) error + func (m HeapProfilerAddInspectedHeapObject) ProtoReq() string + type HeapProfilerCollectGarbage struct + func (m HeapProfilerCollectGarbage) Call(c Client) error + func (m HeapProfilerCollectGarbage) ProtoReq() string + type HeapProfilerDisable struct + func (m HeapProfilerDisable) Call(c Client) error + func (m HeapProfilerDisable) ProtoReq() string + type HeapProfilerEnable struct + func (m HeapProfilerEnable) Call(c Client) error + func (m HeapProfilerEnable) ProtoReq() string + type HeapProfilerGetHeapObjectID struct + ObjectID RuntimeRemoteObjectID + func (m HeapProfilerGetHeapObjectID) Call(c Client) (*HeapProfilerGetHeapObjectIDResult, error) + func (m HeapProfilerGetHeapObjectID) ProtoReq() string + type HeapProfilerGetHeapObjectIDResult struct + HeapSnapshotObjectID HeapProfilerHeapSnapshotObjectID + type HeapProfilerGetObjectByHeapObjectID struct + ObjectGroup string + ObjectID HeapProfilerHeapSnapshotObjectID + func (m HeapProfilerGetObjectByHeapObjectID) Call(c Client) (*HeapProfilerGetObjectByHeapObjectIDResult, error) + func (m HeapProfilerGetObjectByHeapObjectID) ProtoReq() string + type HeapProfilerGetObjectByHeapObjectIDResult struct + Result *RuntimeRemoteObject + type HeapProfilerGetSamplingProfile struct + func (m HeapProfilerGetSamplingProfile) Call(c Client) (*HeapProfilerGetSamplingProfileResult, error) + func (m HeapProfilerGetSamplingProfile) ProtoReq() string + type HeapProfilerGetSamplingProfileResult struct + Profile *HeapProfilerSamplingHeapProfile + type HeapProfilerHeapSnapshotObjectID string + type HeapProfilerHeapStatsUpdate struct + StatsUpdate []int + func (evt HeapProfilerHeapStatsUpdate) ProtoEvent() string + type HeapProfilerLastSeenObjectID struct + LastSeenObjectID int + Timestamp float64 + func (evt HeapProfilerLastSeenObjectID) ProtoEvent() string + type HeapProfilerReportHeapSnapshotProgress struct + Done int + Finished bool + Total int + func (evt HeapProfilerReportHeapSnapshotProgress) ProtoEvent() string + type HeapProfilerResetProfiles struct + func (evt HeapProfilerResetProfiles) ProtoEvent() string + type HeapProfilerSamplingHeapProfile struct + Head *HeapProfilerSamplingHeapProfileNode + Samples []*HeapProfilerSamplingHeapProfileSample + type HeapProfilerSamplingHeapProfileNode struct + CallFrame *RuntimeCallFrame + Children []*HeapProfilerSamplingHeapProfileNode + ID int + SelfSize float64 + type HeapProfilerSamplingHeapProfileSample struct + NodeID int + Ordinal float64 + Size float64 + type HeapProfilerStartSampling struct + SamplingInterval *float64 + func (m HeapProfilerStartSampling) Call(c Client) error + func (m HeapProfilerStartSampling) ProtoReq() string + type HeapProfilerStartTrackingHeapObjects struct + TrackAllocations bool + func (m HeapProfilerStartTrackingHeapObjects) Call(c Client) error + func (m HeapProfilerStartTrackingHeapObjects) ProtoReq() string + type HeapProfilerStopSampling struct + func (m HeapProfilerStopSampling) Call(c Client) (*HeapProfilerStopSamplingResult, error) + func (m HeapProfilerStopSampling) ProtoReq() string + type HeapProfilerStopSamplingResult struct + Profile *HeapProfilerSamplingHeapProfile + type HeapProfilerStopTrackingHeapObjects struct + CaptureNumericValue bool + ExposeInternals bool + ReportProgress bool + TreatGlobalObjectsAsRoots bool + func (m HeapProfilerStopTrackingHeapObjects) Call(c Client) error + func (m HeapProfilerStopTrackingHeapObjects) ProtoReq() string + type HeapProfilerTakeHeapSnapshot struct + CaptureNumericValue bool + ExposeInternals bool + ReportProgress bool + TreatGlobalObjectsAsRoots bool + func (m HeapProfilerTakeHeapSnapshot) Call(c Client) error + func (m HeapProfilerTakeHeapSnapshot) ProtoReq() string + type IOClose struct + Handle IOStreamHandle + func (m IOClose) Call(c Client) error + func (m IOClose) ProtoReq() string + type IORead struct + Handle IOStreamHandle + Offset *int + Size *int + func (m IORead) Call(c Client) (*IOReadResult, error) + func (m IORead) ProtoReq() string + type IOReadResult struct + Base64Encoded bool + Data string + EOF bool + type IOResolveBlob struct + ObjectID RuntimeRemoteObjectID + func (m IOResolveBlob) Call(c Client) (*IOResolveBlobResult, error) + func (m IOResolveBlob) ProtoReq() string + type IOResolveBlobResult struct + UUID string + type IOStreamHandle string + type IndexedDBClearObjectStore struct + DatabaseName string + ObjectStoreName string + SecurityOrigin string + func (m IndexedDBClearObjectStore) Call(c Client) error + func (m IndexedDBClearObjectStore) ProtoReq() string + type IndexedDBDataEntry struct + Key *RuntimeRemoteObject + PrimaryKey *RuntimeRemoteObject + Value *RuntimeRemoteObject + type IndexedDBDatabaseWithObjectStores struct + Name string + ObjectStores []*IndexedDBObjectStore + Version float64 + type IndexedDBDeleteDatabase struct + DatabaseName string + SecurityOrigin string + func (m IndexedDBDeleteDatabase) Call(c Client) error + func (m IndexedDBDeleteDatabase) ProtoReq() string + type IndexedDBDeleteObjectStoreEntries struct + DatabaseName string + KeyRange *IndexedDBKeyRange + ObjectStoreName string + SecurityOrigin string + func (m IndexedDBDeleteObjectStoreEntries) Call(c Client) error + func (m IndexedDBDeleteObjectStoreEntries) ProtoReq() string + type IndexedDBDisable struct + func (m IndexedDBDisable) Call(c Client) error + func (m IndexedDBDisable) ProtoReq() string + type IndexedDBEnable struct + func (m IndexedDBEnable) Call(c Client) error + func (m IndexedDBEnable) ProtoReq() string + type IndexedDBGetMetadata struct + DatabaseName string + ObjectStoreName string + SecurityOrigin string + func (m IndexedDBGetMetadata) Call(c Client) (*IndexedDBGetMetadataResult, error) + func (m IndexedDBGetMetadata) ProtoReq() string + type IndexedDBGetMetadataResult struct + EntriesCount float64 + KeyGeneratorValue float64 + type IndexedDBKey struct + Array []*IndexedDBKey + Date *float64 + Number *float64 + String string + Type IndexedDBKeyType + type IndexedDBKeyPath struct + Array []string + String string + Type IndexedDBKeyPathType + type IndexedDBKeyPathType string + const IndexedDBKeyPathTypeArray + const IndexedDBKeyPathTypeNull + const IndexedDBKeyPathTypeString + type IndexedDBKeyRange struct + Lower *IndexedDBKey + LowerOpen bool + Upper *IndexedDBKey + UpperOpen bool + type IndexedDBKeyType string + const IndexedDBKeyTypeArray + const IndexedDBKeyTypeDate + const IndexedDBKeyTypeNumber + const IndexedDBKeyTypeString + type IndexedDBObjectStore struct + AutoIncrement bool + Indexes []*IndexedDBObjectStoreIndex + KeyPath *IndexedDBKeyPath + Name string + type IndexedDBObjectStoreIndex struct + KeyPath *IndexedDBKeyPath + MultiEntry bool + Name string + Unique bool + type IndexedDBRequestData struct + DatabaseName string + IndexName string + KeyRange *IndexedDBKeyRange + ObjectStoreName string + PageSize int + SecurityOrigin string + SkipCount int + func (m IndexedDBRequestData) Call(c Client) (*IndexedDBRequestDataResult, error) + func (m IndexedDBRequestData) ProtoReq() string + type IndexedDBRequestDataResult struct + HasMore bool + ObjectStoreDataEntries []*IndexedDBDataEntry + type IndexedDBRequestDatabase struct + DatabaseName string + SecurityOrigin string + func (m IndexedDBRequestDatabase) Call(c Client) (*IndexedDBRequestDatabaseResult, error) + func (m IndexedDBRequestDatabase) ProtoReq() string + type IndexedDBRequestDatabaseNames struct + SecurityOrigin string + func (m IndexedDBRequestDatabaseNames) Call(c Client) (*IndexedDBRequestDatabaseNamesResult, error) + func (m IndexedDBRequestDatabaseNames) ProtoReq() string + type IndexedDBRequestDatabaseNamesResult struct + DatabaseNames []string + type IndexedDBRequestDatabaseResult struct + DatabaseWithObjectStores *IndexedDBDatabaseWithObjectStores + type InputDispatchDragEvent struct + Data *InputDragData + Modifiers int + Type InputDispatchDragEventType + X float64 + Y float64 + func (m InputDispatchDragEvent) Call(c Client) error + func (m InputDispatchDragEvent) ProtoReq() string + type InputDispatchDragEventType string + const InputDispatchDragEventTypeDragCancel + const InputDispatchDragEventTypeDragEnter + const InputDispatchDragEventTypeDragOver + const InputDispatchDragEventTypeDrop + type InputDispatchKeyEvent struct + AutoRepeat bool + Code string + Commands []string + IsKeypad bool + IsSystemKey bool + Key string + KeyIdentifier string + Location *int + Modifiers int + NativeVirtualKeyCode int + Text string + Timestamp TimeSinceEpoch + Type InputDispatchKeyEventType + UnmodifiedText string + WindowsVirtualKeyCode int + func (m InputDispatchKeyEvent) Call(c Client) error + func (m InputDispatchKeyEvent) ProtoReq() string + type InputDispatchKeyEventType string + const InputDispatchKeyEventTypeChar + const InputDispatchKeyEventTypeKeyDown + const InputDispatchKeyEventTypeKeyUp + const InputDispatchKeyEventTypeRawKeyDown + type InputDispatchMouseEvent struct + Button InputMouseButton + Buttons *int + ClickCount int + DeltaX float64 + DeltaY float64 + Force float64 + Modifiers int + PointerType InputDispatchMouseEventPointerType + TangentialPressure float64 + TiltX int + TiltY int + Timestamp TimeSinceEpoch + Twist int + Type InputDispatchMouseEventType + X float64 + Y float64 + func (m InputDispatchMouseEvent) Call(c Client) error + func (m InputDispatchMouseEvent) ProtoReq() string + type InputDispatchMouseEventPointerType string + const InputDispatchMouseEventPointerTypeMouse + const InputDispatchMouseEventPointerTypePen + type InputDispatchMouseEventType string + const InputDispatchMouseEventTypeMouseMoved + const InputDispatchMouseEventTypeMousePressed + const InputDispatchMouseEventTypeMouseReleased + const InputDispatchMouseEventTypeMouseWheel + type InputDispatchTouchEvent struct + Modifiers int + Timestamp TimeSinceEpoch + TouchPoints []*InputTouchPoint + Type InputDispatchTouchEventType + func (m InputDispatchTouchEvent) Call(c Client) error + func (m InputDispatchTouchEvent) ProtoReq() string + type InputDispatchTouchEventType string + const InputDispatchTouchEventTypeTouchCancel + const InputDispatchTouchEventTypeTouchEnd + const InputDispatchTouchEventTypeTouchMove + const InputDispatchTouchEventTypeTouchStart + type InputDragData struct + DragOperationsMask int + Files []string + Items []*InputDragDataItem + type InputDragDataItem struct + BaseURL string + Data string + MIMEType string + Title string + type InputDragIntercepted struct + Data *InputDragData + func (evt InputDragIntercepted) ProtoEvent() string + type InputEmulateTouchFromMouseEvent struct + Button InputMouseButton + ClickCount int + DeltaX float64 + DeltaY float64 + Modifiers int + Timestamp TimeSinceEpoch + Type InputEmulateTouchFromMouseEventType + X int + Y int + func (m InputEmulateTouchFromMouseEvent) Call(c Client) error + func (m InputEmulateTouchFromMouseEvent) ProtoReq() string + type InputEmulateTouchFromMouseEventType string + const InputEmulateTouchFromMouseEventTypeMouseMoved + const InputEmulateTouchFromMouseEventTypeMousePressed + const InputEmulateTouchFromMouseEventTypeMouseReleased + const InputEmulateTouchFromMouseEventTypeMouseWheel + type InputGestureSourceType string + const InputGestureSourceTypeDefault + const InputGestureSourceTypeMouse + const InputGestureSourceTypeTouch + type InputImeSetComposition struct + ReplacementEnd *int + ReplacementStart *int + SelectionEnd int + SelectionStart int + Text string + func (m InputImeSetComposition) Call(c Client) error + func (m InputImeSetComposition) ProtoReq() string + type InputInsertText struct + Text string + func (m InputInsertText) Call(c Client) error + func (m InputInsertText) ProtoReq() string + type InputMouseButton string + const InputMouseButtonBack + const InputMouseButtonForward + const InputMouseButtonLeft + const InputMouseButtonMiddle + const InputMouseButtonNone + const InputMouseButtonRight + type InputSetIgnoreInputEvents struct + Ignore bool + func (m InputSetIgnoreInputEvents) Call(c Client) error + func (m InputSetIgnoreInputEvents) ProtoReq() string + type InputSetInterceptDrags struct + Enabled bool + func (m InputSetInterceptDrags) Call(c Client) error + func (m InputSetInterceptDrags) ProtoReq() string + type InputSynthesizePinchGesture struct + GestureSourceType InputGestureSourceType + RelativeSpeed *int + ScaleFactor float64 + X float64 + Y float64 + func (m InputSynthesizePinchGesture) Call(c Client) error + func (m InputSynthesizePinchGesture) ProtoReq() string + type InputSynthesizeScrollGesture struct + GestureSourceType InputGestureSourceType + InteractionMarkerName string + PreventFling bool + RepeatCount int + RepeatDelayMs *int + Speed *int + X float64 + XDistance *float64 + XOverscroll *float64 + Y float64 + YDistance *float64 + YOverscroll *float64 + func (m InputSynthesizeScrollGesture) Call(c Client) error + func (m InputSynthesizeScrollGesture) ProtoReq() string + type InputSynthesizeTapGesture struct + Duration *int + GestureSourceType InputGestureSourceType + TapCount *int + X float64 + Y float64 + func (m InputSynthesizeTapGesture) Call(c Client) error + func (m InputSynthesizeTapGesture) ProtoReq() string + type InputTouchPoint struct + Force *float64 + ID *float64 + RadiusX *float64 + RadiusY *float64 + RotationAngle *float64 + TangentialPressure float64 + TiltX int + TiltY int + Twist int + X float64 + Y float64 + func (p *InputTouchPoint) MoveTo(x, y float64) + type InspectorDetached struct + Reason string + func (evt InspectorDetached) ProtoEvent() string + type InspectorDisable struct + func (m InspectorDisable) Call(c Client) error + func (m InspectorDisable) ProtoReq() string + type InspectorEnable struct + func (m InspectorEnable) Call(c Client) error + func (m InspectorEnable) ProtoReq() string + type InspectorTargetCrashed struct + func (evt InspectorTargetCrashed) ProtoEvent() string + type InspectorTargetReloadedAfterCrash struct + func (evt InspectorTargetReloadedAfterCrash) ProtoEvent() string + type LayerTreeCompositingReasons struct + LayerID LayerTreeLayerID + func (m LayerTreeCompositingReasons) Call(c Client) (*LayerTreeCompositingReasonsResult, error) + func (m LayerTreeCompositingReasons) ProtoReq() string + type LayerTreeCompositingReasonsResult struct + CompositingReasonIds []string + CompositingReasons []string + type LayerTreeDisable struct + func (m LayerTreeDisable) Call(c Client) error + func (m LayerTreeDisable) ProtoReq() string + type LayerTreeEnable struct + func (m LayerTreeEnable) Call(c Client) error + func (m LayerTreeEnable) ProtoReq() string + type LayerTreeLayer struct + AnchorX *float64 + AnchorY *float64 + AnchorZ *float64 + BackendNodeID DOMBackendNodeID + DrawsContent bool + Height float64 + Invisible bool + LayerID LayerTreeLayerID + OffsetX float64 + OffsetY float64 + PaintCount int + ParentLayerID LayerTreeLayerID + ScrollRects []*LayerTreeScrollRect + StickyPositionConstraint *LayerTreeStickyPositionConstraint + Transform []float64 + Width float64 + type LayerTreeLayerID string + type LayerTreeLayerPainted struct + Clip *DOMRect + LayerID LayerTreeLayerID + func (evt LayerTreeLayerPainted) ProtoEvent() string + type LayerTreeLayerTreeDidChange struct + Layers []*LayerTreeLayer + func (evt LayerTreeLayerTreeDidChange) ProtoEvent() string + type LayerTreeLoadSnapshot struct + Tiles []*LayerTreePictureTile + func (m LayerTreeLoadSnapshot) Call(c Client) (*LayerTreeLoadSnapshotResult, error) + func (m LayerTreeLoadSnapshot) ProtoReq() string + type LayerTreeLoadSnapshotResult struct + SnapshotID LayerTreeSnapshotID + type LayerTreeMakeSnapshot struct + LayerID LayerTreeLayerID + func (m LayerTreeMakeSnapshot) Call(c Client) (*LayerTreeMakeSnapshotResult, error) + func (m LayerTreeMakeSnapshot) ProtoReq() string + type LayerTreeMakeSnapshotResult struct + SnapshotID LayerTreeSnapshotID + type LayerTreePaintProfile []float64 + type LayerTreePictureTile struct + Picture []byte + X float64 + Y float64 + type LayerTreeProfileSnapshot struct + ClipRect *DOMRect + MinDuration *float64 + MinRepeatCount *int + SnapshotID LayerTreeSnapshotID + func (m LayerTreeProfileSnapshot) Call(c Client) (*LayerTreeProfileSnapshotResult, error) + func (m LayerTreeProfileSnapshot) ProtoReq() string + type LayerTreeProfileSnapshotResult struct + Timings []LayerTreePaintProfile + type LayerTreeReleaseSnapshot struct + SnapshotID LayerTreeSnapshotID + func (m LayerTreeReleaseSnapshot) Call(c Client) error + func (m LayerTreeReleaseSnapshot) ProtoReq() string + type LayerTreeReplaySnapshot struct + FromStep *int + Scale *float64 + SnapshotID LayerTreeSnapshotID + ToStep *int + func (m LayerTreeReplaySnapshot) Call(c Client) (*LayerTreeReplaySnapshotResult, error) + func (m LayerTreeReplaySnapshot) ProtoReq() string + type LayerTreeReplaySnapshotResult struct + DataURL string + type LayerTreeScrollRect struct + Rect *DOMRect + Type LayerTreeScrollRectType + type LayerTreeScrollRectType string + const LayerTreeScrollRectTypeRepaintsOnScroll + const LayerTreeScrollRectTypeTouchEventHandler + const LayerTreeScrollRectTypeWheelEventHandler + type LayerTreeSnapshotCommandLog struct + SnapshotID LayerTreeSnapshotID + func (m LayerTreeSnapshotCommandLog) Call(c Client) (*LayerTreeSnapshotCommandLogResult, error) + func (m LayerTreeSnapshotCommandLog) ProtoReq() string + type LayerTreeSnapshotCommandLogResult struct + CommandLog []map[string]gson.JSON + type LayerTreeSnapshotID string + type LayerTreeStickyPositionConstraint struct + ContainingBlockRect *DOMRect + NearestLayerShiftingContainingBlock LayerTreeLayerID + NearestLayerShiftingStickyBox LayerTreeLayerID + StickyBoxRect *DOMRect + type LogClear struct + func (m LogClear) Call(c Client) error + func (m LogClear) ProtoReq() string + type LogDisable struct + func (m LogDisable) Call(c Client) error + func (m LogDisable) ProtoReq() string + type LogEnable struct + func (m LogEnable) Call(c Client) error + func (m LogEnable) ProtoReq() string + type LogEntryAdded struct + Entry *LogLogEntry + func (evt LogEntryAdded) ProtoEvent() string + type LogLogEntry struct + Args []*RuntimeRemoteObject + Category LogLogEntryCategory + Level LogLogEntryLevel + LineNumber *int + NetworkRequestID NetworkRequestID + Source LogLogEntrySource + StackTrace *RuntimeStackTrace + Text string + Timestamp RuntimeTimestamp + URL string + WorkerID string + type LogLogEntryCategory string + const LogLogEntryCategoryCors + type LogLogEntryLevel string + const LogLogEntryLevelError + const LogLogEntryLevelInfo + const LogLogEntryLevelVerbose + const LogLogEntryLevelWarning + type LogLogEntrySource string + const LogLogEntrySourceAppcache + const LogLogEntrySourceDeprecation + const LogLogEntrySourceIntervention + const LogLogEntrySourceJavascript + const LogLogEntrySourceNetwork + const LogLogEntrySourceOther + const LogLogEntrySourceRecommendation + const LogLogEntrySourceRendering + const LogLogEntrySourceSecurity + const LogLogEntrySourceStorage + const LogLogEntrySourceViolation + const LogLogEntrySourceWorker + const LogLogEntrySourceXML + type LogStartViolationsReport struct + Config []*LogViolationSetting + func (m LogStartViolationsReport) Call(c Client) error + func (m LogStartViolationsReport) ProtoReq() string + type LogStopViolationsReport struct + func (m LogStopViolationsReport) Call(c Client) error + func (m LogStopViolationsReport) ProtoReq() string + type LogViolationSetting struct + Name LogViolationSettingName + Threshold float64 + type LogViolationSettingName string + const LogViolationSettingNameBlockedEvent + const LogViolationSettingNameBlockedParser + const LogViolationSettingNameDiscouragedAPIUse + const LogViolationSettingNameHandler + const LogViolationSettingNameLongLayout + const LogViolationSettingNameLongTask + const LogViolationSettingNameRecurringHandler + type MediaDisable struct + func (m MediaDisable) Call(c Client) error + func (m MediaDisable) ProtoReq() string + type MediaEnable struct + func (m MediaEnable) Call(c Client) error + func (m MediaEnable) ProtoReq() string + type MediaPlayerError struct + Cause []*MediaPlayerError + Code int + Data map[string]gson.JSON + ErrorType string + Stack []*MediaPlayerErrorSourceLocation + type MediaPlayerErrorSourceLocation struct + File string + Line int + type MediaPlayerErrorsRaised struct + Errors []*MediaPlayerError + PlayerID MediaPlayerID + func (evt MediaPlayerErrorsRaised) ProtoEvent() string + type MediaPlayerEvent struct + Timestamp MediaTimestamp + Value string + type MediaPlayerEventsAdded struct + Events []*MediaPlayerEvent + PlayerID MediaPlayerID + func (evt MediaPlayerEventsAdded) ProtoEvent() string + type MediaPlayerID string + type MediaPlayerMessage struct + Level MediaPlayerMessageLevel + Message string + type MediaPlayerMessageLevel string + const MediaPlayerMessageLevelDebug + const MediaPlayerMessageLevelError + const MediaPlayerMessageLevelInfo + const MediaPlayerMessageLevelWarning + type MediaPlayerMessagesLogged struct + Messages []*MediaPlayerMessage + PlayerID MediaPlayerID + func (evt MediaPlayerMessagesLogged) ProtoEvent() string + type MediaPlayerPropertiesChanged struct + PlayerID MediaPlayerID + Properties []*MediaPlayerProperty + func (evt MediaPlayerPropertiesChanged) ProtoEvent() string + type MediaPlayerProperty struct + Name string + Value string + type MediaPlayersCreated struct + Players []MediaPlayerID + func (evt MediaPlayersCreated) ProtoEvent() string + type MediaTimestamp float64 + type MemoryForciblyPurgeJavaScriptMemory struct + func (m MemoryForciblyPurgeJavaScriptMemory) Call(c Client) error + func (m MemoryForciblyPurgeJavaScriptMemory) ProtoReq() string + type MemoryGetAllTimeSamplingProfile struct + func (m MemoryGetAllTimeSamplingProfile) Call(c Client) (*MemoryGetAllTimeSamplingProfileResult, error) + func (m MemoryGetAllTimeSamplingProfile) ProtoReq() string + type MemoryGetAllTimeSamplingProfileResult struct + Profile *MemorySamplingProfile + type MemoryGetBrowserSamplingProfile struct + func (m MemoryGetBrowserSamplingProfile) Call(c Client) (*MemoryGetBrowserSamplingProfileResult, error) + func (m MemoryGetBrowserSamplingProfile) ProtoReq() string + type MemoryGetBrowserSamplingProfileResult struct + Profile *MemorySamplingProfile + type MemoryGetDOMCounters struct + func (m MemoryGetDOMCounters) Call(c Client) (*MemoryGetDOMCountersResult, error) + func (m MemoryGetDOMCounters) ProtoReq() string + type MemoryGetDOMCountersResult struct + Documents int + JsEventListeners int + Nodes int + type MemoryGetSamplingProfile struct + func (m MemoryGetSamplingProfile) Call(c Client) (*MemoryGetSamplingProfileResult, error) + func (m MemoryGetSamplingProfile) ProtoReq() string + type MemoryGetSamplingProfileResult struct + Profile *MemorySamplingProfile + type MemoryModule struct + BaseAddress string + Name string + Size float64 + UUID string + type MemoryPrepareForLeakDetection struct + func (m MemoryPrepareForLeakDetection) Call(c Client) error + func (m MemoryPrepareForLeakDetection) ProtoReq() string + type MemoryPressureLevel string + const MemoryPressureLevelCritical + const MemoryPressureLevelModerate + type MemorySamplingProfile struct + Modules []*MemoryModule + Samples []*MemorySamplingProfileNode + type MemorySamplingProfileNode struct + Size float64 + Stack []string + Total float64 + type MemorySetPressureNotificationsSuppressed struct + Suppressed bool + func (m MemorySetPressureNotificationsSuppressed) Call(c Client) error + func (m MemorySetPressureNotificationsSuppressed) ProtoReq() string + type MemorySimulatePressureNotification struct + Level MemoryPressureLevel + func (m MemorySimulatePressureNotification) Call(c Client) error + func (m MemorySimulatePressureNotification) ProtoReq() string + type MemoryStartSampling struct + SamplingInterval *int + SuppressRandomness bool + func (m MemoryStartSampling) Call(c Client) error + func (m MemoryStartSampling) ProtoReq() string + type MemoryStopSampling struct + func (m MemoryStopSampling) Call(c Client) error + func (m MemoryStopSampling) ProtoReq() string + type MonotonicTime float64 + func (t MonotonicTime) Duration() time.Duration + func (t MonotonicTime) String() string + type NetworkAuthChallenge struct + Origin string + Realm string + Scheme string + Source NetworkAuthChallengeSource + type NetworkAuthChallengeResponse struct + Password string + Response NetworkAuthChallengeResponseResponse + Username string + type NetworkAuthChallengeResponseResponse string + const NetworkAuthChallengeResponseResponseCancelAuth + const NetworkAuthChallengeResponseResponseDefault + const NetworkAuthChallengeResponseResponseProvideCredentials + type NetworkAuthChallengeSource string + const NetworkAuthChallengeSourceProxy + const NetworkAuthChallengeSourceServer + type NetworkBlockedCookieWithReason struct + BlockedReasons []NetworkCookieBlockedReason + Cookie *NetworkCookie + type NetworkBlockedReason string + const NetworkBlockedReasonCoepFrameResourceNeedsCoepHeader + const NetworkBlockedReasonContentType + const NetworkBlockedReasonCoopSandboxedIframeCannotNavigateToCoopPage + const NetworkBlockedReasonCorpNotSameOrigin + const NetworkBlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep + const NetworkBlockedReasonCorpNotSameSite + const NetworkBlockedReasonCsp + const NetworkBlockedReasonInspector + const NetworkBlockedReasonMixedContent + const NetworkBlockedReasonOrigin + const NetworkBlockedReasonOther + const NetworkBlockedReasonSubresourceFilter + type NetworkBlockedSetCookieWithReason struct + BlockedReasons []NetworkSetCookieBlockedReason + Cookie *NetworkCookie + CookieLine string + type NetworkCachedResource struct + BodySize float64 + Response *NetworkResponse + Type NetworkResourceType + URL string + type NetworkCanClearBrowserCache struct + func (m NetworkCanClearBrowserCache) Call(c Client) (*NetworkCanClearBrowserCacheResult, error) + func (m NetworkCanClearBrowserCache) ProtoReq() string + type NetworkCanClearBrowserCacheResult struct + Result bool + type NetworkCanClearBrowserCookies struct + func (m NetworkCanClearBrowserCookies) Call(c Client) (*NetworkCanClearBrowserCookiesResult, error) + func (m NetworkCanClearBrowserCookies) ProtoReq() string + type NetworkCanClearBrowserCookiesResult struct + Result bool + type NetworkCanEmulateNetworkConditions struct + func (m NetworkCanEmulateNetworkConditions) Call(c Client) (*NetworkCanEmulateNetworkConditionsResult, error) + func (m NetworkCanEmulateNetworkConditions) ProtoReq() string + type NetworkCanEmulateNetworkConditionsResult struct + Result bool + type NetworkCertificateTransparencyCompliance string + const NetworkCertificateTransparencyComplianceCompliant + const NetworkCertificateTransparencyComplianceNotCompliant + const NetworkCertificateTransparencyComplianceUnknown + type NetworkClearAcceptedEncodingsOverride struct + func (m NetworkClearAcceptedEncodingsOverride) Call(c Client) error + func (m NetworkClearAcceptedEncodingsOverride) ProtoReq() string + type NetworkClearBrowserCache struct + func (m NetworkClearBrowserCache) Call(c Client) error + func (m NetworkClearBrowserCache) ProtoReq() string + type NetworkClearBrowserCookies struct + func (m NetworkClearBrowserCookies) Call(c Client) error + func (m NetworkClearBrowserCookies) ProtoReq() string + type NetworkClientSecurityState struct + InitiatorIPAddressSpace NetworkIPAddressSpace + InitiatorIsSecureContext bool + PrivateNetworkRequestPolicy NetworkPrivateNetworkRequestPolicy + type NetworkConnectTiming struct + RequestTime float64 + type NetworkConnectionType string + const NetworkConnectionTypeBluetooth + const NetworkConnectionTypeCellular2g + const NetworkConnectionTypeCellular3g + const NetworkConnectionTypeCellular4g + const NetworkConnectionTypeEthernet + const NetworkConnectionTypeNone + const NetworkConnectionTypeOther + const NetworkConnectionTypeWifi + const NetworkConnectionTypeWimax + type NetworkContentEncoding string + const NetworkContentEncodingBr + const NetworkContentEncodingDeflate + const NetworkContentEncodingGzip + type NetworkContinueInterceptedRequest struct + AuthChallengeResponse *NetworkAuthChallengeResponse + ErrorReason NetworkErrorReason + Headers NetworkHeaders + InterceptionID NetworkInterceptionID + Method string + PostData string + RawResponse []byte + URL string + func (m NetworkContinueInterceptedRequest) Call(c Client) error + func (m NetworkContinueInterceptedRequest) ProtoReq() string + type NetworkCookie struct + Domain string + Expires TimeSinceEpoch + HTTPOnly bool + Name string + PartitionKey string + PartitionKeyOpaque bool + Path string + Priority NetworkCookiePriority + SameParty bool + SameSite NetworkCookieSameSite + Secure bool + Session bool + Size int + SourcePort int + SourceScheme NetworkCookieSourceScheme + Value string + type NetworkCookieBlockedReason string + const NetworkCookieBlockedReasonDomainMismatch + const NetworkCookieBlockedReasonNameValuePairExceedsMaxSize + const NetworkCookieBlockedReasonNotOnPath + const NetworkCookieBlockedReasonSamePartyFromCrossPartyContext + const NetworkCookieBlockedReasonSameSiteLax + const NetworkCookieBlockedReasonSameSiteNoneInsecure + const NetworkCookieBlockedReasonSameSiteStrict + const NetworkCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const NetworkCookieBlockedReasonSchemefulSameSiteLax + const NetworkCookieBlockedReasonSchemefulSameSiteStrict + const NetworkCookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax + const NetworkCookieBlockedReasonSecureOnly + const NetworkCookieBlockedReasonUnknownError + const NetworkCookieBlockedReasonUserPreferences + type NetworkCookieParam struct + Domain string + Expires TimeSinceEpoch + HTTPOnly bool + Name string + PartitionKey string + Path string + Priority NetworkCookiePriority + SameParty bool + SameSite NetworkCookieSameSite + Secure bool + SourcePort *int + SourceScheme NetworkCookieSourceScheme + URL string + Value string + func CookiesToParams(cookies []*NetworkCookie) []*NetworkCookieParam + type NetworkCookiePriority string + const NetworkCookiePriorityHigh + const NetworkCookiePriorityLow + const NetworkCookiePriorityMedium + type NetworkCookieSameSite string + const NetworkCookieSameSiteLax + const NetworkCookieSameSiteNone + const NetworkCookieSameSiteStrict + type NetworkCookieSourceScheme string + const NetworkCookieSourceSchemeNonSecure + const NetworkCookieSourceSchemeSecure + const NetworkCookieSourceSchemeUnset + type NetworkCorsError string + const NetworkCorsErrorAllowOriginMismatch + const NetworkCorsErrorCorsDisabledScheme + const NetworkCorsErrorDisallowedByMode + const NetworkCorsErrorHeaderDisallowedByPreflightResponse + const NetworkCorsErrorInsecurePrivateNetwork + const NetworkCorsErrorInvalidAllowCredentials + const NetworkCorsErrorInvalidAllowHeadersPreflightResponse + const NetworkCorsErrorInvalidAllowMethodsPreflightResponse + const NetworkCorsErrorInvalidAllowOriginValue + const NetworkCorsErrorInvalidPrivateNetworkAccess + const NetworkCorsErrorInvalidResponse + const NetworkCorsErrorMethodDisallowedByPreflightResponse + const NetworkCorsErrorMissingAllowOriginHeader + const NetworkCorsErrorMultipleAllowOriginValues + const NetworkCorsErrorNoCorsRedirectModeNotFollow + const NetworkCorsErrorPreflightAllowOriginMismatch + const NetworkCorsErrorPreflightDisallowedRedirect + const NetworkCorsErrorPreflightInvalidAllowCredentials + const NetworkCorsErrorPreflightInvalidAllowExternal + const NetworkCorsErrorPreflightInvalidAllowOriginValue + const NetworkCorsErrorPreflightInvalidAllowPrivateNetwork + const NetworkCorsErrorPreflightInvalidStatus + const NetworkCorsErrorPreflightMissingAllowExternal + const NetworkCorsErrorPreflightMissingAllowOriginHeader + const NetworkCorsErrorPreflightMissingAllowPrivateNetwork + const NetworkCorsErrorPreflightMultipleAllowOriginValues + const NetworkCorsErrorPreflightWildcardOriginNotAllowed + const NetworkCorsErrorRedirectContainsCredentials + const NetworkCorsErrorUnexpectedPrivateNetworkAccess + const NetworkCorsErrorWildcardOriginNotAllowed + type NetworkCorsErrorStatus struct + CorsError NetworkCorsError + FailedParameter string + type NetworkCrossOriginEmbedderPolicyStatus struct + ReportOnlyReportingEndpoint string + ReportOnlyValue NetworkCrossOriginEmbedderPolicyValue + ReportingEndpoint string + Value NetworkCrossOriginEmbedderPolicyValue + type NetworkCrossOriginEmbedderPolicyValue string + const NetworkCrossOriginEmbedderPolicyValueCredentialless + const NetworkCrossOriginEmbedderPolicyValueNone + const NetworkCrossOriginEmbedderPolicyValueRequireCorp + type NetworkCrossOriginOpenerPolicyStatus struct + ReportOnlyReportingEndpoint string + ReportOnlyValue NetworkCrossOriginOpenerPolicyValue + ReportingEndpoint string + Value NetworkCrossOriginOpenerPolicyValue + type NetworkCrossOriginOpenerPolicyValue string + const NetworkCrossOriginOpenerPolicyValueRestrictProperties + const NetworkCrossOriginOpenerPolicyValueRestrictPropertiesPlusCoep + const NetworkCrossOriginOpenerPolicyValueSameOrigin + const NetworkCrossOriginOpenerPolicyValueSameOriginAllowPopups + const NetworkCrossOriginOpenerPolicyValueSameOriginPlusCoep + const NetworkCrossOriginOpenerPolicyValueUnsafeNone + type NetworkDataReceived struct + DataLength int + EncodedDataLength int + RequestID NetworkRequestID + Timestamp MonotonicTime + func (evt NetworkDataReceived) ProtoEvent() string + type NetworkDeleteCookies struct + Domain string + Name string + Path string + URL string + func (m NetworkDeleteCookies) Call(c Client) error + func (m NetworkDeleteCookies) ProtoReq() string + type NetworkDisable struct + func (m NetworkDisable) Call(c Client) error + func (m NetworkDisable) ProtoReq() string + type NetworkEmulateNetworkConditions struct + ConnectionType NetworkConnectionType + DownloadThroughput float64 + Latency float64 + Offline bool + UploadThroughput float64 + func (m NetworkEmulateNetworkConditions) Call(c Client) error + func (m NetworkEmulateNetworkConditions) ProtoReq() string + type NetworkEnable struct + MaxPostDataSize *int + MaxResourceBufferSize *int + MaxTotalBufferSize *int + func (m NetworkEnable) Call(c Client) error + func (m NetworkEnable) ProtoReq() string + type NetworkEnableReportingAPI struct + Enable bool + func (m NetworkEnableReportingAPI) Call(c Client) error + func (m NetworkEnableReportingAPI) ProtoReq() string + type NetworkErrorReason string + const NetworkErrorReasonAborted + const NetworkErrorReasonAccessDenied + const NetworkErrorReasonAddressUnreachable + const NetworkErrorReasonBlockedByClient + const NetworkErrorReasonBlockedByResponse + const NetworkErrorReasonConnectionAborted + const NetworkErrorReasonConnectionClosed + const NetworkErrorReasonConnectionFailed + const NetworkErrorReasonConnectionRefused + const NetworkErrorReasonConnectionReset + const NetworkErrorReasonFailed + const NetworkErrorReasonInternetDisconnected + const NetworkErrorReasonNameNotResolved + const NetworkErrorReasonTimedOut + type NetworkEventSourceMessageReceived struct + Data string + EventID string + EventName string + RequestID NetworkRequestID + Timestamp MonotonicTime + func (evt NetworkEventSourceMessageReceived) ProtoEvent() string + type NetworkGetAllCookies struct + func (m NetworkGetAllCookies) Call(c Client) (*NetworkGetAllCookiesResult, error) + func (m NetworkGetAllCookies) ProtoReq() string + type NetworkGetAllCookiesResult struct + Cookies []*NetworkCookie + type NetworkGetCertificate struct + Origin string + func (m NetworkGetCertificate) Call(c Client) (*NetworkGetCertificateResult, error) + func (m NetworkGetCertificate) ProtoReq() string + type NetworkGetCertificateResult struct + TableNames []string + type NetworkGetCookies struct + Urls []string + func (m NetworkGetCookies) Call(c Client) (*NetworkGetCookiesResult, error) + func (m NetworkGetCookies) ProtoReq() string + type NetworkGetCookiesResult struct + Cookies []*NetworkCookie + type NetworkGetRequestPostData struct + RequestID NetworkRequestID + func (m NetworkGetRequestPostData) Call(c Client) (*NetworkGetRequestPostDataResult, error) + func (m NetworkGetRequestPostData) ProtoReq() string + type NetworkGetRequestPostDataResult struct + PostData string + type NetworkGetResponseBody struct + RequestID NetworkRequestID + func (m NetworkGetResponseBody) Call(c Client) (*NetworkGetResponseBodyResult, error) + func (m NetworkGetResponseBody) ProtoReq() string + type NetworkGetResponseBodyForInterception struct + InterceptionID NetworkInterceptionID + func (m NetworkGetResponseBodyForInterception) Call(c Client) (*NetworkGetResponseBodyForInterceptionResult, error) + func (m NetworkGetResponseBodyForInterception) ProtoReq() string + type NetworkGetResponseBodyForInterceptionResult struct + Base64Encoded bool + Body string + type NetworkGetResponseBodyResult struct + Base64Encoded bool + Body string + type NetworkGetSecurityIsolationStatus struct + FrameID PageFrameID + func (m NetworkGetSecurityIsolationStatus) Call(c Client) (*NetworkGetSecurityIsolationStatusResult, error) + func (m NetworkGetSecurityIsolationStatus) ProtoReq() string + type NetworkGetSecurityIsolationStatusResult struct + Status *NetworkSecurityIsolationStatus + type NetworkHeaders map[string]gson.JSON + type NetworkIPAddressSpace string + const NetworkIPAddressSpaceLocal + const NetworkIPAddressSpacePrivate + const NetworkIPAddressSpacePublic + const NetworkIPAddressSpaceUnknown + type NetworkInitiator struct + ColumnNumber *float64 + LineNumber *float64 + RequestID NetworkRequestID + Stack *RuntimeStackTrace + Type NetworkInitiatorType + URL string + type NetworkInitiatorType string + const NetworkInitiatorTypeOther + const NetworkInitiatorTypeParser + const NetworkInitiatorTypePreflight + const NetworkInitiatorTypePreload + const NetworkInitiatorTypeScript + const NetworkInitiatorTypeSignedExchange + type NetworkInterceptionID string + type NetworkInterceptionStage string + const NetworkInterceptionStageHeadersReceived + const NetworkInterceptionStageRequest + type NetworkLoadNetworkResource struct + FrameID PageFrameID + Options *NetworkLoadNetworkResourceOptions + URL string + func (m NetworkLoadNetworkResource) Call(c Client) (*NetworkLoadNetworkResourceResult, error) + func (m NetworkLoadNetworkResource) ProtoReq() string + type NetworkLoadNetworkResourceOptions struct + DisableCache bool + IncludeCredentials bool + type NetworkLoadNetworkResourcePageResult struct + HTTPStatusCode *float64 + Headers NetworkHeaders + NetError *float64 + NetErrorName string + Stream IOStreamHandle + Success bool + type NetworkLoadNetworkResourceResult struct + Resource *NetworkLoadNetworkResourcePageResult + type NetworkLoaderID string + type NetworkLoadingFailed struct + BlockedReason NetworkBlockedReason + Canceled bool + CorsErrorStatus *NetworkCorsErrorStatus + ErrorText string + RequestID NetworkRequestID + Timestamp MonotonicTime + Type NetworkResourceType + func (evt NetworkLoadingFailed) ProtoEvent() string + type NetworkLoadingFinished struct + EncodedDataLength float64 + RequestID NetworkRequestID + ShouldReportCorbBlocking bool + Timestamp MonotonicTime + func (evt NetworkLoadingFinished) ProtoEvent() string + type NetworkPostDataEntry struct + Bytes []byte + type NetworkPrivateNetworkRequestPolicy string + const NetworkPrivateNetworkRequestPolicyAllow + const NetworkPrivateNetworkRequestPolicyBlockFromInsecureToMorePrivate + const NetworkPrivateNetworkRequestPolicyPreflightBlock + const NetworkPrivateNetworkRequestPolicyPreflightWarn + const NetworkPrivateNetworkRequestPolicyWarnFromInsecureToMorePrivate + type NetworkReplayXHR struct + RequestID NetworkRequestID + func (m NetworkReplayXHR) Call(c Client) error + func (m NetworkReplayXHR) ProtoReq() string + type NetworkReportID string + type NetworkReportStatus string + const NetworkReportStatusMarkedForRemoval + const NetworkReportStatusPending + const NetworkReportStatusQueued + const NetworkReportStatusSuccess + type NetworkReportingAPIEndpoint struct + GroupName string + URL string + type NetworkReportingAPIEndpointsChangedForOrigin struct + Endpoints []*NetworkReportingAPIEndpoint + Origin string + func (evt NetworkReportingAPIEndpointsChangedForOrigin) ProtoEvent() string + type NetworkReportingAPIReport struct + Body map[string]gson.JSON + CompletedAttempts int + Depth int + Destination string + ID NetworkReportID + InitiatorURL string + Status NetworkReportStatus + Timestamp TimeSinceEpoch + Type string + type NetworkReportingAPIReportAdded struct + Report *NetworkReportingAPIReport + func (evt NetworkReportingAPIReportAdded) ProtoEvent() string + type NetworkReportingAPIReportUpdated struct + Report *NetworkReportingAPIReport + func (evt NetworkReportingAPIReportUpdated) ProtoEvent() string + type NetworkRequest struct + HasPostData bool + Headers NetworkHeaders + InitialPriority NetworkResourcePriority + IsLinkPreload bool + IsSameSite bool + Method string + MixedContentType SecurityMixedContentType + PostData string + PostDataEntries []*NetworkPostDataEntry + ReferrerPolicy NetworkRequestReferrerPolicy + TrustTokenParams *NetworkTrustTokenParams + URL string + URLFragment string + type NetworkRequestID string + type NetworkRequestIntercepted struct + AuthChallenge *NetworkAuthChallenge + FrameID PageFrameID + InterceptionID NetworkInterceptionID + IsDownload bool + IsNavigationRequest bool + RedirectURL string + Request *NetworkRequest + RequestID NetworkRequestID + ResourceType NetworkResourceType + ResponseErrorReason NetworkErrorReason + ResponseHeaders NetworkHeaders + ResponseStatusCode *int + func (evt NetworkRequestIntercepted) ProtoEvent() string + type NetworkRequestPattern struct + InterceptionStage NetworkInterceptionStage + ResourceType NetworkResourceType + URLPattern string + type NetworkRequestReferrerPolicy string + const NetworkRequestReferrerPolicyNoReferrer + const NetworkRequestReferrerPolicyNoReferrerWhenDowngrade + const NetworkRequestReferrerPolicyOrigin + const NetworkRequestReferrerPolicyOriginWhenCrossOrigin + const NetworkRequestReferrerPolicySameOrigin + const NetworkRequestReferrerPolicyStrictOrigin + const NetworkRequestReferrerPolicyStrictOriginWhenCrossOrigin + const NetworkRequestReferrerPolicyUnsafeURL + type NetworkRequestServedFromCache struct + RequestID NetworkRequestID + func (evt NetworkRequestServedFromCache) ProtoEvent() string + type NetworkRequestWillBeSent struct + DocumentURL string + FrameID PageFrameID + HasUserGesture bool + Initiator *NetworkInitiator + LoaderID NetworkLoaderID + RedirectHasExtraInfo bool + RedirectResponse *NetworkResponse + Request *NetworkRequest + RequestID NetworkRequestID + Timestamp MonotonicTime + Type NetworkResourceType + WallTime TimeSinceEpoch + func (evt NetworkRequestWillBeSent) ProtoEvent() string + type NetworkRequestWillBeSentExtraInfo struct + AssociatedCookies []*NetworkBlockedCookieWithReason + ClientSecurityState *NetworkClientSecurityState + ConnectTiming *NetworkConnectTiming + Headers NetworkHeaders + RequestID NetworkRequestID + func (evt NetworkRequestWillBeSentExtraInfo) ProtoEvent() string + type NetworkResourceChangedPriority struct + NewPriority NetworkResourcePriority + RequestID NetworkRequestID + Timestamp MonotonicTime + func (evt NetworkResourceChangedPriority) ProtoEvent() string + type NetworkResourcePriority string + const NetworkResourcePriorityHigh + const NetworkResourcePriorityLow + const NetworkResourcePriorityMedium + const NetworkResourcePriorityVeryHigh + const NetworkResourcePriorityVeryLow + type NetworkResourceTiming struct + ConnectEnd float64 + ConnectStart float64 + DNSEnd float64 + DNSStart float64 + ProxyEnd float64 + ProxyStart float64 + PushEnd float64 + PushStart float64 + ReceiveHeadersEnd float64 + RequestTime float64 + SendEnd float64 + SendStart float64 + SslEnd float64 + SslStart float64 + WorkerFetchStart float64 + WorkerReady float64 + WorkerRespondWithSettled float64 + WorkerStart float64 + type NetworkResourceType string + const NetworkResourceTypeCSPViolationReport + const NetworkResourceTypeDocument + const NetworkResourceTypeEventSource + const NetworkResourceTypeFetch + const NetworkResourceTypeFont + const NetworkResourceTypeImage + const NetworkResourceTypeManifest + const NetworkResourceTypeMedia + const NetworkResourceTypeOther + const NetworkResourceTypePing + const NetworkResourceTypePreflight + const NetworkResourceTypeScript + const NetworkResourceTypeSignedExchange + const NetworkResourceTypeStylesheet + const NetworkResourceTypeTextTrack + const NetworkResourceTypeWebSocket + const NetworkResourceTypeXHR + type NetworkResponse struct + CacheStorageCacheName string + ConnectionID float64 + ConnectionReused bool + EncodedDataLength float64 + FromDiskCache bool + FromPrefetchCache bool + FromServiceWorker bool + Headers NetworkHeaders + HeadersText string + MIMEType string + Protocol string + RemoteIPAddress string + RemotePort *int + RequestHeaders NetworkHeaders + RequestHeadersText string + ResponseTime TimeSinceEpoch + SecurityDetails *NetworkSecurityDetails + SecurityState SecuritySecurityState + ServiceWorkerResponseSource NetworkServiceWorkerResponseSource + Status int + StatusText string + Timing *NetworkResourceTiming + URL string + type NetworkResponseReceived struct + FrameID PageFrameID + HasExtraInfo bool + LoaderID NetworkLoaderID + RequestID NetworkRequestID + Response *NetworkResponse + Timestamp MonotonicTime + Type NetworkResourceType + func (evt NetworkResponseReceived) ProtoEvent() string + type NetworkResponseReceivedExtraInfo struct + BlockedCookies []*NetworkBlockedSetCookieWithReason + Headers NetworkHeaders + HeadersText string + RequestID NetworkRequestID + ResourceIPAddressSpace NetworkIPAddressSpace + StatusCode int + func (evt NetworkResponseReceivedExtraInfo) ProtoEvent() string + type NetworkSearchInResponseBody struct + CaseSensitive bool + IsRegex bool + Query string + RequestID NetworkRequestID + func (m NetworkSearchInResponseBody) Call(c Client) (*NetworkSearchInResponseBodyResult, error) + func (m NetworkSearchInResponseBody) ProtoReq() string + type NetworkSearchInResponseBodyResult struct + Result []*DebuggerSearchMatch + type NetworkSecurityDetails struct + CertificateID SecurityCertificateID + CertificateTransparencyCompliance NetworkCertificateTransparencyCompliance + Cipher string + Issuer string + KeyExchange string + KeyExchangeGroup string + Mac string + Protocol string + SanList []string + SignedCertificateTimestampList []*NetworkSignedCertificateTimestamp + SubjectName string + ValidFrom TimeSinceEpoch + ValidTo TimeSinceEpoch + type NetworkSecurityIsolationStatus struct + Coep *NetworkCrossOriginEmbedderPolicyStatus + Coop *NetworkCrossOriginOpenerPolicyStatus + type NetworkServiceWorkerResponseSource string + const NetworkServiceWorkerResponseSourceCacheStorage + const NetworkServiceWorkerResponseSourceFallbackCode + const NetworkServiceWorkerResponseSourceHTTPCache + const NetworkServiceWorkerResponseSourceNetwork + type NetworkSetAcceptedEncodings struct + Encodings []NetworkContentEncoding + func (m NetworkSetAcceptedEncodings) Call(c Client) error + func (m NetworkSetAcceptedEncodings) ProtoReq() string + type NetworkSetAttachDebugStack struct + Enabled bool + func (m NetworkSetAttachDebugStack) Call(c Client) error + func (m NetworkSetAttachDebugStack) ProtoReq() string + type NetworkSetBlockedURLs struct + Urls []string + func (m NetworkSetBlockedURLs) Call(c Client) error + func (m NetworkSetBlockedURLs) ProtoReq() string + type NetworkSetBypassServiceWorker struct + Bypass bool + func (m NetworkSetBypassServiceWorker) Call(c Client) error + func (m NetworkSetBypassServiceWorker) ProtoReq() string + type NetworkSetCacheDisabled struct + CacheDisabled bool + func (m NetworkSetCacheDisabled) Call(c Client) error + func (m NetworkSetCacheDisabled) ProtoReq() string + type NetworkSetCookie struct + Domain string + Expires TimeSinceEpoch + HTTPOnly bool + Name string + PartitionKey string + Path string + Priority NetworkCookiePriority + SameParty bool + SameSite NetworkCookieSameSite + Secure bool + SourcePort *int + SourceScheme NetworkCookieSourceScheme + URL string + Value string + func (m NetworkSetCookie) Call(c Client) (*NetworkSetCookieResult, error) + func (m NetworkSetCookie) ProtoReq() string + type NetworkSetCookieBlockedReason string + const NetworkSetCookieBlockedReasonInvalidDomain + const NetworkSetCookieBlockedReasonInvalidPrefix + const NetworkSetCookieBlockedReasonNameValuePairExceedsMaxSize + const NetworkSetCookieBlockedReasonOverwriteSecure + const NetworkSetCookieBlockedReasonSamePartyConflictsWithOtherAttributes + const NetworkSetCookieBlockedReasonSamePartyFromCrossPartyContext + const NetworkSetCookieBlockedReasonSameSiteLax + const NetworkSetCookieBlockedReasonSameSiteNoneInsecure + const NetworkSetCookieBlockedReasonSameSiteStrict + const NetworkSetCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const NetworkSetCookieBlockedReasonSchemeNotSupported + const NetworkSetCookieBlockedReasonSchemefulSameSiteLax + const NetworkSetCookieBlockedReasonSchemefulSameSiteStrict + const NetworkSetCookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax + const NetworkSetCookieBlockedReasonSecureOnly + const NetworkSetCookieBlockedReasonSyntaxError + const NetworkSetCookieBlockedReasonUnknownError + const NetworkSetCookieBlockedReasonUserPreferences + type NetworkSetCookieResult struct + Success bool + type NetworkSetCookies struct + Cookies []*NetworkCookieParam + func (m NetworkSetCookies) Call(c Client) error + func (m NetworkSetCookies) ProtoReq() string + type NetworkSetExtraHTTPHeaders struct + Headers NetworkHeaders + func (m NetworkSetExtraHTTPHeaders) Call(c Client) error + func (m NetworkSetExtraHTTPHeaders) ProtoReq() string + type NetworkSetRequestInterception struct + Patterns []*NetworkRequestPattern + func (m NetworkSetRequestInterception) Call(c Client) error + func (m NetworkSetRequestInterception) ProtoReq() string + type NetworkSetUserAgentOverride struct + AcceptLanguage string + Platform string + UserAgent string + UserAgentMetadata *EmulationUserAgentMetadata + func (m NetworkSetUserAgentOverride) Call(c Client) error + func (m NetworkSetUserAgentOverride) ProtoReq() string + type NetworkSignedCertificateTimestamp struct + HashAlgorithm string + LogDescription string + LogID string + Origin string + SignatureAlgorithm string + SignatureData string + Status string + Timestamp float64 + type NetworkSignedExchangeError struct + ErrorField NetworkSignedExchangeErrorField + Message string + SignatureIndex *int + type NetworkSignedExchangeErrorField string + const NetworkSignedExchangeErrorFieldSignatureCertSha256 + const NetworkSignedExchangeErrorFieldSignatureCertURL + const NetworkSignedExchangeErrorFieldSignatureIntegrity + const NetworkSignedExchangeErrorFieldSignatureSig + const NetworkSignedExchangeErrorFieldSignatureTimestamps + const NetworkSignedExchangeErrorFieldSignatureValidityURL + type NetworkSignedExchangeHeader struct + HeaderIntegrity string + RequestURL string + ResponseCode int + ResponseHeaders NetworkHeaders + Signatures []*NetworkSignedExchangeSignature + type NetworkSignedExchangeInfo struct + Errors []*NetworkSignedExchangeError + Header *NetworkSignedExchangeHeader + OuterResponse *NetworkResponse + SecurityDetails *NetworkSecurityDetails + type NetworkSignedExchangeReceived struct + Info *NetworkSignedExchangeInfo + RequestID NetworkRequestID + func (evt NetworkSignedExchangeReceived) ProtoEvent() string + type NetworkSignedExchangeSignature struct + CertSha256 string + CertURL string + Certificates []string + Date int + Expires int + Integrity string + Label string + Signature string + ValidityURL string + type NetworkSubresourceWebBundleInnerResponseError struct + BundleRequestID NetworkRequestID + ErrorMessage string + InnerRequestID NetworkRequestID + InnerRequestURL string + func (evt NetworkSubresourceWebBundleInnerResponseError) ProtoEvent() string + type NetworkSubresourceWebBundleInnerResponseParsed struct + BundleRequestID NetworkRequestID + InnerRequestID NetworkRequestID + InnerRequestURL string + func (evt NetworkSubresourceWebBundleInnerResponseParsed) ProtoEvent() string + type NetworkSubresourceWebBundleMetadataError struct + ErrorMessage string + RequestID NetworkRequestID + func (evt NetworkSubresourceWebBundleMetadataError) ProtoEvent() string + type NetworkSubresourceWebBundleMetadataReceived struct + RequestID NetworkRequestID + Urls []string + func (evt NetworkSubresourceWebBundleMetadataReceived) ProtoEvent() string + type NetworkTakeResponseBodyForInterceptionAsStream struct + InterceptionID NetworkInterceptionID + func (m NetworkTakeResponseBodyForInterceptionAsStream) Call(c Client) (*NetworkTakeResponseBodyForInterceptionAsStreamResult, error) + func (m NetworkTakeResponseBodyForInterceptionAsStream) ProtoReq() string + type NetworkTakeResponseBodyForInterceptionAsStreamResult struct + Stream IOStreamHandle + type NetworkTrustTokenOperationDone struct + IssuedTokenCount *int + IssuerOrigin string + RequestID NetworkRequestID + Status NetworkTrustTokenOperationDoneStatus + TopLevelOrigin string + Type NetworkTrustTokenOperationType + func (evt NetworkTrustTokenOperationDone) ProtoEvent() string + type NetworkTrustTokenOperationDoneStatus string + const NetworkTrustTokenOperationDoneStatusAlreadyExists + const NetworkTrustTokenOperationDoneStatusBadResponse + const NetworkTrustTokenOperationDoneStatusFailedPrecondition + const NetworkTrustTokenOperationDoneStatusFulfilledLocally + const NetworkTrustTokenOperationDoneStatusInternalError + const NetworkTrustTokenOperationDoneStatusInvalidArgument + const NetworkTrustTokenOperationDoneStatusOk + const NetworkTrustTokenOperationDoneStatusResourceExhausted + const NetworkTrustTokenOperationDoneStatusUnavailable + const NetworkTrustTokenOperationDoneStatusUnknownError + type NetworkTrustTokenOperationType string + const NetworkTrustTokenOperationTypeIssuance + const NetworkTrustTokenOperationTypeRedemption + const NetworkTrustTokenOperationTypeSigning + type NetworkTrustTokenParams struct + Issuers []string + RefreshPolicy NetworkTrustTokenParamsRefreshPolicy + Type NetworkTrustTokenOperationType + type NetworkTrustTokenParamsRefreshPolicy string + const NetworkTrustTokenParamsRefreshPolicyRefresh + const NetworkTrustTokenParamsRefreshPolicyUseCached + type NetworkWebSocketClosed struct + RequestID NetworkRequestID + Timestamp MonotonicTime + func (evt NetworkWebSocketClosed) ProtoEvent() string + type NetworkWebSocketCreated struct + Initiator *NetworkInitiator + RequestID NetworkRequestID + URL string + func (evt NetworkWebSocketCreated) ProtoEvent() string + type NetworkWebSocketFrame struct + Mask bool + Opcode float64 + PayloadData string + type NetworkWebSocketFrameError struct + ErrorMessage string + RequestID NetworkRequestID + Timestamp MonotonicTime + func (evt NetworkWebSocketFrameError) ProtoEvent() string + type NetworkWebSocketFrameReceived struct + RequestID NetworkRequestID + Response *NetworkWebSocketFrame + Timestamp MonotonicTime + func (evt NetworkWebSocketFrameReceived) ProtoEvent() string + type NetworkWebSocketFrameSent struct + RequestID NetworkRequestID + Response *NetworkWebSocketFrame + Timestamp MonotonicTime + func (evt NetworkWebSocketFrameSent) ProtoEvent() string + type NetworkWebSocketHandshakeResponseReceived struct + RequestID NetworkRequestID + Response *NetworkWebSocketResponse + Timestamp MonotonicTime + func (evt NetworkWebSocketHandshakeResponseReceived) ProtoEvent() string + type NetworkWebSocketRequest struct + Headers NetworkHeaders + type NetworkWebSocketResponse struct + Headers NetworkHeaders + HeadersText string + RequestHeaders NetworkHeaders + RequestHeadersText string + Status int + StatusText string + type NetworkWebSocketWillSendHandshakeRequest struct + Request *NetworkWebSocketRequest + RequestID NetworkRequestID + Timestamp MonotonicTime + WallTime TimeSinceEpoch + func (evt NetworkWebSocketWillSendHandshakeRequest) ProtoEvent() string + type NetworkWebTransportClosed struct + Timestamp MonotonicTime + TransportID NetworkRequestID + func (evt NetworkWebTransportClosed) ProtoEvent() string + type NetworkWebTransportConnectionEstablished struct + Timestamp MonotonicTime + TransportID NetworkRequestID + func (evt NetworkWebTransportConnectionEstablished) ProtoEvent() string + type NetworkWebTransportCreated struct + Initiator *NetworkInitiator + Timestamp MonotonicTime + TransportID NetworkRequestID + URL string + func (evt NetworkWebTransportCreated) ProtoEvent() string + type OverlayBoxStyle struct + FillColor *DOMRGBA + HatchColor *DOMRGBA + type OverlayColorFormat string + const OverlayColorFormatHex + const OverlayColorFormatHsl + const OverlayColorFormatHwb + const OverlayColorFormatRgb + type OverlayContainerQueryContainerHighlightConfig struct + ContainerBorder *OverlayLineStyle + DescendantBorder *OverlayLineStyle + type OverlayContainerQueryHighlightConfig struct + ContainerQueryContainerHighlightConfig *OverlayContainerQueryContainerHighlightConfig + NodeID DOMNodeID + type OverlayContrastAlgorithm string + const OverlayContrastAlgorithmAa + const OverlayContrastAlgorithmAaa + const OverlayContrastAlgorithmApca + type OverlayDisable struct + func (m OverlayDisable) Call(c Client) error + func (m OverlayDisable) ProtoReq() string + type OverlayEnable struct + func (m OverlayEnable) Call(c Client) error + func (m OverlayEnable) ProtoReq() string + type OverlayFlexContainerHighlightConfig struct + ColumnGapSpace *OverlayBoxStyle + ContainerBorder *OverlayLineStyle + CrossAlignment *OverlayLineStyle + CrossDistributedSpace *OverlayBoxStyle + ItemSeparator *OverlayLineStyle + LineSeparator *OverlayLineStyle + MainDistributedSpace *OverlayBoxStyle + RowGapSpace *OverlayBoxStyle + type OverlayFlexItemHighlightConfig struct + BaseSizeBorder *OverlayLineStyle + BaseSizeBox *OverlayBoxStyle + FlexibilityArrow *OverlayLineStyle + type OverlayFlexNodeHighlightConfig struct + FlexContainerHighlightConfig *OverlayFlexContainerHighlightConfig + NodeID DOMNodeID + type OverlayGetGridHighlightObjectsForTest struct + NodeIds []DOMNodeID + func (m OverlayGetGridHighlightObjectsForTest) Call(c Client) (*OverlayGetGridHighlightObjectsForTestResult, error) + func (m OverlayGetGridHighlightObjectsForTest) ProtoReq() string + type OverlayGetGridHighlightObjectsForTestResult struct + Highlights map[string]gson.JSON + type OverlayGetHighlightObjectForTest struct + ColorFormat OverlayColorFormat + IncludeDistance bool + IncludeStyle bool + NodeID DOMNodeID + ShowAccessibilityInfo bool + func (m OverlayGetHighlightObjectForTest) Call(c Client) (*OverlayGetHighlightObjectForTestResult, error) + func (m OverlayGetHighlightObjectForTest) ProtoReq() string + type OverlayGetHighlightObjectForTestResult struct + Highlight map[string]gson.JSON + type OverlayGetSourceOrderHighlightObjectForTest struct + NodeID DOMNodeID + func (m OverlayGetSourceOrderHighlightObjectForTest) Call(c Client) (*OverlayGetSourceOrderHighlightObjectForTestResult, error) + func (m OverlayGetSourceOrderHighlightObjectForTest) ProtoReq() string + type OverlayGetSourceOrderHighlightObjectForTestResult struct + Highlight map[string]gson.JSON + type OverlayGridHighlightConfig struct + AreaBorderColor *DOMRGBA + CellBorderColor *DOMRGBA + CellBorderDash bool + ColumnGapColor *DOMRGBA + ColumnHatchColor *DOMRGBA + ColumnLineColor *DOMRGBA + ColumnLineDash bool + GridBackgroundColor *DOMRGBA + GridBorderColor *DOMRGBA + GridBorderDash bool + RowGapColor *DOMRGBA + RowHatchColor *DOMRGBA + RowLineColor *DOMRGBA + RowLineDash bool + ShowAreaNames bool + ShowGridExtensionLines bool + ShowLineNames bool + ShowNegativeLineNumbers bool + ShowPositiveLineNumbers bool + ShowTrackSizes bool + type OverlayGridNodeHighlightConfig struct + GridHighlightConfig *OverlayGridHighlightConfig + NodeID DOMNodeID + type OverlayHideHighlight struct + func (m OverlayHideHighlight) Call(c Client) error + func (m OverlayHideHighlight) ProtoReq() string + type OverlayHighlightConfig struct + BorderColor *DOMRGBA + CSSGridColor *DOMRGBA + ColorFormat OverlayColorFormat + ContainerQueryContainerHighlightConfig *OverlayContainerQueryContainerHighlightConfig + ContentColor *DOMRGBA + ContrastAlgorithm OverlayContrastAlgorithm + EventTargetColor *DOMRGBA + FlexContainerHighlightConfig *OverlayFlexContainerHighlightConfig + FlexItemHighlightConfig *OverlayFlexItemHighlightConfig + GridHighlightConfig *OverlayGridHighlightConfig + MarginColor *DOMRGBA + PaddingColor *DOMRGBA + ShapeColor *DOMRGBA + ShapeMarginColor *DOMRGBA + ShowAccessibilityInfo bool + ShowExtensionLines bool + ShowInfo bool + ShowRulers bool + ShowStyles bool + type OverlayHighlightFrame struct + ContentColor *DOMRGBA + ContentOutlineColor *DOMRGBA + FrameID PageFrameID + func (m OverlayHighlightFrame) Call(c Client) error + func (m OverlayHighlightFrame) ProtoReq() string + type OverlayHighlightNode struct + BackendNodeID DOMBackendNodeID + HighlightConfig *OverlayHighlightConfig + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + Selector string + func (m OverlayHighlightNode) Call(c Client) error + func (m OverlayHighlightNode) ProtoReq() string + type OverlayHighlightQuad struct + Color *DOMRGBA + OutlineColor *DOMRGBA + Quad DOMQuad + func (m OverlayHighlightQuad) Call(c Client) error + func (m OverlayHighlightQuad) ProtoReq() string + type OverlayHighlightRect struct + Color *DOMRGBA + Height int + OutlineColor *DOMRGBA + Width int + X int + Y int + func (m OverlayHighlightRect) Call(c Client) error + func (m OverlayHighlightRect) ProtoReq() string + type OverlayHighlightSourceOrder struct + BackendNodeID DOMBackendNodeID + NodeID DOMNodeID + ObjectID RuntimeRemoteObjectID + SourceOrderConfig *OverlaySourceOrderConfig + func (m OverlayHighlightSourceOrder) Call(c Client) error + func (m OverlayHighlightSourceOrder) ProtoReq() string + type OverlayHingeConfig struct + ContentColor *DOMRGBA + OutlineColor *DOMRGBA + Rect *DOMRect + type OverlayInspectMode string + const OverlayInspectModeCaptureAreaScreenshot + const OverlayInspectModeNone + const OverlayInspectModeSearchForNode + const OverlayInspectModeSearchForUAShadowDOM + const OverlayInspectModeShowDistances + type OverlayInspectModeCanceled struct + func (evt OverlayInspectModeCanceled) ProtoEvent() string + type OverlayInspectNodeRequested struct + BackendNodeID DOMBackendNodeID + func (evt OverlayInspectNodeRequested) ProtoEvent() string + type OverlayIsolatedElementHighlightConfig struct + IsolationModeHighlightConfig *OverlayIsolationModeHighlightConfig + NodeID DOMNodeID + type OverlayIsolationModeHighlightConfig struct + MaskColor *DOMRGBA + ResizerColor *DOMRGBA + ResizerHandleColor *DOMRGBA + type OverlayLineStyle struct + Color *DOMRGBA + Pattern OverlayLineStylePattern + type OverlayLineStylePattern string + const OverlayLineStylePatternDashed + const OverlayLineStylePatternDotted + type OverlayNodeHighlightRequested struct + NodeID DOMNodeID + func (evt OverlayNodeHighlightRequested) ProtoEvent() string + type OverlayScreenshotRequested struct + Viewport *PageViewport + func (evt OverlayScreenshotRequested) ProtoEvent() string + type OverlayScrollSnapContainerHighlightConfig struct + ScrollMarginColor *DOMRGBA + ScrollPaddingColor *DOMRGBA + SnapAreaBorder *OverlayLineStyle + SnapportBorder *OverlayLineStyle + type OverlayScrollSnapHighlightConfig struct + NodeID DOMNodeID + ScrollSnapContainerHighlightConfig *OverlayScrollSnapContainerHighlightConfig + type OverlaySetInspectMode struct + HighlightConfig *OverlayHighlightConfig + Mode OverlayInspectMode + func (m OverlaySetInspectMode) Call(c Client) error + func (m OverlaySetInspectMode) ProtoReq() string + type OverlaySetPausedInDebuggerMessage struct + Message string + func (m OverlaySetPausedInDebuggerMessage) Call(c Client) error + func (m OverlaySetPausedInDebuggerMessage) ProtoReq() string + type OverlaySetShowAdHighlights struct + Show bool + func (m OverlaySetShowAdHighlights) Call(c Client) error + func (m OverlaySetShowAdHighlights) ProtoReq() string + type OverlaySetShowContainerQueryOverlays struct + ContainerQueryHighlightConfigs []*OverlayContainerQueryHighlightConfig + func (m OverlaySetShowContainerQueryOverlays) Call(c Client) error + func (m OverlaySetShowContainerQueryOverlays) ProtoReq() string + type OverlaySetShowDebugBorders struct + Show bool + func (m OverlaySetShowDebugBorders) Call(c Client) error + func (m OverlaySetShowDebugBorders) ProtoReq() string + type OverlaySetShowFPSCounter struct + Show bool + func (m OverlaySetShowFPSCounter) Call(c Client) error + func (m OverlaySetShowFPSCounter) ProtoReq() string + type OverlaySetShowFlexOverlays struct + FlexNodeHighlightConfigs []*OverlayFlexNodeHighlightConfig + func (m OverlaySetShowFlexOverlays) Call(c Client) error + func (m OverlaySetShowFlexOverlays) ProtoReq() string + type OverlaySetShowGridOverlays struct + GridNodeHighlightConfigs []*OverlayGridNodeHighlightConfig + func (m OverlaySetShowGridOverlays) Call(c Client) error + func (m OverlaySetShowGridOverlays) ProtoReq() string + type OverlaySetShowHinge struct + HingeConfig *OverlayHingeConfig + func (m OverlaySetShowHinge) Call(c Client) error + func (m OverlaySetShowHinge) ProtoReq() string + type OverlaySetShowHitTestBorders struct + Show bool + func (m OverlaySetShowHitTestBorders) Call(c Client) error + func (m OverlaySetShowHitTestBorders) ProtoReq() string + type OverlaySetShowIsolatedElements struct + IsolatedElementHighlightConfigs []*OverlayIsolatedElementHighlightConfig + func (m OverlaySetShowIsolatedElements) Call(c Client) error + func (m OverlaySetShowIsolatedElements) ProtoReq() string + type OverlaySetShowLayoutShiftRegions struct + Result bool + func (m OverlaySetShowLayoutShiftRegions) Call(c Client) error + func (m OverlaySetShowLayoutShiftRegions) ProtoReq() string + type OverlaySetShowPaintRects struct + Result bool + func (m OverlaySetShowPaintRects) Call(c Client) error + func (m OverlaySetShowPaintRects) ProtoReq() string + type OverlaySetShowScrollBottleneckRects struct + Show bool + func (m OverlaySetShowScrollBottleneckRects) Call(c Client) error + func (m OverlaySetShowScrollBottleneckRects) ProtoReq() string + type OverlaySetShowScrollSnapOverlays struct + ScrollSnapHighlightConfigs []*OverlayScrollSnapHighlightConfig + func (m OverlaySetShowScrollSnapOverlays) Call(c Client) error + func (m OverlaySetShowScrollSnapOverlays) ProtoReq() string + type OverlaySetShowViewportSizeOnResize struct + Show bool + func (m OverlaySetShowViewportSizeOnResize) Call(c Client) error + func (m OverlaySetShowViewportSizeOnResize) ProtoReq() string + type OverlaySetShowWebVitals struct + Show bool + func (m OverlaySetShowWebVitals) Call(c Client) error + func (m OverlaySetShowWebVitals) ProtoReq() string + type OverlaySourceOrderConfig struct + ChildOutlineColor *DOMRGBA + ParentOutlineColor *DOMRGBA + type PageAdFrameExplanation string + const PageAdFrameExplanationCreatedByAdScript + const PageAdFrameExplanationMatchedBlockingRule + const PageAdFrameExplanationParentIsAd + type PageAdFrameStatus struct + AdFrameType PageAdFrameType + Explanations []PageAdFrameExplanation + type PageAdFrameType string + const PageAdFrameTypeChild + const PageAdFrameTypeNone + const PageAdFrameTypeRoot + type PageAdScriptID struct + DebuggerID RuntimeUniqueDebuggerID + ScriptID RuntimeScriptID + type PageAddCompilationCache struct + Data []byte + URL string + func (m PageAddCompilationCache) Call(c Client) error + func (m PageAddCompilationCache) ProtoReq() string + type PageAddScriptToEvaluateOnLoad struct + ScriptSource string + func (m PageAddScriptToEvaluateOnLoad) Call(c Client) (*PageAddScriptToEvaluateOnLoadResult, error) + func (m PageAddScriptToEvaluateOnLoad) ProtoReq() string + type PageAddScriptToEvaluateOnLoadResult struct + Identifier PageScriptIdentifier + type PageAddScriptToEvaluateOnNewDocument struct + IncludeCommandLineAPI bool + Source string + WorldName string + func (m PageAddScriptToEvaluateOnNewDocument) Call(c Client) (*PageAddScriptToEvaluateOnNewDocumentResult, error) + func (m PageAddScriptToEvaluateOnNewDocument) ProtoReq() string + type PageAddScriptToEvaluateOnNewDocumentResult struct + Identifier PageScriptIdentifier + type PageAppManifestError struct + Column int + Critical int + Line int + Message string + type PageAppManifestParsedProperties struct + Scope string + type PageBackForwardCacheNotRestoredExplanation struct + Context string + Reason PageBackForwardCacheNotRestoredReason + Type PageBackForwardCacheNotRestoredReasonType + type PageBackForwardCacheNotRestoredExplanationTree struct + Children []*PageBackForwardCacheNotRestoredExplanationTree + Explanations []*PageBackForwardCacheNotRestoredExplanation + URL string + type PageBackForwardCacheNotRestoredReason string + const PageBackForwardCacheNotRestoredReasonActivationNavigationsDisallowedForBug1234857 + const PageBackForwardCacheNotRestoredReasonAppBanner + const PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabled + const PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledByCommandLine + const PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledByLowMemory + const PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledForDelegate + const PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledForPrerender + const PageBackForwardCacheNotRestoredReasonBroadcastChannel + const PageBackForwardCacheNotRestoredReasonBrowsingInstanceNotSwapped + const PageBackForwardCacheNotRestoredReasonCacheControlNoStore + const PageBackForwardCacheNotRestoredReasonCacheControlNoStoreCookieModified + const PageBackForwardCacheNotRestoredReasonCacheControlNoStoreHTTPOnlyCookieModified + const PageBackForwardCacheNotRestoredReasonCacheFlushed + const PageBackForwardCacheNotRestoredReasonCacheLimit + const PageBackForwardCacheNotRestoredReasonConflictingBrowsingInstance + const PageBackForwardCacheNotRestoredReasonContainsPlugins + const PageBackForwardCacheNotRestoredReasonContentFileChooser + const PageBackForwardCacheNotRestoredReasonContentFileSystemAccess + const PageBackForwardCacheNotRestoredReasonContentMediaDevicesDispatcherHost + const PageBackForwardCacheNotRestoredReasonContentMediaSessionService + const PageBackForwardCacheNotRestoredReasonContentScreenReader + const PageBackForwardCacheNotRestoredReasonContentSecurityHandler + const PageBackForwardCacheNotRestoredReasonContentSerial + const PageBackForwardCacheNotRestoredReasonContentWebAuthenticationAPI + const PageBackForwardCacheNotRestoredReasonContentWebBluetooth + const PageBackForwardCacheNotRestoredReasonContentWebUSB + const PageBackForwardCacheNotRestoredReasonDedicatedWorkerOrWorklet + const PageBackForwardCacheNotRestoredReasonDisableForRenderFrameHostCalled + const PageBackForwardCacheNotRestoredReasonDocumentLoaded + const PageBackForwardCacheNotRestoredReasonDomainNotAllowed + const PageBackForwardCacheNotRestoredReasonDummy + const PageBackForwardCacheNotRestoredReasonEmbedderAppBannerManager + const PageBackForwardCacheNotRestoredReasonEmbedderChromePasswordManagerClientBindCredentialManager + const PageBackForwardCacheNotRestoredReasonEmbedderDomDistillerSelfDeletingRequestDelegate + const PageBackForwardCacheNotRestoredReasonEmbedderDomDistillerViewerSource + const PageBackForwardCacheNotRestoredReasonEmbedderExtensionMessaging + const PageBackForwardCacheNotRestoredReasonEmbedderExtensionMessagingForOpenPort + const PageBackForwardCacheNotRestoredReasonEmbedderExtensionSentMessageToCachedFrame + const PageBackForwardCacheNotRestoredReasonEmbedderExtensions + const PageBackForwardCacheNotRestoredReasonEmbedderModalDialog + const PageBackForwardCacheNotRestoredReasonEmbedderOfflinePage + const PageBackForwardCacheNotRestoredReasonEmbedderOomInterventionTabHelper + const PageBackForwardCacheNotRestoredReasonEmbedderPermissionRequestManager + const PageBackForwardCacheNotRestoredReasonEmbedderPopupBlockerTabHelper + const PageBackForwardCacheNotRestoredReasonEmbedderSafeBrowsingThreatDetails + const PageBackForwardCacheNotRestoredReasonEmbedderSafeBrowsingTriggeredPopupBlocker + const PageBackForwardCacheNotRestoredReasonEnteredBackForwardCacheBeforeServiceWorkerHostAdded + const PageBackForwardCacheNotRestoredReasonErrorDocument + const PageBackForwardCacheNotRestoredReasonFencedFramesEmbedder + const PageBackForwardCacheNotRestoredReasonForegroundCacheLimit + const PageBackForwardCacheNotRestoredReasonHTTPMethodNotGET + const PageBackForwardCacheNotRestoredReasonHTTPStatusNotOK + const PageBackForwardCacheNotRestoredReasonHaveInnerContents + const PageBackForwardCacheNotRestoredReasonIdleManager + const PageBackForwardCacheNotRestoredReasonIgnoreEventAndEvict + const PageBackForwardCacheNotRestoredReasonIndexedDBConnection + const PageBackForwardCacheNotRestoredReasonInjectedJavascript + const PageBackForwardCacheNotRestoredReasonInjectedStyleSheet + const PageBackForwardCacheNotRestoredReasonJavaScriptExecution + const PageBackForwardCacheNotRestoredReasonKeyboardLock + const PageBackForwardCacheNotRestoredReasonLoading + const PageBackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoCache + const PageBackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoStore + const PageBackForwardCacheNotRestoredReasonNavigationCancelledWhileRestoring + const PageBackForwardCacheNotRestoredReasonNetworkExceedsBufferLimit + const PageBackForwardCacheNotRestoredReasonNetworkRequestDatapipeDrainedAsBytesConsumer + const PageBackForwardCacheNotRestoredReasonNetworkRequestRedirected + const PageBackForwardCacheNotRestoredReasonNetworkRequestTimeout + const PageBackForwardCacheNotRestoredReasonNoResponseHead + const PageBackForwardCacheNotRestoredReasonNotMostRecentNavigationEntry + const PageBackForwardCacheNotRestoredReasonNotPrimaryMainFrame + const PageBackForwardCacheNotRestoredReasonOutstandingIndexedDBTransaction + const PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestDirectSocket + const PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestFetch + const PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestOthers + const PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestXHR + const PageBackForwardCacheNotRestoredReasonPaymentManager + const PageBackForwardCacheNotRestoredReasonPictureInPicture + const PageBackForwardCacheNotRestoredReasonPortal + const PageBackForwardCacheNotRestoredReasonPrinting + const PageBackForwardCacheNotRestoredReasonRelatedActiveContentsExist + const PageBackForwardCacheNotRestoredReasonRenderFrameHostReusedCrossSite + const PageBackForwardCacheNotRestoredReasonRenderFrameHostReusedSameSite + const PageBackForwardCacheNotRestoredReasonRendererProcessCrashed + const PageBackForwardCacheNotRestoredReasonRendererProcessKilled + const PageBackForwardCacheNotRestoredReasonRequestedAudioCapturePermission + const PageBackForwardCacheNotRestoredReasonRequestedBackForwardCacheBlockedSensors + const PageBackForwardCacheNotRestoredReasonRequestedBackgroundWorkPermission + const PageBackForwardCacheNotRestoredReasonRequestedMIDIPermission + const PageBackForwardCacheNotRestoredReasonRequestedNotificationsPermission + const PageBackForwardCacheNotRestoredReasonRequestedStorageAccessGrant + const PageBackForwardCacheNotRestoredReasonRequestedVideoCapturePermission + const PageBackForwardCacheNotRestoredReasonSchedulerTrackedFeatureUsed + const PageBackForwardCacheNotRestoredReasonSchemeNotHTTPOrHTTPS + const PageBackForwardCacheNotRestoredReasonServiceWorkerClaim + const PageBackForwardCacheNotRestoredReasonServiceWorkerPostMessage + const PageBackForwardCacheNotRestoredReasonServiceWorkerUnregistration + const PageBackForwardCacheNotRestoredReasonServiceWorkerVersionActivation + const PageBackForwardCacheNotRestoredReasonSessionRestored + const PageBackForwardCacheNotRestoredReasonSharedWorker + const PageBackForwardCacheNotRestoredReasonSpeechRecognizer + const PageBackForwardCacheNotRestoredReasonSpeechSynthesis + const PageBackForwardCacheNotRestoredReasonSubframeIsNavigating + const PageBackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoCache + const PageBackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoStore + const PageBackForwardCacheNotRestoredReasonTimeout + const PageBackForwardCacheNotRestoredReasonTimeoutPuttingInCache + const PageBackForwardCacheNotRestoredReasonUnknown + const PageBackForwardCacheNotRestoredReasonUnloadHandlerExistsInMainFrame + const PageBackForwardCacheNotRestoredReasonUnloadHandlerExistsInSubFrame + const PageBackForwardCacheNotRestoredReasonUserAgentOverrideDiffers + const PageBackForwardCacheNotRestoredReasonWasGrantedMediaAccess + const PageBackForwardCacheNotRestoredReasonWebDatabase + const PageBackForwardCacheNotRestoredReasonWebHID + const PageBackForwardCacheNotRestoredReasonWebLocks + const PageBackForwardCacheNotRestoredReasonWebNfc + const PageBackForwardCacheNotRestoredReasonWebOTPService + const PageBackForwardCacheNotRestoredReasonWebRTC + const PageBackForwardCacheNotRestoredReasonWebShare + const PageBackForwardCacheNotRestoredReasonWebSocket + const PageBackForwardCacheNotRestoredReasonWebTransport + const PageBackForwardCacheNotRestoredReasonWebXR + type PageBackForwardCacheNotRestoredReasonType string + const PageBackForwardCacheNotRestoredReasonTypeCircumstantial + const PageBackForwardCacheNotRestoredReasonTypePageSupportNeeded + const PageBackForwardCacheNotRestoredReasonTypeSupportPending + type PageBackForwardCacheNotUsed struct + FrameID PageFrameID + LoaderID NetworkLoaderID + NotRestoredExplanations []*PageBackForwardCacheNotRestoredExplanation + NotRestoredExplanationsTree *PageBackForwardCacheNotRestoredExplanationTree + func (evt PageBackForwardCacheNotUsed) ProtoEvent() string + type PageBringToFront struct + func (m PageBringToFront) Call(c Client) error + func (m PageBringToFront) ProtoReq() string + type PageCaptureScreenshot struct + CaptureBeyondViewport bool + Clip *PageViewport + Format PageCaptureScreenshotFormat + FromSurface bool + Quality *int + func (m PageCaptureScreenshot) Call(c Client) (*PageCaptureScreenshotResult, error) + func (m PageCaptureScreenshot) ProtoReq() string + type PageCaptureScreenshotFormat string + const PageCaptureScreenshotFormatJpeg + const PageCaptureScreenshotFormatPng + const PageCaptureScreenshotFormatWebp + type PageCaptureScreenshotResult struct + Data []byte + type PageCaptureSnapshot struct + Format PageCaptureSnapshotFormat + func (m PageCaptureSnapshot) Call(c Client) (*PageCaptureSnapshotResult, error) + func (m PageCaptureSnapshot) ProtoReq() string + type PageCaptureSnapshotFormat string + const PageCaptureSnapshotFormatMhtml + type PageCaptureSnapshotResult struct + Data string + type PageClearCompilationCache struct + func (m PageClearCompilationCache) Call(c Client) error + func (m PageClearCompilationCache) ProtoReq() string + type PageClearDeviceMetricsOverride struct + func (m PageClearDeviceMetricsOverride) Call(c Client) error + func (m PageClearDeviceMetricsOverride) ProtoReq() string + type PageClearDeviceOrientationOverride struct + func (m PageClearDeviceOrientationOverride) Call(c Client) error + func (m PageClearDeviceOrientationOverride) ProtoReq() string + type PageClearGeolocationOverride struct + func (m PageClearGeolocationOverride) Call(c Client) error + func (m PageClearGeolocationOverride) ProtoReq() string + type PageClientNavigationDisposition string + const PageClientNavigationDispositionCurrentTab + const PageClientNavigationDispositionDownload + const PageClientNavigationDispositionNewTab + const PageClientNavigationDispositionNewWindow + type PageClientNavigationReason string + const PageClientNavigationReasonAnchorClick + const PageClientNavigationReasonFormSubmissionGet + const PageClientNavigationReasonFormSubmissionPost + const PageClientNavigationReasonHTTPHeaderRefresh + const PageClientNavigationReasonMetaTagRefresh + const PageClientNavigationReasonPageBlockInterstitial + const PageClientNavigationReasonReload + const PageClientNavigationReasonScriptInitiated + type PageClose struct + func (m PageClose) Call(c Client) error + func (m PageClose) ProtoReq() string + type PageCompilationCacheParams struct + Eager bool + URL string + type PageCompilationCacheProduced struct + Data []byte + URL string + func (evt PageCompilationCacheProduced) ProtoEvent() string + type PageCrash struct + func (m PageCrash) Call(c Client) error + func (m PageCrash) ProtoReq() string + type PageCreateIsolatedWorld struct + FrameID PageFrameID + GrantUniveralAccess bool + WorldName string + func (m PageCreateIsolatedWorld) Call(c Client) (*PageCreateIsolatedWorldResult, error) + func (m PageCreateIsolatedWorld) ProtoReq() string + type PageCreateIsolatedWorldResult struct + ExecutionContextID RuntimeExecutionContextID + type PageCrossOriginIsolatedContextType string + const PageCrossOriginIsolatedContextTypeIsolated + const PageCrossOriginIsolatedContextTypeNotIsolated + const PageCrossOriginIsolatedContextTypeNotIsolatedFeatureDisabled + type PageDeleteCookie struct + CookieName string + URL string + func (m PageDeleteCookie) Call(c Client) error + func (m PageDeleteCookie) ProtoReq() string + type PageDialogType string + const PageDialogTypeAlert + const PageDialogTypeBeforeunload + const PageDialogTypeConfirm + const PageDialogTypePrompt + type PageDisable struct + func (m PageDisable) Call(c Client) error + func (m PageDisable) ProtoReq() string + type PageDocumentOpened struct + Frame *PageFrame + func (evt PageDocumentOpened) ProtoEvent() string + type PageDomContentEventFired struct + Timestamp MonotonicTime + func (evt PageDomContentEventFired) ProtoEvent() string + type PageDownloadProgress struct + GUID string + ReceivedBytes float64 + State PageDownloadProgressState + TotalBytes float64 + func (evt PageDownloadProgress) ProtoEvent() string + type PageDownloadProgressState string + const PageDownloadProgressStateCanceled + const PageDownloadProgressStateCompleted + const PageDownloadProgressStateInProgress + type PageDownloadWillBegin struct + FrameID PageFrameID + GUID string + SuggestedFilename string + URL string + func (evt PageDownloadWillBegin) ProtoEvent() string + type PageEnable struct + func (m PageEnable) Call(c Client) error + func (m PageEnable) ProtoReq() string + type PageFileChooserOpened struct + BackendNodeID DOMBackendNodeID + FrameID PageFrameID + Mode PageFileChooserOpenedMode + func (evt PageFileChooserOpened) ProtoEvent() string + type PageFileChooserOpenedMode string + const PageFileChooserOpenedModeSelectMultiple + const PageFileChooserOpenedModeSelectSingle + type PageFontFamilies struct + Cursive string + Fantasy string + Fixed string + Math string + SansSerif string + Serif string + Standard string + type PageFontSizes struct + Fixed *int + Standard *int + type PageFrame struct + AdFrameStatus *PageAdFrameStatus + CrossOriginIsolatedContextType PageCrossOriginIsolatedContextType + DomainAndRegistry string + GatedAPIFeatures []PageGatedAPIFeatures + ID PageFrameID + LoaderID NetworkLoaderID + MIMEType string + Name string + ParentID PageFrameID + SecureContextType PageSecureContextType + SecurityOrigin string + URL string + URLFragment string + UnreachableURL string + type PageFrameAttached struct + AdScriptID *PageAdScriptID + FrameID PageFrameID + ParentFrameID PageFrameID + Stack *RuntimeStackTrace + func (evt PageFrameAttached) ProtoEvent() string + type PageFrameClearedScheduledNavigation struct + FrameID PageFrameID + func (evt PageFrameClearedScheduledNavigation) ProtoEvent() string + type PageFrameDetached struct + FrameID PageFrameID + Reason PageFrameDetachedReason + func (evt PageFrameDetached) ProtoEvent() string + type PageFrameDetachedReason string + const PageFrameDetachedReasonRemove + const PageFrameDetachedReasonSwap + type PageFrameID string + type PageFrameNavigated struct + Frame *PageFrame + Type PageNavigationType + func (evt PageFrameNavigated) ProtoEvent() string + type PageFrameRequestedNavigation struct + Disposition PageClientNavigationDisposition + FrameID PageFrameID + Reason PageClientNavigationReason + URL string + func (evt PageFrameRequestedNavigation) ProtoEvent() string + type PageFrameResized struct + func (evt PageFrameResized) ProtoEvent() string + type PageFrameResource struct + Canceled bool + ContentSize *float64 + Failed bool + LastModified TimeSinceEpoch + MIMEType string + Type NetworkResourceType + URL string + type PageFrameResourceTree struct + ChildFrames []*PageFrameResourceTree + Frame *PageFrame + Resources []*PageFrameResource + type PageFrameScheduledNavigation struct + Delay float64 + FrameID PageFrameID + Reason PageClientNavigationReason + URL string + func (evt PageFrameScheduledNavigation) ProtoEvent() string + type PageFrameStartedLoading struct + FrameID PageFrameID + func (evt PageFrameStartedLoading) ProtoEvent() string + type PageFrameStoppedLoading struct + FrameID PageFrameID + func (evt PageFrameStoppedLoading) ProtoEvent() string + type PageFrameTree struct + ChildFrames []*PageFrameTree + Frame *PageFrame + type PageGatedAPIFeatures string + const PageGatedAPIFeaturesPerformanceMeasureMemory + const PageGatedAPIFeaturesPerformanceProfile + const PageGatedAPIFeaturesSharedArrayBuffers + const PageGatedAPIFeaturesSharedArrayBuffersTransferAllowed + type PageGenerateTestReport struct + Group string + Message string + func (m PageGenerateTestReport) Call(c Client) error + func (m PageGenerateTestReport) ProtoReq() string + type PageGetAppID struct + func (m PageGetAppID) Call(c Client) (*PageGetAppIDResult, error) + func (m PageGetAppID) ProtoReq() string + type PageGetAppIDResult struct + AppID string + RecommendedID string + type PageGetAppManifest struct + func (m PageGetAppManifest) Call(c Client) (*PageGetAppManifestResult, error) + func (m PageGetAppManifest) ProtoReq() string + type PageGetAppManifestResult struct + Data string + Errors []*PageAppManifestError + Parsed *PageAppManifestParsedProperties + URL string + type PageGetCookies struct + func (m PageGetCookies) Call(c Client) (*PageGetCookiesResult, error) + func (m PageGetCookies) ProtoReq() string + type PageGetCookiesResult struct + Cookies []*NetworkCookie + type PageGetFrameTree struct + func (m PageGetFrameTree) Call(c Client) (*PageGetFrameTreeResult, error) + func (m PageGetFrameTree) ProtoReq() string + type PageGetFrameTreeResult struct + FrameTree *PageFrameTree + type PageGetInstallabilityErrors struct + func (m PageGetInstallabilityErrors) Call(c Client) (*PageGetInstallabilityErrorsResult, error) + func (m PageGetInstallabilityErrors) ProtoReq() string + type PageGetInstallabilityErrorsResult struct + InstallabilityErrors []*PageInstallabilityError + type PageGetLayoutMetrics struct + func (m PageGetLayoutMetrics) Call(c Client) (*PageGetLayoutMetricsResult, error) + func (m PageGetLayoutMetrics) ProtoReq() string + type PageGetLayoutMetricsResult struct + CSSContentSize *DOMRect + CSSLayoutViewport *PageLayoutViewport + CSSVisualViewport *PageVisualViewport + ContentSize *DOMRect + LayoutViewport *PageLayoutViewport + VisualViewport *PageVisualViewport + type PageGetManifestIcons struct + func (m PageGetManifestIcons) Call(c Client) (*PageGetManifestIconsResult, error) + func (m PageGetManifestIcons) ProtoReq() string + type PageGetManifestIconsResult struct + PrimaryIcon []byte + type PageGetNavigationHistory struct + func (m PageGetNavigationHistory) Call(c Client) (*PageGetNavigationHistoryResult, error) + func (m PageGetNavigationHistory) ProtoReq() string + type PageGetNavigationHistoryResult struct + CurrentIndex int + Entries []*PageNavigationEntry + type PageGetOriginTrials struct + FrameID PageFrameID + func (m PageGetOriginTrials) Call(c Client) (*PageGetOriginTrialsResult, error) + func (m PageGetOriginTrials) ProtoReq() string + type PageGetOriginTrialsResult struct + OriginTrials []*PageOriginTrial + type PageGetPermissionsPolicyState struct + FrameID PageFrameID + func (m PageGetPermissionsPolicyState) Call(c Client) (*PageGetPermissionsPolicyStateResult, error) + func (m PageGetPermissionsPolicyState) ProtoReq() string + type PageGetPermissionsPolicyStateResult struct + States []*PagePermissionsPolicyFeatureState + type PageGetResourceContent struct + FrameID PageFrameID + URL string + func (m PageGetResourceContent) Call(c Client) (*PageGetResourceContentResult, error) + func (m PageGetResourceContent) ProtoReq() string + type PageGetResourceContentResult struct + Base64Encoded bool + Content string + type PageGetResourceTree struct + func (m PageGetResourceTree) Call(c Client) (*PageGetResourceTreeResult, error) + func (m PageGetResourceTree) ProtoReq() string + type PageGetResourceTreeResult struct + FrameTree *PageFrameResourceTree + type PageHandleJavaScriptDialog struct + Accept bool + PromptText string + func (m PageHandleJavaScriptDialog) Call(c Client) error + func (m PageHandleJavaScriptDialog) ProtoReq() string + type PageInstallabilityError struct + ErrorArguments []*PageInstallabilityErrorArgument + ErrorID string + type PageInstallabilityErrorArgument struct + Name string + Value string + type PageInterstitialHidden struct + func (evt PageInterstitialHidden) ProtoEvent() string + type PageInterstitialShown struct + func (evt PageInterstitialShown) ProtoEvent() string + type PageJavascriptDialogClosed struct + Result bool + UserInput string + func (evt PageJavascriptDialogClosed) ProtoEvent() string + type PageJavascriptDialogOpening struct + DefaultPrompt string + HasBrowserHandler bool + Message string + Type PageDialogType + URL string + func (evt PageJavascriptDialogOpening) ProtoEvent() string + type PageLayoutViewport struct + ClientHeight int + ClientWidth int + PageX int + PageY int + type PageLifecycleEvent struct + FrameID PageFrameID + LoaderID NetworkLoaderID + Name PageLifecycleEventName + Timestamp MonotonicTime + func (evt PageLifecycleEvent) ProtoEvent() string + type PageLifecycleEventName string + const PageLifecycleEventNameDOMContentLoaded + const PageLifecycleEventNameFirstContentfulPaint + const PageLifecycleEventNameFirstImagePaint + const PageLifecycleEventNameFirstMeaningfulPaint + const PageLifecycleEventNameFirstMeaningfulPaintCandidate + const PageLifecycleEventNameFirstPaint + const PageLifecycleEventNameInit + const PageLifecycleEventNameLoad + const PageLifecycleEventNameNetworkAlmostIdle + const PageLifecycleEventNameNetworkIdle + type PageLoadEventFired struct + Timestamp MonotonicTime + func (evt PageLoadEventFired) ProtoEvent() string + type PageNavigate struct + FrameID PageFrameID + Referrer string + ReferrerPolicy PageReferrerPolicy + TransitionType PageTransitionType + URL string + func (m PageNavigate) Call(c Client) (*PageNavigateResult, error) + func (m PageNavigate) ProtoReq() string + type PageNavigateResult struct + ErrorText string + FrameID PageFrameID + LoaderID NetworkLoaderID + type PageNavigateToHistoryEntry struct + EntryID int + func (m PageNavigateToHistoryEntry) Call(c Client) error + func (m PageNavigateToHistoryEntry) ProtoReq() string + type PageNavigatedWithinDocument struct + FrameID PageFrameID + URL string + func (evt PageNavigatedWithinDocument) ProtoEvent() string + type PageNavigationEntry struct + ID int + Title string + TransitionType PageTransitionType + URL string + UserTypedURL string + type PageNavigationType string + const PageNavigationTypeBackForwardCacheRestore + const PageNavigationTypeNavigation + type PageOriginTrial struct + Status PageOriginTrialStatus + TokensWithStatus []*PageOriginTrialTokenWithStatus + TrialName string + type PageOriginTrialStatus string + const PageOriginTrialStatusEnabled + const PageOriginTrialStatusOSNotSupported + const PageOriginTrialStatusTrialNotAllowed + const PageOriginTrialStatusValidTokenNotProvided + type PageOriginTrialToken struct + ExpiryTime TimeSinceEpoch + IsThirdParty bool + MatchSubDomains bool + Origin string + TrialName string + UsageRestriction PageOriginTrialUsageRestriction + type PageOriginTrialTokenStatus string + const PageOriginTrialTokenStatusExpired + const PageOriginTrialTokenStatusFeatureDisabled + const PageOriginTrialTokenStatusFeatureDisabledForUser + const PageOriginTrialTokenStatusInsecure + const PageOriginTrialTokenStatusInvalidSignature + const PageOriginTrialTokenStatusMalformed + const PageOriginTrialTokenStatusNotSupported + const PageOriginTrialTokenStatusSuccess + const PageOriginTrialTokenStatusTokenDisabled + const PageOriginTrialTokenStatusUnknownTrial + const PageOriginTrialTokenStatusWrongOrigin + const PageOriginTrialTokenStatusWrongVersion + type PageOriginTrialTokenWithStatus struct + ParsedToken *PageOriginTrialToken + RawTokenText string + Status PageOriginTrialTokenStatus + type PageOriginTrialUsageRestriction string + const PageOriginTrialUsageRestrictionNone + const PageOriginTrialUsageRestrictionSubset + type PagePermissionsPolicyBlockLocator struct + BlockReason PagePermissionsPolicyBlockReason + FrameID PageFrameID + type PagePermissionsPolicyBlockReason string + const PagePermissionsPolicyBlockReasonHeader + const PagePermissionsPolicyBlockReasonIframeAttribute + const PagePermissionsPolicyBlockReasonInFencedFrameTree + const PagePermissionsPolicyBlockReasonInIsolatedApp + type PagePermissionsPolicyFeature string + const PagePermissionsPolicyFeatureAccelerometer + const PagePermissionsPolicyFeatureAmbientLightSensor + const PagePermissionsPolicyFeatureAttributionReporting + const PagePermissionsPolicyFeatureAutoplay + const PagePermissionsPolicyFeatureBluetooth + const PagePermissionsPolicyFeatureBrowsingTopics + const PagePermissionsPolicyFeatureCamera + const PagePermissionsPolicyFeatureChDeviceMemory + const PagePermissionsPolicyFeatureChDownlink + const PagePermissionsPolicyFeatureChDpr + const PagePermissionsPolicyFeatureChEct + const PagePermissionsPolicyFeatureChPrefersColorScheme + const PagePermissionsPolicyFeatureChRtt + const PagePermissionsPolicyFeatureChSaveData + const PagePermissionsPolicyFeatureChUa + const PagePermissionsPolicyFeatureChUaArch + const PagePermissionsPolicyFeatureChUaBitness + const PagePermissionsPolicyFeatureChUaFull + const PagePermissionsPolicyFeatureChUaFullVersion + const PagePermissionsPolicyFeatureChUaFullVersionList + const PagePermissionsPolicyFeatureChUaMobile + const PagePermissionsPolicyFeatureChUaModel + const PagePermissionsPolicyFeatureChUaPlatform + const PagePermissionsPolicyFeatureChUaPlatformVersion + const PagePermissionsPolicyFeatureChUaReduced + const PagePermissionsPolicyFeatureChUaWow64 + const PagePermissionsPolicyFeatureChViewportHeight + const PagePermissionsPolicyFeatureChViewportWidth + const PagePermissionsPolicyFeatureChWidth + const PagePermissionsPolicyFeatureClipboardRead + const PagePermissionsPolicyFeatureClipboardWrite + const PagePermissionsPolicyFeatureCrossOriginIsolated + const PagePermissionsPolicyFeatureDirectSockets + const PagePermissionsPolicyFeatureDisplayCapture + const PagePermissionsPolicyFeatureDocumentDomain + const PagePermissionsPolicyFeatureEncryptedMedia + const PagePermissionsPolicyFeatureExecutionWhileNotRendered + const PagePermissionsPolicyFeatureExecutionWhileOutOfViewport + const PagePermissionsPolicyFeatureFederatedCredentials + const PagePermissionsPolicyFeatureFocusWithoutUserActivation + const PagePermissionsPolicyFeatureFrobulate + const PagePermissionsPolicyFeatureFullscreen + const PagePermissionsPolicyFeatureGamepad + const PagePermissionsPolicyFeatureGeolocation + const PagePermissionsPolicyFeatureGyroscope + const PagePermissionsPolicyFeatureHid + const PagePermissionsPolicyFeatureIdleDetection + const PagePermissionsPolicyFeatureInterestCohort + const PagePermissionsPolicyFeatureJoinAdInterestGroup + const PagePermissionsPolicyFeatureKeyboardMap + const PagePermissionsPolicyFeatureLocalFonts + const PagePermissionsPolicyFeatureMagnetometer + const PagePermissionsPolicyFeatureMicrophone + const PagePermissionsPolicyFeatureMidi + const PagePermissionsPolicyFeatureOtpCredentials + const PagePermissionsPolicyFeaturePayment + const PagePermissionsPolicyFeaturePictureInPicture + const PagePermissionsPolicyFeaturePublickeyCredentialsGet + const PagePermissionsPolicyFeatureRunAdAuction + const PagePermissionsPolicyFeatureScreenWakeLock + const PagePermissionsPolicyFeatureSerial + const PagePermissionsPolicyFeatureSharedAutofill + const PagePermissionsPolicyFeatureStorageAccessAPI + const PagePermissionsPolicyFeatureSyncXhr + const PagePermissionsPolicyFeatureTrustTokenRedemption + const PagePermissionsPolicyFeatureUsb + const PagePermissionsPolicyFeatureVerticalScroll + const PagePermissionsPolicyFeatureWebShare + const PagePermissionsPolicyFeatureWindowPlacement + const PagePermissionsPolicyFeatureXrSpatialTracking + type PagePermissionsPolicyFeatureState struct + Allowed bool + Feature PagePermissionsPolicyFeature + Locator *PagePermissionsPolicyBlockLocator + type PagePrerenderAttemptCompleted struct + FinalStatus PagePrerenderFinalStatus + InitiatingFrameID PageFrameID + PrerenderingURL string + func (evt PagePrerenderAttemptCompleted) ProtoEvent() string + type PagePrerenderFinalStatus string + const PagePrerenderFinalStatusActivated + const PagePrerenderFinalStatusAudioOutputDeviceRequested + const PagePrerenderFinalStatusBlockedByClient + const PagePrerenderFinalStatusCancelAllHostsForTesting + const PagePrerenderFinalStatusClientCertRequested + const PagePrerenderFinalStatusCrossOriginNavigation + const PagePrerenderFinalStatusCrossOriginRedirect + const PagePrerenderFinalStatusDestroyed + const PagePrerenderFinalStatusDidFailLoad + const PagePrerenderFinalStatusDownload + const PagePrerenderFinalStatusEmbedderTriggeredAndCrossOriginRedirected + const PagePrerenderFinalStatusEmbedderTriggeredAndDestroyed + const PagePrerenderFinalStatusEmbedderTriggeredAndSameOriginRedirected + const PagePrerenderFinalStatusInProgressNavigation + const PagePrerenderFinalStatusInvalidSchemeNavigation + const PagePrerenderFinalStatusInvalidSchemeRedirect + const PagePrerenderFinalStatusLoginAuthRequested + const PagePrerenderFinalStatusLowEndDevice + const PagePrerenderFinalStatusMainFrameNavigation + const PagePrerenderFinalStatusMaxNumOfRunningPrerendersExceeded + const PagePrerenderFinalStatusMixedContent + const PagePrerenderFinalStatusMojoBinderPolicy + const PagePrerenderFinalStatusNavigationBadHTTPStatus + const PagePrerenderFinalStatusNavigationNotCommitted + const PagePrerenderFinalStatusNavigationRequestBlockedByCsp + const PagePrerenderFinalStatusNavigationRequestNetworkError + const PagePrerenderFinalStatusRendererProcessCrashed + const PagePrerenderFinalStatusRendererProcessKilled + const PagePrerenderFinalStatusSslCertificateError + const PagePrerenderFinalStatusStop + const PagePrerenderFinalStatusTriggerBackgrounded + const PagePrerenderFinalStatusTriggerDestroyed + const PagePrerenderFinalStatusUaChangeRequiresReload + type PagePrintToPDF struct + DisplayHeaderFooter bool + FooterTemplate string + HeaderTemplate string + Landscape bool + MarginBottom *float64 + MarginLeft *float64 + MarginRight *float64 + MarginTop *float64 + PageRanges string + PaperHeight *float64 + PaperWidth *float64 + PreferCSSPageSize bool + PrintBackground bool + Scale *float64 + TransferMode PagePrintToPDFTransferMode + func (m PagePrintToPDF) Call(c Client) (*PagePrintToPDFResult, error) + func (m PagePrintToPDF) ProtoReq() string + type PagePrintToPDFResult struct + Data []byte + Stream IOStreamHandle + type PagePrintToPDFTransferMode string + const PagePrintToPDFTransferModeReturnAsBase64 + const PagePrintToPDFTransferModeReturnAsStream + type PageProduceCompilationCache struct + Scripts []*PageCompilationCacheParams + func (m PageProduceCompilationCache) Call(c Client) error + func (m PageProduceCompilationCache) ProtoReq() string + type PageReferrerPolicy string + const PageReferrerPolicyNoReferrer + const PageReferrerPolicyNoReferrerWhenDowngrade + const PageReferrerPolicyOrigin + const PageReferrerPolicyOriginWhenCrossOrigin + const PageReferrerPolicySameOrigin + const PageReferrerPolicyStrictOrigin + const PageReferrerPolicyStrictOriginWhenCrossOrigin + const PageReferrerPolicyUnsafeURL + type PageReload struct + IgnoreCache bool + ScriptToEvaluateOnLoad string + func (m PageReload) Call(c Client) error + func (m PageReload) ProtoReq() string + type PageRemoveScriptToEvaluateOnLoad struct + Identifier PageScriptIdentifier + func (m PageRemoveScriptToEvaluateOnLoad) Call(c Client) error + func (m PageRemoveScriptToEvaluateOnLoad) ProtoReq() string + type PageRemoveScriptToEvaluateOnNewDocument struct + Identifier PageScriptIdentifier + func (m PageRemoveScriptToEvaluateOnNewDocument) Call(c Client) error + func (m PageRemoveScriptToEvaluateOnNewDocument) ProtoReq() string + type PageResetNavigationHistory struct + func (m PageResetNavigationHistory) Call(c Client) error + func (m PageResetNavigationHistory) ProtoReq() string + type PageScreencastFrame struct + Data []byte + Metadata *PageScreencastFrameMetadata + SessionID int + func (evt PageScreencastFrame) ProtoEvent() string + type PageScreencastFrameAck struct + SessionID int + func (m PageScreencastFrameAck) Call(c Client) error + func (m PageScreencastFrameAck) ProtoReq() string + type PageScreencastFrameMetadata struct + DeviceHeight float64 + DeviceWidth float64 + OffsetTop float64 + PageScaleFactor float64 + ScrollOffsetX float64 + ScrollOffsetY float64 + Timestamp TimeSinceEpoch + type PageScreencastVisibilityChanged struct + Visible bool + func (evt PageScreencastVisibilityChanged) ProtoEvent() string + type PageScriptFontFamilies struct + FontFamilies *PageFontFamilies + Script string + type PageScriptIdentifier string + type PageSearchInResource struct + CaseSensitive bool + FrameID PageFrameID + IsRegex bool + Query string + URL string + func (m PageSearchInResource) Call(c Client) (*PageSearchInResourceResult, error) + func (m PageSearchInResource) ProtoReq() string + type PageSearchInResourceResult struct + Result []*DebuggerSearchMatch + type PageSecureContextType string + const PageSecureContextTypeInsecureAncestor + const PageSecureContextTypeInsecureScheme + const PageSecureContextTypeSecure + const PageSecureContextTypeSecureLocalhost + type PageSetAdBlockingEnabled struct + Enabled bool + func (m PageSetAdBlockingEnabled) Call(c Client) error + func (m PageSetAdBlockingEnabled) ProtoReq() string + type PageSetBypassCSP struct + Enabled bool + func (m PageSetBypassCSP) Call(c Client) error + func (m PageSetBypassCSP) ProtoReq() string + type PageSetDeviceMetricsOverride struct + DeviceScaleFactor float64 + DontSetVisibleSize bool + Height int + Mobile bool + PositionX *int + PositionY *int + Scale *float64 + ScreenHeight *int + ScreenOrientation *EmulationScreenOrientation + ScreenWidth *int + Viewport *PageViewport + Width int + func (m PageSetDeviceMetricsOverride) Call(c Client) error + func (m PageSetDeviceMetricsOverride) ProtoReq() string + type PageSetDeviceOrientationOverride struct + Alpha float64 + Beta float64 + Gamma float64 + func (m PageSetDeviceOrientationOverride) Call(c Client) error + func (m PageSetDeviceOrientationOverride) ProtoReq() string + type PageSetDocumentContent struct + FrameID PageFrameID + HTML string + func (m PageSetDocumentContent) Call(c Client) error + func (m PageSetDocumentContent) ProtoReq() string + type PageSetDownloadBehavior struct + Behavior PageSetDownloadBehaviorBehavior + DownloadPath string + func (m PageSetDownloadBehavior) Call(c Client) error + func (m PageSetDownloadBehavior) ProtoReq() string + type PageSetDownloadBehaviorBehavior string + const PageSetDownloadBehaviorBehaviorAllow + const PageSetDownloadBehaviorBehaviorDefault + const PageSetDownloadBehaviorBehaviorDeny + type PageSetFontFamilies struct + FontFamilies *PageFontFamilies + ForScripts []*PageScriptFontFamilies + func (m PageSetFontFamilies) Call(c Client) error + func (m PageSetFontFamilies) ProtoReq() string + type PageSetFontSizes struct + FontSizes *PageFontSizes + func (m PageSetFontSizes) Call(c Client) error + func (m PageSetFontSizes) ProtoReq() string + type PageSetGeolocationOverride struct + Accuracy *float64 + Latitude *float64 + Longitude *float64 + func (m PageSetGeolocationOverride) Call(c Client) error + func (m PageSetGeolocationOverride) ProtoReq() string + type PageSetInterceptFileChooserDialog struct + Enabled bool + func (m PageSetInterceptFileChooserDialog) Call(c Client) error + func (m PageSetInterceptFileChooserDialog) ProtoReq() string + type PageSetLifecycleEventsEnabled struct + Enabled bool + func (m PageSetLifecycleEventsEnabled) Call(c Client) error + func (m PageSetLifecycleEventsEnabled) ProtoReq() string + type PageSetSPCTransactionMode struct + Mode PageSetSPCTransactionModeMode + func (m PageSetSPCTransactionMode) Call(c Client) error + func (m PageSetSPCTransactionMode) ProtoReq() string + type PageSetSPCTransactionModeMode string + const PageSetSPCTransactionModeModeAutoaccept + const PageSetSPCTransactionModeModeAutoreject + const PageSetSPCTransactionModeModeNone + type PageSetTouchEmulationEnabled struct + Configuration PageSetTouchEmulationEnabledConfiguration + Enabled bool + func (m PageSetTouchEmulationEnabled) Call(c Client) error + func (m PageSetTouchEmulationEnabled) ProtoReq() string + type PageSetTouchEmulationEnabledConfiguration string + const PageSetTouchEmulationEnabledConfigurationDesktop + const PageSetTouchEmulationEnabledConfigurationMobile + type PageSetWebLifecycleState struct + State PageSetWebLifecycleStateState + func (m PageSetWebLifecycleState) Call(c Client) error + func (m PageSetWebLifecycleState) ProtoReq() string + type PageSetWebLifecycleStateState string + const PageSetWebLifecycleStateStateActive + const PageSetWebLifecycleStateStateFrozen + type PageStartScreencast struct + EveryNthFrame *int + Format PageStartScreencastFormat + MaxHeight *int + MaxWidth *int + Quality *int + func (m PageStartScreencast) Call(c Client) error + func (m PageStartScreencast) ProtoReq() string + type PageStartScreencastFormat string + const PageStartScreencastFormatJpeg + const PageStartScreencastFormatPng + type PageStopLoading struct + func (m PageStopLoading) Call(c Client) error + func (m PageStopLoading) ProtoReq() string + type PageStopScreencast struct + func (m PageStopScreencast) Call(c Client) error + func (m PageStopScreencast) ProtoReq() string + type PageTransitionType string + const PageTransitionTypeAddressBar + const PageTransitionTypeAutoBookmark + const PageTransitionTypeAutoSubframe + const PageTransitionTypeAutoToplevel + const PageTransitionTypeFormSubmit + const PageTransitionTypeGenerated + const PageTransitionTypeKeyword + const PageTransitionTypeKeywordGenerated + const PageTransitionTypeLink + const PageTransitionTypeManualSubframe + const PageTransitionTypeOther + const PageTransitionTypeReload + const PageTransitionTypeTyped + type PageViewport struct + Height float64 + Scale float64 + Width float64 + X float64 + Y float64 + type PageVisualViewport struct + ClientHeight float64 + ClientWidth float64 + OffsetX float64 + OffsetY float64 + PageX float64 + PageY float64 + Scale float64 + Zoom *float64 + type PageWaitForDebugger struct + func (m PageWaitForDebugger) Call(c Client) error + func (m PageWaitForDebugger) ProtoReq() string + type PageWindowOpen struct + URL string + UserGesture bool + WindowFeatures []string + WindowName string + func (evt PageWindowOpen) ProtoEvent() string + type PerformanceDisable struct + func (m PerformanceDisable) Call(c Client) error + func (m PerformanceDisable) ProtoReq() string + type PerformanceEnable struct + TimeDomain PerformanceEnableTimeDomain + func (m PerformanceEnable) Call(c Client) error + func (m PerformanceEnable) ProtoReq() string + type PerformanceEnableTimeDomain string + const PerformanceEnableTimeDomainThreadTicks + const PerformanceEnableTimeDomainTimeTicks + type PerformanceGetMetrics struct + func (m PerformanceGetMetrics) Call(c Client) (*PerformanceGetMetricsResult, error) + func (m PerformanceGetMetrics) ProtoReq() string + type PerformanceGetMetricsResult struct + Metrics []*PerformanceMetric + type PerformanceMetric struct + Name string + Value float64 + type PerformanceMetrics struct + Metrics []*PerformanceMetric + Title string + func (evt PerformanceMetrics) ProtoEvent() string + type PerformanceSetTimeDomain struct + TimeDomain PerformanceSetTimeDomainTimeDomain + func (m PerformanceSetTimeDomain) Call(c Client) error + func (m PerformanceSetTimeDomain) ProtoReq() string + type PerformanceSetTimeDomainTimeDomain string + const PerformanceSetTimeDomainTimeDomainThreadTicks + const PerformanceSetTimeDomainTimeDomainTimeTicks + type PerformanceTimelineEnable struct + EventTypes []string + func (m PerformanceTimelineEnable) Call(c Client) error + func (m PerformanceTimelineEnable) ProtoReq() string + type PerformanceTimelineLargestContentfulPaint struct + ElementID string + LoadTime TimeSinceEpoch + NodeID DOMBackendNodeID + RenderTime TimeSinceEpoch + Size float64 + URL string + type PerformanceTimelineLayoutShift struct + HadRecentInput bool + LastInputTime TimeSinceEpoch + Sources []*PerformanceTimelineLayoutShiftAttribution + Value float64 + type PerformanceTimelineLayoutShiftAttribution struct + CurrentRect *DOMRect + NodeID DOMBackendNodeID + PreviousRect *DOMRect + type PerformanceTimelineTimelineEvent struct + Duration *float64 + FrameID PageFrameID + LayoutShiftDetails *PerformanceTimelineLayoutShift + LcpDetails *PerformanceTimelineLargestContentfulPaint + Name string + Time TimeSinceEpoch + Type string + type PerformanceTimelineTimelineEventAdded struct + Event *PerformanceTimelineTimelineEvent + func (evt PerformanceTimelineTimelineEventAdded) ProtoEvent() string + type Point struct + X float64 + Y float64 + type ProfilerConsoleProfileFinished struct + ID string + Location *DebuggerLocation + Profile *ProfilerProfile + Title string + func (evt ProfilerConsoleProfileFinished) ProtoEvent() string + type ProfilerConsoleProfileStarted struct + ID string + Location *DebuggerLocation + Title string + func (evt ProfilerConsoleProfileStarted) ProtoEvent() string + type ProfilerCoverageRange struct + Count int + EndOffset int + StartOffset int + type ProfilerDisable struct + func (m ProfilerDisable) Call(c Client) error + func (m ProfilerDisable) ProtoReq() string + type ProfilerEnable struct + func (m ProfilerEnable) Call(c Client) error + func (m ProfilerEnable) ProtoReq() string + type ProfilerFunctionCoverage struct + FunctionName string + IsBlockCoverage bool + Ranges []*ProfilerCoverageRange + type ProfilerGetBestEffortCoverage struct + func (m ProfilerGetBestEffortCoverage) Call(c Client) (*ProfilerGetBestEffortCoverageResult, error) + func (m ProfilerGetBestEffortCoverage) ProtoReq() string + type ProfilerGetBestEffortCoverageResult struct + Result []*ProfilerScriptCoverage + type ProfilerPositionTickInfo struct + Line int + Ticks int + type ProfilerPreciseCoverageDeltaUpdate struct + Occasion string + Result []*ProfilerScriptCoverage + Timestamp float64 + func (evt ProfilerPreciseCoverageDeltaUpdate) ProtoEvent() string + type ProfilerProfile struct + EndTime float64 + Nodes []*ProfilerProfileNode + Samples []int + StartTime float64 + TimeDeltas []int + type ProfilerProfileNode struct + CallFrame *RuntimeCallFrame + Children []int + DeoptReason string + HitCount *int + ID int + PositionTicks []*ProfilerPositionTickInfo + type ProfilerScriptCoverage struct + Functions []*ProfilerFunctionCoverage + ScriptID RuntimeScriptID + URL string + type ProfilerScriptTypeProfile struct + Entries []*ProfilerTypeProfileEntry + ScriptID RuntimeScriptID + URL string + type ProfilerSetSamplingInterval struct + Interval int + func (m ProfilerSetSamplingInterval) Call(c Client) error + func (m ProfilerSetSamplingInterval) ProtoReq() string + type ProfilerStart struct + func (m ProfilerStart) Call(c Client) error + func (m ProfilerStart) ProtoReq() string + type ProfilerStartPreciseCoverage struct + AllowTriggeredUpdates bool + CallCount bool + Detailed bool + func (m ProfilerStartPreciseCoverage) Call(c Client) (*ProfilerStartPreciseCoverageResult, error) + func (m ProfilerStartPreciseCoverage) ProtoReq() string + type ProfilerStartPreciseCoverageResult struct + Timestamp float64 + type ProfilerStartTypeProfile struct + func (m ProfilerStartTypeProfile) Call(c Client) error + func (m ProfilerStartTypeProfile) ProtoReq() string + type ProfilerStop struct + func (m ProfilerStop) Call(c Client) (*ProfilerStopResult, error) + func (m ProfilerStop) ProtoReq() string + type ProfilerStopPreciseCoverage struct + func (m ProfilerStopPreciseCoverage) Call(c Client) error + func (m ProfilerStopPreciseCoverage) ProtoReq() string + type ProfilerStopResult struct + Profile *ProfilerProfile + type ProfilerStopTypeProfile struct + func (m ProfilerStopTypeProfile) Call(c Client) error + func (m ProfilerStopTypeProfile) ProtoReq() string + type ProfilerTakePreciseCoverage struct + func (m ProfilerTakePreciseCoverage) Call(c Client) (*ProfilerTakePreciseCoverageResult, error) + func (m ProfilerTakePreciseCoverage) ProtoReq() string + type ProfilerTakePreciseCoverageResult struct + Result []*ProfilerScriptCoverage + Timestamp float64 + type ProfilerTakeTypeProfile struct + func (m ProfilerTakeTypeProfile) Call(c Client) (*ProfilerTakeTypeProfileResult, error) + func (m ProfilerTakeTypeProfile) ProtoReq() string + type ProfilerTakeTypeProfileResult struct + Result []*ProfilerScriptTypeProfile + type ProfilerTypeObject struct + Name string + type ProfilerTypeProfileEntry struct + Offset int + Types []*ProfilerTypeObject + type Request interface + ProtoReq func() string + type RuntimeAddBinding struct + ExecutionContextID RuntimeExecutionContextID + ExecutionContextName string + Name string + func (m RuntimeAddBinding) Call(c Client) error + func (m RuntimeAddBinding) ProtoReq() string + type RuntimeAwaitPromise struct + GeneratePreview bool + PromiseObjectID RuntimeRemoteObjectID + ReturnByValue bool + func (m RuntimeAwaitPromise) Call(c Client) (*RuntimeAwaitPromiseResult, error) + func (m RuntimeAwaitPromise) ProtoReq() string + type RuntimeAwaitPromiseResult struct + ExceptionDetails *RuntimeExceptionDetails + Result *RuntimeRemoteObject + type RuntimeBindingCalled struct + ExecutionContextID RuntimeExecutionContextID + Name string + Payload string + func (evt RuntimeBindingCalled) ProtoEvent() string + type RuntimeCallArgument struct + ObjectID RuntimeRemoteObjectID + UnserializableValue RuntimeUnserializableValue + Value gson.JSON + type RuntimeCallFrame struct + ColumnNumber int + FunctionName string + LineNumber int + ScriptID RuntimeScriptID + URL string + type RuntimeCallFunctionOn struct + Arguments []*RuntimeCallArgument + AwaitPromise bool + ExecutionContextID RuntimeExecutionContextID + FunctionDeclaration string + GeneratePreview bool + GenerateWebDriverValue bool + ObjectGroup string + ObjectID RuntimeRemoteObjectID + ReturnByValue bool + Silent bool + ThrowOnSideEffect bool + UserGesture bool + func (m RuntimeCallFunctionOn) Call(c Client) (*RuntimeCallFunctionOnResult, error) + func (m RuntimeCallFunctionOn) ProtoReq() string + type RuntimeCallFunctionOnResult struct + ExceptionDetails *RuntimeExceptionDetails + Result *RuntimeRemoteObject + type RuntimeCompileScript struct + ExecutionContextID RuntimeExecutionContextID + Expression string + PersistScript bool + SourceURL string + func (m RuntimeCompileScript) Call(c Client) (*RuntimeCompileScriptResult, error) + func (m RuntimeCompileScript) ProtoReq() string + type RuntimeCompileScriptResult struct + ExceptionDetails *RuntimeExceptionDetails + ScriptID RuntimeScriptID + type RuntimeConsoleAPICalled struct + Args []*RuntimeRemoteObject + Context string + ExecutionContextID RuntimeExecutionContextID + StackTrace *RuntimeStackTrace + Timestamp RuntimeTimestamp + Type RuntimeConsoleAPICalledType + func (evt RuntimeConsoleAPICalled) ProtoEvent() string + type RuntimeConsoleAPICalledType string + const RuntimeConsoleAPICalledTypeAssert + const RuntimeConsoleAPICalledTypeClear + const RuntimeConsoleAPICalledTypeCount + const RuntimeConsoleAPICalledTypeDebug + const RuntimeConsoleAPICalledTypeDir + const RuntimeConsoleAPICalledTypeDirxml + const RuntimeConsoleAPICalledTypeEndGroup + const RuntimeConsoleAPICalledTypeError + const RuntimeConsoleAPICalledTypeInfo + const RuntimeConsoleAPICalledTypeLog + const RuntimeConsoleAPICalledTypeProfile + const RuntimeConsoleAPICalledTypeProfileEnd + const RuntimeConsoleAPICalledTypeStartGroup + const RuntimeConsoleAPICalledTypeStartGroupCollapsed + const RuntimeConsoleAPICalledTypeTable + const RuntimeConsoleAPICalledTypeTimeEnd + const RuntimeConsoleAPICalledTypeTrace + const RuntimeConsoleAPICalledTypeWarning + type RuntimeCustomPreview struct + BodyGetterID RuntimeRemoteObjectID + Header string + type RuntimeDisable struct + func (m RuntimeDisable) Call(c Client) error + func (m RuntimeDisable) ProtoReq() string + type RuntimeDiscardConsoleEntries struct + func (m RuntimeDiscardConsoleEntries) Call(c Client) error + func (m RuntimeDiscardConsoleEntries) ProtoReq() string + type RuntimeEnable struct + func (m RuntimeEnable) Call(c Client) error + func (m RuntimeEnable) ProtoReq() string + type RuntimeEntryPreview struct + Key *RuntimeObjectPreview + Value *RuntimeObjectPreview + type RuntimeEvaluate struct + AllowUnsafeEvalBlockedByCSP bool + AwaitPromise bool + ContextID RuntimeExecutionContextID + DisableBreaks bool + Expression string + GeneratePreview bool + GenerateWebDriverValue bool + IncludeCommandLineAPI bool + ObjectGroup string + ReplMode bool + ReturnByValue bool + Silent bool + ThrowOnSideEffect bool + Timeout RuntimeTimeDelta + UniqueContextID string + UserGesture bool + func (m RuntimeEvaluate) Call(c Client) (*RuntimeEvaluateResult, error) + func (m RuntimeEvaluate) ProtoReq() string + type RuntimeEvaluateResult struct + ExceptionDetails *RuntimeExceptionDetails + Result *RuntimeRemoteObject + type RuntimeExceptionDetails struct + ColumnNumber int + Exception *RuntimeRemoteObject + ExceptionID int + ExceptionMetaData map[string]gson.JSON + ExecutionContextID RuntimeExecutionContextID + LineNumber int + ScriptID RuntimeScriptID + StackTrace *RuntimeStackTrace + Text string + URL string + type RuntimeExceptionRevoked struct + ExceptionID int + Reason string + func (evt RuntimeExceptionRevoked) ProtoEvent() string + type RuntimeExceptionThrown struct + ExceptionDetails *RuntimeExceptionDetails + Timestamp RuntimeTimestamp + func (evt RuntimeExceptionThrown) ProtoEvent() string + type RuntimeExecutionContextCreated struct + Context *RuntimeExecutionContextDescription + func (evt RuntimeExecutionContextCreated) ProtoEvent() string + type RuntimeExecutionContextDescription struct + AuxData map[string]gson.JSON + ID RuntimeExecutionContextID + Name string + Origin string + UniqueID string + type RuntimeExecutionContextDestroyed struct + ExecutionContextID RuntimeExecutionContextID + func (evt RuntimeExecutionContextDestroyed) ProtoEvent() string + type RuntimeExecutionContextID int + type RuntimeExecutionContextsCleared struct + func (evt RuntimeExecutionContextsCleared) ProtoEvent() string + type RuntimeGetExceptionDetails struct + ErrorObjectID RuntimeRemoteObjectID + func (m RuntimeGetExceptionDetails) Call(c Client) (*RuntimeGetExceptionDetailsResult, error) + func (m RuntimeGetExceptionDetails) ProtoReq() string + type RuntimeGetExceptionDetailsResult struct + ExceptionDetails *RuntimeExceptionDetails + type RuntimeGetHeapUsage struct + func (m RuntimeGetHeapUsage) Call(c Client) (*RuntimeGetHeapUsageResult, error) + func (m RuntimeGetHeapUsage) ProtoReq() string + type RuntimeGetHeapUsageResult struct + TotalSize float64 + UsedSize float64 + type RuntimeGetIsolateID struct + func (m RuntimeGetIsolateID) Call(c Client) (*RuntimeGetIsolateIDResult, error) + func (m RuntimeGetIsolateID) ProtoReq() string + type RuntimeGetIsolateIDResult struct + ID string + type RuntimeGetProperties struct + AccessorPropertiesOnly bool + GeneratePreview bool + NonIndexedPropertiesOnly bool + ObjectID RuntimeRemoteObjectID + OwnProperties bool + func (m RuntimeGetProperties) Call(c Client) (*RuntimeGetPropertiesResult, error) + func (m RuntimeGetProperties) ProtoReq() string + type RuntimeGetPropertiesResult struct + ExceptionDetails *RuntimeExceptionDetails + InternalProperties []*RuntimeInternalPropertyDescriptor + PrivateProperties []*RuntimePrivatePropertyDescriptor + Result []*RuntimePropertyDescriptor + type RuntimeGlobalLexicalScopeNames struct + ExecutionContextID RuntimeExecutionContextID + func (m RuntimeGlobalLexicalScopeNames) Call(c Client) (*RuntimeGlobalLexicalScopeNamesResult, error) + func (m RuntimeGlobalLexicalScopeNames) ProtoReq() string + type RuntimeGlobalLexicalScopeNamesResult struct + Names []string + type RuntimeInspectRequested struct + ExecutionContextID RuntimeExecutionContextID + Hints map[string]gson.JSON + Object *RuntimeRemoteObject + func (evt RuntimeInspectRequested) ProtoEvent() string + type RuntimeInternalPropertyDescriptor struct + Name string + Value *RuntimeRemoteObject + type RuntimeObjectPreview struct + Description string + Entries []*RuntimeEntryPreview + Overflow bool + Properties []*RuntimePropertyPreview + Subtype RuntimeObjectPreviewSubtype + Type RuntimeObjectPreviewType + type RuntimeObjectPreviewSubtype string + const RuntimeObjectPreviewSubtypeArray + const RuntimeObjectPreviewSubtypeArraybuffer + const RuntimeObjectPreviewSubtypeDataview + const RuntimeObjectPreviewSubtypeDate + const RuntimeObjectPreviewSubtypeError + const RuntimeObjectPreviewSubtypeGenerator + const RuntimeObjectPreviewSubtypeIterator + const RuntimeObjectPreviewSubtypeMap + const RuntimeObjectPreviewSubtypeNode + const RuntimeObjectPreviewSubtypeNull + const RuntimeObjectPreviewSubtypePromise + const RuntimeObjectPreviewSubtypeProxy + const RuntimeObjectPreviewSubtypeRegexp + const RuntimeObjectPreviewSubtypeSet + const RuntimeObjectPreviewSubtypeTypedarray + const RuntimeObjectPreviewSubtypeWasmvalue + const RuntimeObjectPreviewSubtypeWeakmap + const RuntimeObjectPreviewSubtypeWeakset + const RuntimeObjectPreviewSubtypeWebassemblymemory + type RuntimeObjectPreviewType string + const RuntimeObjectPreviewTypeBigint + const RuntimeObjectPreviewTypeBoolean + const RuntimeObjectPreviewTypeFunction + const RuntimeObjectPreviewTypeNumber + const RuntimeObjectPreviewTypeObject + const RuntimeObjectPreviewTypeString + const RuntimeObjectPreviewTypeSymbol + const RuntimeObjectPreviewTypeUndefined + type RuntimePrivatePropertyDescriptor struct + Get *RuntimeRemoteObject + Name string + Set *RuntimeRemoteObject + Value *RuntimeRemoteObject + type RuntimePropertyDescriptor struct + Configurable bool + Enumerable bool + Get *RuntimeRemoteObject + IsOwn bool + Name string + Set *RuntimeRemoteObject + Symbol *RuntimeRemoteObject + Value *RuntimeRemoteObject + WasThrown bool + Writable bool + type RuntimePropertyPreview struct + Name string + Subtype RuntimePropertyPreviewSubtype + Type RuntimePropertyPreviewType + Value string + ValuePreview *RuntimeObjectPreview + type RuntimePropertyPreviewSubtype string + const RuntimePropertyPreviewSubtypeArray + const RuntimePropertyPreviewSubtypeArraybuffer + const RuntimePropertyPreviewSubtypeDataview + const RuntimePropertyPreviewSubtypeDate + const RuntimePropertyPreviewSubtypeError + const RuntimePropertyPreviewSubtypeGenerator + const RuntimePropertyPreviewSubtypeIterator + const RuntimePropertyPreviewSubtypeMap + const RuntimePropertyPreviewSubtypeNode + const RuntimePropertyPreviewSubtypeNull + const RuntimePropertyPreviewSubtypePromise + const RuntimePropertyPreviewSubtypeProxy + const RuntimePropertyPreviewSubtypeRegexp + const RuntimePropertyPreviewSubtypeSet + const RuntimePropertyPreviewSubtypeTypedarray + const RuntimePropertyPreviewSubtypeWasmvalue + const RuntimePropertyPreviewSubtypeWeakmap + const RuntimePropertyPreviewSubtypeWeakset + const RuntimePropertyPreviewSubtypeWebassemblymemory + type RuntimePropertyPreviewType string + const RuntimePropertyPreviewTypeAccessor + const RuntimePropertyPreviewTypeBigint + const RuntimePropertyPreviewTypeBoolean + const RuntimePropertyPreviewTypeFunction + const RuntimePropertyPreviewTypeNumber + const RuntimePropertyPreviewTypeObject + const RuntimePropertyPreviewTypeString + const RuntimePropertyPreviewTypeSymbol + const RuntimePropertyPreviewTypeUndefined + type RuntimeQueryObjects struct + ObjectGroup string + PrototypeObjectID RuntimeRemoteObjectID + func (m RuntimeQueryObjects) Call(c Client) (*RuntimeQueryObjectsResult, error) + func (m RuntimeQueryObjects) ProtoReq() string + type RuntimeQueryObjectsResult struct + Objects *RuntimeRemoteObject + type RuntimeReleaseObject struct + ObjectID RuntimeRemoteObjectID + func (m RuntimeReleaseObject) Call(c Client) error + func (m RuntimeReleaseObject) ProtoReq() string + type RuntimeReleaseObjectGroup struct + ObjectGroup string + func (m RuntimeReleaseObjectGroup) Call(c Client) error + func (m RuntimeReleaseObjectGroup) ProtoReq() string + type RuntimeRemoteObject struct + ClassName string + CustomPreview *RuntimeCustomPreview + Description string + ObjectID RuntimeRemoteObjectID + Preview *RuntimeObjectPreview + Subtype RuntimeRemoteObjectSubtype + Type RuntimeRemoteObjectType + UnserializableValue RuntimeUnserializableValue + Value gson.JSON + WebDriverValue *RuntimeWebDriverValue + type RuntimeRemoteObjectID string + type RuntimeRemoteObjectSubtype string + const RuntimeRemoteObjectSubtypeArray + const RuntimeRemoteObjectSubtypeArraybuffer + const RuntimeRemoteObjectSubtypeDataview + const RuntimeRemoteObjectSubtypeDate + const RuntimeRemoteObjectSubtypeError + const RuntimeRemoteObjectSubtypeGenerator + const RuntimeRemoteObjectSubtypeIterator + const RuntimeRemoteObjectSubtypeMap + const RuntimeRemoteObjectSubtypeNode + const RuntimeRemoteObjectSubtypeNull + const RuntimeRemoteObjectSubtypePromise + const RuntimeRemoteObjectSubtypeProxy + const RuntimeRemoteObjectSubtypeRegexp + const RuntimeRemoteObjectSubtypeSet + const RuntimeRemoteObjectSubtypeTypedarray + const RuntimeRemoteObjectSubtypeWasmvalue + const RuntimeRemoteObjectSubtypeWeakmap + const RuntimeRemoteObjectSubtypeWeakset + const RuntimeRemoteObjectSubtypeWebassemblymemory + type RuntimeRemoteObjectType string + const RuntimeRemoteObjectTypeBigint + const RuntimeRemoteObjectTypeBoolean + const RuntimeRemoteObjectTypeFunction + const RuntimeRemoteObjectTypeNumber + const RuntimeRemoteObjectTypeObject + const RuntimeRemoteObjectTypeString + const RuntimeRemoteObjectTypeSymbol + const RuntimeRemoteObjectTypeUndefined + type RuntimeRemoveBinding struct + Name string + func (m RuntimeRemoveBinding) Call(c Client) error + func (m RuntimeRemoveBinding) ProtoReq() string + type RuntimeRunIfWaitingForDebugger struct + func (m RuntimeRunIfWaitingForDebugger) Call(c Client) error + func (m RuntimeRunIfWaitingForDebugger) ProtoReq() string + type RuntimeRunScript struct + AwaitPromise bool + ExecutionContextID RuntimeExecutionContextID + GeneratePreview bool + IncludeCommandLineAPI bool + ObjectGroup string + ReturnByValue bool + ScriptID RuntimeScriptID + Silent bool + func (m RuntimeRunScript) Call(c Client) (*RuntimeRunScriptResult, error) + func (m RuntimeRunScript) ProtoReq() string + type RuntimeRunScriptResult struct + ExceptionDetails *RuntimeExceptionDetails + Result *RuntimeRemoteObject + type RuntimeScriptID string + type RuntimeSetAsyncCallStackDepth struct + MaxDepth int + func (m RuntimeSetAsyncCallStackDepth) Call(c Client) error + func (m RuntimeSetAsyncCallStackDepth) ProtoReq() string + type RuntimeSetCustomObjectFormatterEnabled struct + Enabled bool + func (m RuntimeSetCustomObjectFormatterEnabled) Call(c Client) error + func (m RuntimeSetCustomObjectFormatterEnabled) ProtoReq() string + type RuntimeSetMaxCallStackSizeToCapture struct + Size int + func (m RuntimeSetMaxCallStackSizeToCapture) Call(c Client) error + func (m RuntimeSetMaxCallStackSizeToCapture) ProtoReq() string + type RuntimeStackTrace struct + CallFrames []*RuntimeCallFrame + Description string + Parent *RuntimeStackTrace + ParentID *RuntimeStackTraceID + type RuntimeStackTraceID struct + DebuggerID RuntimeUniqueDebuggerID + ID string + type RuntimeTerminateExecution struct + func (m RuntimeTerminateExecution) Call(c Client) error + func (m RuntimeTerminateExecution) ProtoReq() string + type RuntimeTimeDelta float64 + type RuntimeTimestamp float64 + type RuntimeUniqueDebuggerID string + type RuntimeUnserializableValue string + type RuntimeWebDriverValue struct + ObjectID string + Type RuntimeWebDriverValueType + Value gson.JSON + type RuntimeWebDriverValueType string + const RuntimeWebDriverValueTypeArray + const RuntimeWebDriverValueTypeArraybuffer + const RuntimeWebDriverValueTypeBigint + const RuntimeWebDriverValueTypeBoolean + const RuntimeWebDriverValueTypeDate + const RuntimeWebDriverValueTypeError + const RuntimeWebDriverValueTypeFunction + const RuntimeWebDriverValueTypeMap + const RuntimeWebDriverValueTypeNode + const RuntimeWebDriverValueTypeNull + const RuntimeWebDriverValueTypeNumber + const RuntimeWebDriverValueTypeObject + const RuntimeWebDriverValueTypePromise + const RuntimeWebDriverValueTypeProxy + const RuntimeWebDriverValueTypeRegexp + const RuntimeWebDriverValueTypeSet + const RuntimeWebDriverValueTypeString + const RuntimeWebDriverValueTypeSymbol + const RuntimeWebDriverValueTypeTypedarray + const RuntimeWebDriverValueTypeUndefined + const RuntimeWebDriverValueTypeWeakmap + const RuntimeWebDriverValueTypeWeakset + const RuntimeWebDriverValueTypeWindow + type SchemaDomain struct + Name string + Version string + type SchemaGetDomains struct + func (m SchemaGetDomains) Call(c Client) (*SchemaGetDomainsResult, error) + func (m SchemaGetDomains) ProtoReq() string + type SchemaGetDomainsResult struct + Domains []*SchemaDomain + type SecurityCertificateError struct + ErrorType string + EventID int + RequestURL string + func (evt SecurityCertificateError) ProtoEvent() string + type SecurityCertificateErrorAction string + const SecurityCertificateErrorActionCancel + const SecurityCertificateErrorActionContinue + type SecurityCertificateID int + type SecurityCertificateSecurityState struct + Certificate []string + CertificateHasSha1Signature bool + CertificateHasWeakSignature bool + CertificateNetworkError string + Cipher string + Issuer string + KeyExchange string + KeyExchangeGroup string + Mac string + ModernSSL bool + ObsoleteSslCipher bool + ObsoleteSslKeyExchange bool + ObsoleteSslProtocol bool + ObsoleteSslSignature bool + Protocol string + SubjectName string + ValidFrom TimeSinceEpoch + ValidTo TimeSinceEpoch + type SecurityDisable struct + func (m SecurityDisable) Call(c Client) error + func (m SecurityDisable) ProtoReq() string + type SecurityEnable struct + func (m SecurityEnable) Call(c Client) error + func (m SecurityEnable) ProtoReq() string + type SecurityHandleCertificateError struct + Action SecurityCertificateErrorAction + EventID int + func (m SecurityHandleCertificateError) Call(c Client) error + func (m SecurityHandleCertificateError) ProtoReq() string + type SecurityInsecureContentStatus struct + ContainedMixedForm bool + DisplayedContentWithCertErrors bool + DisplayedInsecureContentStyle SecuritySecurityState + DisplayedMixedContent bool + RanContentWithCertErrors bool + RanInsecureContentStyle SecuritySecurityState + RanMixedContent bool + type SecurityMixedContentType string + const SecurityMixedContentTypeBlockable + const SecurityMixedContentTypeNone + const SecurityMixedContentTypeOptionallyBlockable + type SecuritySafetyTipInfo struct + SafeURL string + SafetyTipStatus SecuritySafetyTipStatus + type SecuritySafetyTipStatus string + const SecuritySafetyTipStatusBadReputation + const SecuritySafetyTipStatusLookalike + type SecuritySecurityState string + const SecuritySecurityStateInfo + const SecuritySecurityStateInsecure + const SecuritySecurityStateInsecureBroken + const SecuritySecurityStateNeutral + const SecuritySecurityStateSecure + const SecuritySecurityStateUnknown + type SecuritySecurityStateChanged struct + Explanations []*SecuritySecurityStateExplanation + InsecureContentStatus *SecurityInsecureContentStatus + SchemeIsCryptographic bool + SecurityState SecuritySecurityState + Summary string + func (evt SecuritySecurityStateChanged) ProtoEvent() string + type SecuritySecurityStateExplanation struct + Certificate []string + Description string + MixedContentType SecurityMixedContentType + Recommendations []string + SecurityState SecuritySecurityState + Summary string + Title string + type SecuritySetIgnoreCertificateErrors struct + Ignore bool + func (m SecuritySetIgnoreCertificateErrors) Call(c Client) error + func (m SecuritySetIgnoreCertificateErrors) ProtoReq() string + type SecuritySetOverrideCertificateErrors struct + Override bool + func (m SecuritySetOverrideCertificateErrors) Call(c Client) error + func (m SecuritySetOverrideCertificateErrors) ProtoReq() string + type SecurityVisibleSecurityState struct + CertificateSecurityState *SecurityCertificateSecurityState + SafetyTipInfo *SecuritySafetyTipInfo + SecurityState SecuritySecurityState + SecurityStateIssueIds []string + type SecurityVisibleSecurityStateChanged struct + VisibleSecurityState *SecurityVisibleSecurityState + func (evt SecurityVisibleSecurityStateChanged) ProtoEvent() string + type ServiceWorkerDeliverPushMessage struct + Data string + Origin string + RegistrationID ServiceWorkerRegistrationID + func (m ServiceWorkerDeliverPushMessage) Call(c Client) error + func (m ServiceWorkerDeliverPushMessage) ProtoReq() string + type ServiceWorkerDisable struct + func (m ServiceWorkerDisable) Call(c Client) error + func (m ServiceWorkerDisable) ProtoReq() string + type ServiceWorkerDispatchPeriodicSyncEvent struct + Origin string + RegistrationID ServiceWorkerRegistrationID + Tag string + func (m ServiceWorkerDispatchPeriodicSyncEvent) Call(c Client) error + func (m ServiceWorkerDispatchPeriodicSyncEvent) ProtoReq() string + type ServiceWorkerDispatchSyncEvent struct + LastChance bool + Origin string + RegistrationID ServiceWorkerRegistrationID + Tag string + func (m ServiceWorkerDispatchSyncEvent) Call(c Client) error + func (m ServiceWorkerDispatchSyncEvent) ProtoReq() string + type ServiceWorkerEnable struct + func (m ServiceWorkerEnable) Call(c Client) error + func (m ServiceWorkerEnable) ProtoReq() string + type ServiceWorkerInspectWorker struct + VersionID string + func (m ServiceWorkerInspectWorker) Call(c Client) error + func (m ServiceWorkerInspectWorker) ProtoReq() string + type ServiceWorkerRegistrationID string + type ServiceWorkerServiceWorkerErrorMessage struct + ColumnNumber int + ErrorMessage string + LineNumber int + RegistrationID ServiceWorkerRegistrationID + SourceURL string + VersionID string + type ServiceWorkerServiceWorkerRegistration struct + IsDeleted bool + RegistrationID ServiceWorkerRegistrationID + ScopeURL string + type ServiceWorkerServiceWorkerVersion struct + ControlledClients []TargetTargetID + RegistrationID ServiceWorkerRegistrationID + RunningStatus ServiceWorkerServiceWorkerVersionRunningStatus + ScriptLastModified *float64 + ScriptResponseTime *float64 + ScriptURL string + Status ServiceWorkerServiceWorkerVersionStatus + TargetID TargetTargetID + VersionID string + type ServiceWorkerServiceWorkerVersionRunningStatus string + const ServiceWorkerServiceWorkerVersionRunningStatusRunning + const ServiceWorkerServiceWorkerVersionRunningStatusStarting + const ServiceWorkerServiceWorkerVersionRunningStatusStopped + const ServiceWorkerServiceWorkerVersionRunningStatusStopping + type ServiceWorkerServiceWorkerVersionStatus string + const ServiceWorkerServiceWorkerVersionStatusActivated + const ServiceWorkerServiceWorkerVersionStatusActivating + const ServiceWorkerServiceWorkerVersionStatusInstalled + const ServiceWorkerServiceWorkerVersionStatusInstalling + const ServiceWorkerServiceWorkerVersionStatusNew + const ServiceWorkerServiceWorkerVersionStatusRedundant + type ServiceWorkerSetForceUpdateOnPageLoad struct + ForceUpdateOnPageLoad bool + func (m ServiceWorkerSetForceUpdateOnPageLoad) Call(c Client) error + func (m ServiceWorkerSetForceUpdateOnPageLoad) ProtoReq() string + type ServiceWorkerSkipWaiting struct + ScopeURL string + func (m ServiceWorkerSkipWaiting) Call(c Client) error + func (m ServiceWorkerSkipWaiting) ProtoReq() string + type ServiceWorkerStartWorker struct + ScopeURL string + func (m ServiceWorkerStartWorker) Call(c Client) error + func (m ServiceWorkerStartWorker) ProtoReq() string + type ServiceWorkerStopAllWorkers struct + func (m ServiceWorkerStopAllWorkers) Call(c Client) error + func (m ServiceWorkerStopAllWorkers) ProtoReq() string + type ServiceWorkerStopWorker struct + VersionID string + func (m ServiceWorkerStopWorker) Call(c Client) error + func (m ServiceWorkerStopWorker) ProtoReq() string + type ServiceWorkerUnregister struct + ScopeURL string + func (m ServiceWorkerUnregister) Call(c Client) error + func (m ServiceWorkerUnregister) ProtoReq() string + type ServiceWorkerUpdateRegistration struct + ScopeURL string + func (m ServiceWorkerUpdateRegistration) Call(c Client) error + func (m ServiceWorkerUpdateRegistration) ProtoReq() string + type ServiceWorkerWorkerErrorReported struct + ErrorMessage *ServiceWorkerServiceWorkerErrorMessage + func (evt ServiceWorkerWorkerErrorReported) ProtoEvent() string + type ServiceWorkerWorkerRegistrationUpdated struct + Registrations []*ServiceWorkerServiceWorkerRegistration + func (evt ServiceWorkerWorkerRegistrationUpdated) ProtoEvent() string + type ServiceWorkerWorkerVersionUpdated struct + Versions []*ServiceWorkerServiceWorkerVersion + func (evt ServiceWorkerWorkerVersionUpdated) ProtoEvent() string + type Sessionable interface + GetSessionID func() TargetSessionID + type Shape []DOMQuad + func (qs Shape) Box() (box *DOMRect) + type StorageCacheStorageContentUpdated struct + CacheName string + Origin string + func (evt StorageCacheStorageContentUpdated) ProtoEvent() string + type StorageCacheStorageListUpdated struct + Origin string + func (evt StorageCacheStorageListUpdated) ProtoEvent() string + type StorageClearCookies struct + BrowserContextID BrowserBrowserContextID + func (m StorageClearCookies) Call(c Client) error + func (m StorageClearCookies) ProtoReq() string + type StorageClearDataForOrigin struct + Origin string + StorageTypes string + func (m StorageClearDataForOrigin) Call(c Client) error + func (m StorageClearDataForOrigin) ProtoReq() string + type StorageClearTrustTokens struct + IssuerOrigin string + func (m StorageClearTrustTokens) Call(c Client) (*StorageClearTrustTokensResult, error) + func (m StorageClearTrustTokens) ProtoReq() string + type StorageClearTrustTokensResult struct + DidDeleteTokens bool + type StorageGetCookies struct + BrowserContextID BrowserBrowserContextID + func (m StorageGetCookies) Call(c Client) (*StorageGetCookiesResult, error) + func (m StorageGetCookies) ProtoReq() string + type StorageGetCookiesResult struct + Cookies []*NetworkCookie + type StorageGetInterestGroupDetails struct + Name string + OwnerOrigin string + func (m StorageGetInterestGroupDetails) Call(c Client) (*StorageGetInterestGroupDetailsResult, error) + func (m StorageGetInterestGroupDetails) ProtoReq() string + type StorageGetInterestGroupDetailsResult struct + Details *StorageInterestGroupDetails + type StorageGetStorageKeyForFrame struct + FrameID PageFrameID + func (m StorageGetStorageKeyForFrame) Call(c Client) (*StorageGetStorageKeyForFrameResult, error) + func (m StorageGetStorageKeyForFrame) ProtoReq() string + type StorageGetStorageKeyForFrameResult struct + StorageKey StorageSerializedStorageKey + type StorageGetTrustTokens struct + func (m StorageGetTrustTokens) Call(c Client) (*StorageGetTrustTokensResult, error) + func (m StorageGetTrustTokens) ProtoReq() string + type StorageGetTrustTokensResult struct + Tokens []*StorageTrustTokens + type StorageGetUsageAndQuota struct + Origin string + func (m StorageGetUsageAndQuota) Call(c Client) (*StorageGetUsageAndQuotaResult, error) + func (m StorageGetUsageAndQuota) ProtoReq() string + type StorageGetUsageAndQuotaResult struct + OverrideActive bool + Quota float64 + Usage float64 + UsageBreakdown []*StorageUsageForType + type StorageIndexedDBContentUpdated struct + DatabaseName string + ObjectStoreName string + Origin string + func (evt StorageIndexedDBContentUpdated) ProtoEvent() string + type StorageIndexedDBListUpdated struct + Origin string + func (evt StorageIndexedDBListUpdated) ProtoEvent() string + type StorageInterestGroupAccessType string + const StorageInterestGroupAccessTypeBid + const StorageInterestGroupAccessTypeJoin + const StorageInterestGroupAccessTypeLeave + const StorageInterestGroupAccessTypeUpdate + const StorageInterestGroupAccessTypeWin + type StorageInterestGroupAccessed struct + AccessTime TimeSinceEpoch + Name string + OwnerOrigin string + Type StorageInterestGroupAccessType + func (evt StorageInterestGroupAccessed) ProtoEvent() string + type StorageInterestGroupAd struct + Metadata string + RenderURL string + type StorageInterestGroupDetails struct + AdComponents []*StorageInterestGroupAd + Ads []*StorageInterestGroupAd + BiddingURL string + BiddingWasmHelperURL string + ExpirationTime TimeSinceEpoch + JoiningOrigin string + Name string + OwnerOrigin string + TrustedBiddingSignalsKeys []string + TrustedBiddingSignalsURL string + UpdateURL string + UserBiddingSignals string + type StorageOverrideQuotaForOrigin struct + Origin string + QuotaSize *float64 + func (m StorageOverrideQuotaForOrigin) Call(c Client) error + func (m StorageOverrideQuotaForOrigin) ProtoReq() string + type StorageSerializedStorageKey string + type StorageSetCookies struct + BrowserContextID BrowserBrowserContextID + Cookies []*NetworkCookieParam + func (m StorageSetCookies) Call(c Client) error + func (m StorageSetCookies) ProtoReq() string + type StorageSetInterestGroupTracking struct + Enable bool + func (m StorageSetInterestGroupTracking) Call(c Client) error + func (m StorageSetInterestGroupTracking) ProtoReq() string + type StorageStorageType string + const StorageStorageTypeAll + const StorageStorageTypeAppcache + const StorageStorageTypeCacheStorage + const StorageStorageTypeCookies + const StorageStorageTypeFileSystems + const StorageStorageTypeIndexeddb + const StorageStorageTypeInterestGroups + const StorageStorageTypeLocalStorage + const StorageStorageTypeOther + const StorageStorageTypeServiceWorkers + const StorageStorageTypeShaderCache + const StorageStorageTypeWebsql + type StorageTrackCacheStorageForOrigin struct + Origin string + func (m StorageTrackCacheStorageForOrigin) Call(c Client) error + func (m StorageTrackCacheStorageForOrigin) ProtoReq() string + type StorageTrackIndexedDBForOrigin struct + Origin string + func (m StorageTrackIndexedDBForOrigin) Call(c Client) error + func (m StorageTrackIndexedDBForOrigin) ProtoReq() string + type StorageTrustTokens struct + Count float64 + IssuerOrigin string + type StorageUntrackCacheStorageForOrigin struct + Origin string + func (m StorageUntrackCacheStorageForOrigin) Call(c Client) error + func (m StorageUntrackCacheStorageForOrigin) ProtoReq() string + type StorageUntrackIndexedDBForOrigin struct + Origin string + func (m StorageUntrackIndexedDBForOrigin) Call(c Client) error + func (m StorageUntrackIndexedDBForOrigin) ProtoReq() string + type StorageUsageForType struct + StorageType StorageStorageType + Usage float64 + type SystemInfoGPUDevice struct + DeviceID float64 + DeviceString string + DriverVendor string + DriverVersion string + Revision *float64 + SubSysID *float64 + VendorID float64 + VendorString string + type SystemInfoGPUInfo struct + AuxAttributes map[string]gson.JSON + Devices []*SystemInfoGPUDevice + DriverBugWorkarounds []string + FeatureStatus map[string]gson.JSON + ImageDecoding []*SystemInfoImageDecodeAcceleratorCapability + VideoDecoding []*SystemInfoVideoDecodeAcceleratorCapability + VideoEncoding []*SystemInfoVideoEncodeAcceleratorCapability + type SystemInfoGetInfo struct + func (m SystemInfoGetInfo) Call(c Client) (*SystemInfoGetInfoResult, error) + func (m SystemInfoGetInfo) ProtoReq() string + type SystemInfoGetInfoResult struct + CommandLine string + Gpu *SystemInfoGPUInfo + ModelName string + ModelVersion string + type SystemInfoGetProcessInfo struct + func (m SystemInfoGetProcessInfo) Call(c Client) (*SystemInfoGetProcessInfoResult, error) + func (m SystemInfoGetProcessInfo) ProtoReq() string + type SystemInfoGetProcessInfoResult struct + ProcessInfo []*SystemInfoProcessInfo + type SystemInfoImageDecodeAcceleratorCapability struct + ImageType SystemInfoImageType + MaxDimensions *SystemInfoSize + MinDimensions *SystemInfoSize + Subsamplings []SystemInfoSubsamplingFormat + type SystemInfoImageType string + const SystemInfoImageTypeJpeg + const SystemInfoImageTypeUnknown + const SystemInfoImageTypeWebp + type SystemInfoProcessInfo struct + CPUTime float64 + ID int + Type string + type SystemInfoSize struct + Height int + Width int + type SystemInfoSubsamplingFormat string + const SystemInfoSubsamplingFormatYuv420 + const SystemInfoSubsamplingFormatYuv422 + const SystemInfoSubsamplingFormatYuv444 + type SystemInfoVideoDecodeAcceleratorCapability struct + MaxResolution *SystemInfoSize + MinResolution *SystemInfoSize + Profile string + type SystemInfoVideoEncodeAcceleratorCapability struct + MaxFramerateDenominator int + MaxFramerateNumerator int + MaxResolution *SystemInfoSize + Profile string + type TargetActivateTarget struct + TargetID TargetTargetID + func (m TargetActivateTarget) Call(c Client) error + func (m TargetActivateTarget) ProtoReq() string + type TargetAttachToBrowserTarget struct + func (m TargetAttachToBrowserTarget) Call(c Client) (*TargetAttachToBrowserTargetResult, error) + func (m TargetAttachToBrowserTarget) ProtoReq() string + type TargetAttachToBrowserTargetResult struct + SessionID TargetSessionID + type TargetAttachToTarget struct + Flatten bool + TargetID TargetTargetID + func (m TargetAttachToTarget) Call(c Client) (*TargetAttachToTargetResult, error) + func (m TargetAttachToTarget) ProtoReq() string + type TargetAttachToTargetResult struct + SessionID TargetSessionID + type TargetAttachedToTarget struct + SessionID TargetSessionID + TargetInfo *TargetTargetInfo + WaitingForDebugger bool + func (evt TargetAttachedToTarget) ProtoEvent() string + type TargetAutoAttachRelated struct + TargetID TargetTargetID + WaitForDebuggerOnStart bool + func (m TargetAutoAttachRelated) Call(c Client) error + func (m TargetAutoAttachRelated) ProtoReq() string + type TargetCloseTarget struct + TargetID TargetTargetID + func (m TargetCloseTarget) Call(c Client) (*TargetCloseTargetResult, error) + func (m TargetCloseTarget) ProtoReq() string + type TargetCloseTargetResult struct + Success bool + type TargetCreateBrowserContext struct + DisposeOnDetach bool + OriginsWithUniversalNetworkAccess []string + ProxyBypassList string + ProxyServer string + func (m TargetCreateBrowserContext) Call(c Client) (*TargetCreateBrowserContextResult, error) + func (m TargetCreateBrowserContext) ProtoReq() string + type TargetCreateBrowserContextResult struct + BrowserContextID BrowserBrowserContextID + type TargetCreateTarget struct + Background bool + BrowserContextID BrowserBrowserContextID + EnableBeginFrameControl bool + Height *int + NewWindow bool + URL string + Width *int + func (m TargetCreateTarget) Call(c Client) (*TargetCreateTargetResult, error) + func (m TargetCreateTarget) ProtoReq() string + type TargetCreateTargetResult struct + TargetID TargetTargetID + type TargetDetachFromTarget struct + SessionID TargetSessionID + TargetID TargetTargetID + func (m TargetDetachFromTarget) Call(c Client) error + func (m TargetDetachFromTarget) ProtoReq() string + type TargetDetachedFromTarget struct + SessionID TargetSessionID + TargetID TargetTargetID + func (evt TargetDetachedFromTarget) ProtoEvent() string + type TargetDisposeBrowserContext struct + BrowserContextID BrowserBrowserContextID + func (m TargetDisposeBrowserContext) Call(c Client) error + func (m TargetDisposeBrowserContext) ProtoReq() string + type TargetExposeDevToolsProtocol struct + BindingName string + TargetID TargetTargetID + func (m TargetExposeDevToolsProtocol) Call(c Client) error + func (m TargetExposeDevToolsProtocol) ProtoReq() string + type TargetGetBrowserContexts struct + func (m TargetGetBrowserContexts) Call(c Client) (*TargetGetBrowserContextsResult, error) + func (m TargetGetBrowserContexts) ProtoReq() string + type TargetGetBrowserContextsResult struct + BrowserContextIds []BrowserBrowserContextID + type TargetGetTargetInfo struct + TargetID TargetTargetID + func (m TargetGetTargetInfo) Call(c Client) (*TargetGetTargetInfoResult, error) + func (m TargetGetTargetInfo) ProtoReq() string + type TargetGetTargetInfoResult struct + TargetInfo *TargetTargetInfo + type TargetGetTargets struct + func (m TargetGetTargets) Call(c Client) (*TargetGetTargetsResult, error) + func (m TargetGetTargets) ProtoReq() string + type TargetGetTargetsResult struct + TargetInfos []*TargetTargetInfo + type TargetReceivedMessageFromTarget struct + Message string + SessionID TargetSessionID + TargetID TargetTargetID + func (evt TargetReceivedMessageFromTarget) ProtoEvent() string + type TargetRemoteLocation struct + Host string + Port int + type TargetSendMessageToTarget struct + Message string + SessionID TargetSessionID + TargetID TargetTargetID + func (m TargetSendMessageToTarget) Call(c Client) error + func (m TargetSendMessageToTarget) ProtoReq() string + type TargetSessionID string + type TargetSetAutoAttach struct + AutoAttach bool + Flatten bool + WaitForDebuggerOnStart bool + func (m TargetSetAutoAttach) Call(c Client) error + func (m TargetSetAutoAttach) ProtoReq() string + type TargetSetDiscoverTargets struct + Discover bool + func (m TargetSetDiscoverTargets) Call(c Client) error + func (m TargetSetDiscoverTargets) ProtoReq() string + type TargetSetRemoteLocations struct + Locations []*TargetRemoteLocation + func (m TargetSetRemoteLocations) Call(c Client) error + func (m TargetSetRemoteLocations) ProtoReq() string + type TargetTargetCrashed struct + ErrorCode int + Status string + TargetID TargetTargetID + func (evt TargetTargetCrashed) ProtoEvent() string + type TargetTargetCreated struct + TargetInfo *TargetTargetInfo + func (evt TargetTargetCreated) ProtoEvent() string + type TargetTargetDestroyed struct + TargetID TargetTargetID + func (evt TargetTargetDestroyed) ProtoEvent() string + type TargetTargetID string + type TargetTargetInfo struct + Attached bool + BrowserContextID BrowserBrowserContextID + CanAccessOpener bool + OpenerFrameID PageFrameID + OpenerID TargetTargetID + TargetID TargetTargetID + Title string + Type TargetTargetInfoType + URL string + type TargetTargetInfoChanged struct + TargetInfo *TargetTargetInfo + func (evt TargetTargetInfoChanged) ProtoEvent() string + type TargetTargetInfoType string + const TargetTargetInfoTypeBackgroundPage + const TargetTargetInfoTypeBrowser + const TargetTargetInfoTypeOther + const TargetTargetInfoTypePage + const TargetTargetInfoTypeServiceWorker + const TargetTargetInfoTypeSharedWorker + type TetheringAccepted struct + ConnectionID string + Port int + func (evt TetheringAccepted) ProtoEvent() string + type TetheringBind struct + Port int + func (m TetheringBind) Call(c Client) error + func (m TetheringBind) ProtoReq() string + type TetheringUnbind struct + Port int + func (m TetheringUnbind) Call(c Client) error + func (m TetheringUnbind) ProtoReq() string + type TimeSinceEpoch float64 + func (t TimeSinceEpoch) String() string + func (t TimeSinceEpoch) Time() time.Time + type TracingBufferUsage struct + EventCount *float64 + PercentFull *float64 + Value *float64 + func (evt TracingBufferUsage) ProtoEvent() string + type TracingDataCollected struct + Value []map[string]gson.JSON + func (evt TracingDataCollected) ProtoEvent() string + type TracingEnd struct + func (m TracingEnd) Call(c Client) error + func (m TracingEnd) ProtoReq() string + type TracingGetCategories struct + func (m TracingGetCategories) Call(c Client) (*TracingGetCategoriesResult, error) + func (m TracingGetCategories) ProtoReq() string + type TracingGetCategoriesResult struct + Categories []string + type TracingMemoryDumpConfig map[string]gson.JSON + type TracingMemoryDumpLevelOfDetail string + const TracingMemoryDumpLevelOfDetailBackground + const TracingMemoryDumpLevelOfDetailDetailed + const TracingMemoryDumpLevelOfDetailLight + type TracingRecordClockSyncMarker struct + SyncID string + func (m TracingRecordClockSyncMarker) Call(c Client) error + func (m TracingRecordClockSyncMarker) ProtoReq() string + type TracingRequestMemoryDump struct + Deterministic bool + LevelOfDetail TracingMemoryDumpLevelOfDetail + func (m TracingRequestMemoryDump) Call(c Client) (*TracingRequestMemoryDumpResult, error) + func (m TracingRequestMemoryDump) ProtoReq() string + type TracingRequestMemoryDumpResult struct + DumpGUID string + Success bool + type TracingStart struct + BufferUsageReportingInterval *float64 + Categories string + Options string + PerfettoConfig []byte + StreamCompression TracingStreamCompression + StreamFormat TracingStreamFormat + TraceConfig *TracingTraceConfig + TracingBackend TracingTracingBackend + TransferMode TracingStartTransferMode + func (m TracingStart) Call(c Client) error + func (m TracingStart) ProtoReq() string + type TracingStartTransferMode string + const TracingStartTransferModeReportEvents + const TracingStartTransferModeReturnAsStream + type TracingStreamCompression string + const TracingStreamCompressionGzip + const TracingStreamCompressionNone + type TracingStreamFormat string + const TracingStreamFormatJSON + const TracingStreamFormatProto + type TracingTraceConfig struct + EnableArgumentFilter bool + EnableSampling bool + EnableSystrace bool + ExcludedCategories []string + IncludedCategories []string + MemoryDumpConfig TracingMemoryDumpConfig + RecordMode TracingTraceConfigRecordMode + SyntheticDelays []string + TraceBufferSizeInKb *float64 + type TracingTraceConfigRecordMode string + const TracingTraceConfigRecordModeEchoToConsole + const TracingTraceConfigRecordModeRecordAsMuchAsPossible + const TracingTraceConfigRecordModeRecordContinuously + const TracingTraceConfigRecordModeRecordUntilFull + type TracingTracingBackend string + const TracingTracingBackendAuto + const TracingTracingBackendChrome + const TracingTracingBackendSystem + type TracingTracingComplete struct + DataLossOccurred bool + Stream IOStreamHandle + StreamCompression TracingStreamCompression + TraceFormat TracingStreamFormat + func (evt TracingTracingComplete) ProtoEvent() string + type WebAudioAudioListener struct + ContextID WebAudioGraphObjectID + ListenerID WebAudioGraphObjectID + type WebAudioAudioListenerCreated struct + Listener *WebAudioAudioListener + func (evt WebAudioAudioListenerCreated) ProtoEvent() string + type WebAudioAudioListenerWillBeDestroyed struct + ContextID WebAudioGraphObjectID + ListenerID WebAudioGraphObjectID + func (evt WebAudioAudioListenerWillBeDestroyed) ProtoEvent() string + type WebAudioAudioNode struct + ChannelCount float64 + ChannelCountMode WebAudioChannelCountMode + ChannelInterpretation WebAudioChannelInterpretation + ContextID WebAudioGraphObjectID + NodeID WebAudioGraphObjectID + NodeType WebAudioNodeType + NumberOfInputs float64 + NumberOfOutputs float64 + type WebAudioAudioNodeCreated struct + Node *WebAudioAudioNode + func (evt WebAudioAudioNodeCreated) ProtoEvent() string + type WebAudioAudioNodeWillBeDestroyed struct + ContextID WebAudioGraphObjectID + NodeID WebAudioGraphObjectID + func (evt WebAudioAudioNodeWillBeDestroyed) ProtoEvent() string + type WebAudioAudioParam struct + ContextID WebAudioGraphObjectID + DefaultValue float64 + MaxValue float64 + MinValue float64 + NodeID WebAudioGraphObjectID + ParamID WebAudioGraphObjectID + ParamType WebAudioParamType + Rate WebAudioAutomationRate + type WebAudioAudioParamCreated struct + Param *WebAudioAudioParam + func (evt WebAudioAudioParamCreated) ProtoEvent() string + type WebAudioAudioParamWillBeDestroyed struct + ContextID WebAudioGraphObjectID + NodeID WebAudioGraphObjectID + ParamID WebAudioGraphObjectID + func (evt WebAudioAudioParamWillBeDestroyed) ProtoEvent() string + type WebAudioAutomationRate string + const WebAudioAutomationRateARate + const WebAudioAutomationRateKRate + type WebAudioBaseAudioContext struct + CallbackBufferSize float64 + ContextID WebAudioGraphObjectID + ContextState WebAudioContextState + ContextType WebAudioContextType + MaxOutputChannelCount float64 + RealtimeData *WebAudioContextRealtimeData + SampleRate float64 + type WebAudioChannelCountMode string + const WebAudioChannelCountModeClampedMax + const WebAudioChannelCountModeExplicit + const WebAudioChannelCountModeMax + type WebAudioChannelInterpretation string + const WebAudioChannelInterpretationDiscrete + const WebAudioChannelInterpretationSpeakers + type WebAudioContextChanged struct + Context *WebAudioBaseAudioContext + func (evt WebAudioContextChanged) ProtoEvent() string + type WebAudioContextCreated struct + Context *WebAudioBaseAudioContext + func (evt WebAudioContextCreated) ProtoEvent() string + type WebAudioContextRealtimeData struct + CallbackIntervalMean float64 + CallbackIntervalVariance float64 + CurrentTime float64 + RenderCapacity float64 + type WebAudioContextState string + const WebAudioContextStateClosed + const WebAudioContextStateRunning + const WebAudioContextStateSuspended + type WebAudioContextType string + const WebAudioContextTypeOffline + const WebAudioContextTypeRealtime + type WebAudioContextWillBeDestroyed struct + ContextID WebAudioGraphObjectID + func (evt WebAudioContextWillBeDestroyed) ProtoEvent() string + type WebAudioDisable struct + func (m WebAudioDisable) Call(c Client) error + func (m WebAudioDisable) ProtoReq() string + type WebAudioEnable struct + func (m WebAudioEnable) Call(c Client) error + func (m WebAudioEnable) ProtoReq() string + type WebAudioGetRealtimeData struct + ContextID WebAudioGraphObjectID + func (m WebAudioGetRealtimeData) Call(c Client) (*WebAudioGetRealtimeDataResult, error) + func (m WebAudioGetRealtimeData) ProtoReq() string + type WebAudioGetRealtimeDataResult struct + RealtimeData *WebAudioContextRealtimeData + type WebAudioGraphObjectID string + type WebAudioNodeParamConnected struct + ContextID WebAudioGraphObjectID + DestinationID WebAudioGraphObjectID + SourceID WebAudioGraphObjectID + SourceOutputIndex *float64 + func (evt WebAudioNodeParamConnected) ProtoEvent() string + type WebAudioNodeParamDisconnected struct + ContextID WebAudioGraphObjectID + DestinationID WebAudioGraphObjectID + SourceID WebAudioGraphObjectID + SourceOutputIndex *float64 + func (evt WebAudioNodeParamDisconnected) ProtoEvent() string + type WebAudioNodeType string + type WebAudioNodesConnected struct + ContextID WebAudioGraphObjectID + DestinationID WebAudioGraphObjectID + DestinationInputIndex *float64 + SourceID WebAudioGraphObjectID + SourceOutputIndex *float64 + func (evt WebAudioNodesConnected) ProtoEvent() string + type WebAudioNodesDisconnected struct + ContextID WebAudioGraphObjectID + DestinationID WebAudioGraphObjectID + DestinationInputIndex *float64 + SourceID WebAudioGraphObjectID + SourceOutputIndex *float64 + func (evt WebAudioNodesDisconnected) ProtoEvent() string + type WebAudioParamType string + type WebAuthnAddCredential struct + AuthenticatorID WebAuthnAuthenticatorID + Credential *WebAuthnCredential + func (m WebAuthnAddCredential) Call(c Client) error + func (m WebAuthnAddCredential) ProtoReq() string + type WebAuthnAddVirtualAuthenticator struct + Options *WebAuthnVirtualAuthenticatorOptions + func (m WebAuthnAddVirtualAuthenticator) Call(c Client) (*WebAuthnAddVirtualAuthenticatorResult, error) + func (m WebAuthnAddVirtualAuthenticator) ProtoReq() string + type WebAuthnAddVirtualAuthenticatorResult struct + AuthenticatorID WebAuthnAuthenticatorID + type WebAuthnAuthenticatorID string + type WebAuthnAuthenticatorProtocol string + const WebAuthnAuthenticatorProtocolCtap2 + const WebAuthnAuthenticatorProtocolU2f + type WebAuthnAuthenticatorTransport string + const WebAuthnAuthenticatorTransportBle + const WebAuthnAuthenticatorTransportCable + const WebAuthnAuthenticatorTransportInternal + const WebAuthnAuthenticatorTransportNfc + const WebAuthnAuthenticatorTransportUsb + type WebAuthnClearCredentials struct + AuthenticatorID WebAuthnAuthenticatorID + func (m WebAuthnClearCredentials) Call(c Client) error + func (m WebAuthnClearCredentials) ProtoReq() string + type WebAuthnCredential struct + CredentialID []byte + IsResidentCredential bool + LargeBlob []byte + PrivateKey []byte + RpID string + SignCount int + UserHandle []byte + type WebAuthnCtap2Version string + const WebAuthnCtap2VersionCtap20 + const WebAuthnCtap2VersionCtap21 + type WebAuthnDisable struct + func (m WebAuthnDisable) Call(c Client) error + func (m WebAuthnDisable) ProtoReq() string + type WebAuthnEnable struct + EnableUI bool + func (m WebAuthnEnable) Call(c Client) error + func (m WebAuthnEnable) ProtoReq() string + type WebAuthnGetCredential struct + AuthenticatorID WebAuthnAuthenticatorID + CredentialID []byte + func (m WebAuthnGetCredential) Call(c Client) (*WebAuthnGetCredentialResult, error) + func (m WebAuthnGetCredential) ProtoReq() string + type WebAuthnGetCredentialResult struct + Credential *WebAuthnCredential + type WebAuthnGetCredentials struct + AuthenticatorID WebAuthnAuthenticatorID + func (m WebAuthnGetCredentials) Call(c Client) (*WebAuthnGetCredentialsResult, error) + func (m WebAuthnGetCredentials) ProtoReq() string + type WebAuthnGetCredentialsResult struct + Credentials []*WebAuthnCredential + type WebAuthnRemoveCredential struct + AuthenticatorID WebAuthnAuthenticatorID + CredentialID []byte + func (m WebAuthnRemoveCredential) Call(c Client) error + func (m WebAuthnRemoveCredential) ProtoReq() string + type WebAuthnRemoveVirtualAuthenticator struct + AuthenticatorID WebAuthnAuthenticatorID + func (m WebAuthnRemoveVirtualAuthenticator) Call(c Client) error + func (m WebAuthnRemoveVirtualAuthenticator) ProtoReq() string + type WebAuthnSetAutomaticPresenceSimulation struct + AuthenticatorID WebAuthnAuthenticatorID + Enabled bool + func (m WebAuthnSetAutomaticPresenceSimulation) Call(c Client) error + func (m WebAuthnSetAutomaticPresenceSimulation) ProtoReq() string + type WebAuthnSetUserVerified struct + AuthenticatorID WebAuthnAuthenticatorID + IsUserVerified bool + func (m WebAuthnSetUserVerified) Call(c Client) error + func (m WebAuthnSetUserVerified) ProtoReq() string + type WebAuthnVirtualAuthenticatorOptions struct + AutomaticPresenceSimulation bool + Ctap2Version WebAuthnCtap2Version + HasCredBlob bool + HasLargeBlob bool + HasMinPinLength bool + HasResidentKey bool + HasUserVerification bool + IsUserVerified bool + Protocol WebAuthnAuthenticatorProtocol + Transport WebAuthnAuthenticatorTransport