Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandAddCompilationCache + const CommandAddScriptToEvaluateOnNewDocument + const CommandBringToFront + const CommandCaptureScreenshot + const CommandCaptureSnapshot + const CommandClearCompilationCache + const CommandClose + const CommandCrash + const CommandCreateIsolatedWorld + const CommandDisable + const CommandEnable + const CommandGenerateTestReport + const CommandGetAdScriptID + const CommandGetAppID + const CommandGetAppManifest + const CommandGetFrameTree + const CommandGetInstallabilityErrors + const CommandGetLayoutMetrics + const CommandGetNavigationHistory + const CommandGetOriginTrials + const CommandGetPermissionsPolicyState + const CommandGetResourceContent + const CommandGetResourceTree + const CommandHandleJavaScriptDialog + const CommandNavigate + const CommandNavigateToHistoryEntry + const CommandPrintToPDF + const CommandProduceCompilationCache + const CommandReload + const CommandRemoveScriptToEvaluateOnNewDocument + const CommandResetNavigationHistory + const CommandScreencastFrameAck + const CommandSearchInResource + const CommandSetAdBlockingEnabled + const CommandSetBypassCSP + const CommandSetDocumentContent + const CommandSetFontFamilies + const CommandSetFontSizes + const CommandSetInterceptFileChooserDialog + const CommandSetLifecycleEventsEnabled + const CommandSetPrerenderingAllowed + const CommandSetRPHRegistrationMode + const CommandSetSPCTransactionMode + const CommandSetWebLifecycleState + const CommandStartScreencast + const CommandStopLoading + const CommandStopScreencast + const CommandWaitForDebugger + type AdScriptID struct + DebuggerID runtime.UniqueDebuggerID + ScriptID runtime.ScriptID + func (v *AdScriptID) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AdScriptID) UnmarshalJSON(data []byte) error + func (v AdScriptID) MarshalEasyJSON(w *jwriter.Writer) + func (v AdScriptID) MarshalJSON() ([]byte, error) + type AddCompilationCacheParams struct + Data string + URL string + func AddCompilationCache(url string, data string) *AddCompilationCacheParams + func (p *AddCompilationCacheParams) Do(ctx context.Context) (err error) + func (v *AddCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AddCompilationCacheParams) UnmarshalJSON(data []byte) error + func (v AddCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer) + func (v AddCompilationCacheParams) MarshalJSON() ([]byte, error) + type AddScriptToEvaluateOnNewDocumentParams struct + IncludeCommandLineAPI bool + RunImmediately bool + Source string + WorldName string + func AddScriptToEvaluateOnNewDocument(source string) *AddScriptToEvaluateOnNewDocumentParams + func (p *AddScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (identifier ScriptIdentifier, err error) + func (p AddScriptToEvaluateOnNewDocumentParams) WithIncludeCommandLineAPI(includeCommandLineAPI bool) *AddScriptToEvaluateOnNewDocumentParams + func (p AddScriptToEvaluateOnNewDocumentParams) WithRunImmediately(runImmediately bool) *AddScriptToEvaluateOnNewDocumentParams + func (p AddScriptToEvaluateOnNewDocumentParams) WithWorldName(worldName string) *AddScriptToEvaluateOnNewDocumentParams + func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error + func (v AddScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer) + func (v AddScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error) + type AddScriptToEvaluateOnNewDocumentReturns struct + Identifier ScriptIdentifier + func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalJSON(data []byte) error + func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalJSON() ([]byte, error) + type AppManifestError struct + Column int64 + Critical int64 + Line int64 + Message string + func (v *AppManifestError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AppManifestError) UnmarshalJSON(data []byte) error + func (v AppManifestError) MarshalEasyJSON(w *jwriter.Writer) + func (v AppManifestError) MarshalJSON() ([]byte, error) + type AppManifestParsedProperties struct + Scope string + func (v *AppManifestParsedProperties) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AppManifestParsedProperties) UnmarshalJSON(data []byte) error + func (v AppManifestParsedProperties) MarshalEasyJSON(w *jwriter.Writer) + func (v AppManifestParsedProperties) MarshalJSON() ([]byte, error) + type AutoResponseMode string + const AutoResponseModeAutoAccept + const AutoResponseModeAutoOptOut + const AutoResponseModeAutoReject + const AutoResponseModeNone + func (t *AutoResponseMode) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *AutoResponseMode) UnmarshalJSON(buf []byte) error + func (t AutoResponseMode) MarshalEasyJSON(out *jwriter.Writer) + func (t AutoResponseMode) MarshalJSON() ([]byte, error) + func (t AutoResponseMode) String() string + type BackForwardCacheBlockingDetails struct + ColumnNumber int64 + Function string + LineNumber int64 + URL string + func (v *BackForwardCacheBlockingDetails) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BackForwardCacheBlockingDetails) UnmarshalJSON(data []byte) error + func (v BackForwardCacheBlockingDetails) MarshalEasyJSON(w *jwriter.Writer) + func (v BackForwardCacheBlockingDetails) MarshalJSON() ([]byte, error) + type BackForwardCacheNotRestoredExplanation struct + Context string + Details []*BackForwardCacheBlockingDetails + Reason BackForwardCacheNotRestoredReason + Type BackForwardCacheNotRestoredReasonType + func (v *BackForwardCacheNotRestoredExplanation) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BackForwardCacheNotRestoredExplanation) UnmarshalJSON(data []byte) error + func (v BackForwardCacheNotRestoredExplanation) MarshalEasyJSON(w *jwriter.Writer) + func (v BackForwardCacheNotRestoredExplanation) MarshalJSON() ([]byte, error) + type BackForwardCacheNotRestoredExplanationTree struct + Children []*BackForwardCacheNotRestoredExplanationTree + Explanations []*BackForwardCacheNotRestoredExplanation + URL string + func (v *BackForwardCacheNotRestoredExplanationTree) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BackForwardCacheNotRestoredExplanationTree) UnmarshalJSON(data []byte) error + func (v BackForwardCacheNotRestoredExplanationTree) MarshalEasyJSON(w *jwriter.Writer) + func (v BackForwardCacheNotRestoredExplanationTree) MarshalJSON() ([]byte, error) + type BackForwardCacheNotRestoredReason string + const BackForwardCacheNotRestoredReasonActivationNavigationsDisallowedForBug1234857 + const BackForwardCacheNotRestoredReasonAppBanner + const BackForwardCacheNotRestoredReasonBackForwardCacheDisabled + const BackForwardCacheNotRestoredReasonBackForwardCacheDisabledByCommandLine + const BackForwardCacheNotRestoredReasonBackForwardCacheDisabledByLowMemory + const BackForwardCacheNotRestoredReasonBackForwardCacheDisabledForDelegate + const BackForwardCacheNotRestoredReasonBackForwardCacheDisabledForPrerender + const BackForwardCacheNotRestoredReasonBroadcastChannel + const BackForwardCacheNotRestoredReasonBroadcastChannelOnMessage + const BackForwardCacheNotRestoredReasonBrowsingInstanceNotSwapped + const BackForwardCacheNotRestoredReasonCacheControlNoStore + const BackForwardCacheNotRestoredReasonCacheControlNoStoreCookieModified + const BackForwardCacheNotRestoredReasonCacheControlNoStoreHTTPOnlyCookieModified + const BackForwardCacheNotRestoredReasonCacheFlushed + const BackForwardCacheNotRestoredReasonCacheLimit + const BackForwardCacheNotRestoredReasonConflictingBrowsingInstance + const BackForwardCacheNotRestoredReasonContainsPlugins + const BackForwardCacheNotRestoredReasonContentFileChooser + const BackForwardCacheNotRestoredReasonContentFileSystemAccess + const BackForwardCacheNotRestoredReasonContentMediaDevicesDispatcherHost + const BackForwardCacheNotRestoredReasonContentMediaSessionService + const BackForwardCacheNotRestoredReasonContentScreenReader + const BackForwardCacheNotRestoredReasonContentSecurityHandler + const BackForwardCacheNotRestoredReasonContentSerial + const BackForwardCacheNotRestoredReasonContentWebAuthenticationAPI + const BackForwardCacheNotRestoredReasonContentWebBluetooth + const BackForwardCacheNotRestoredReasonContentWebUSB + const BackForwardCacheNotRestoredReasonCookieDisabled + const BackForwardCacheNotRestoredReasonCookieFlushed + const BackForwardCacheNotRestoredReasonDisableForRenderFrameHostCalled + const BackForwardCacheNotRestoredReasonDocumentLoaded + const BackForwardCacheNotRestoredReasonDomainNotAllowed + const BackForwardCacheNotRestoredReasonDummy + const BackForwardCacheNotRestoredReasonEmbedderAppBannerManager + const BackForwardCacheNotRestoredReasonEmbedderChromePasswordManagerClientBindCredentialManager + const BackForwardCacheNotRestoredReasonEmbedderDomDistillerSelfDeletingRequestDelegate + const BackForwardCacheNotRestoredReasonEmbedderDomDistillerViewerSource + const BackForwardCacheNotRestoredReasonEmbedderExtensionMessaging + const BackForwardCacheNotRestoredReasonEmbedderExtensionMessagingForOpenPort + const BackForwardCacheNotRestoredReasonEmbedderExtensionSentMessageToCachedFrame + const BackForwardCacheNotRestoredReasonEmbedderExtensions + const BackForwardCacheNotRestoredReasonEmbedderModalDialog + const BackForwardCacheNotRestoredReasonEmbedderOfflinePage + const BackForwardCacheNotRestoredReasonEmbedderOomInterventionTabHelper + const BackForwardCacheNotRestoredReasonEmbedderPermissionRequestManager + const BackForwardCacheNotRestoredReasonEmbedderPopupBlockerTabHelper + const BackForwardCacheNotRestoredReasonEmbedderSafeBrowsingThreatDetails + const BackForwardCacheNotRestoredReasonEmbedderSafeBrowsingTriggeredPopupBlocker + const BackForwardCacheNotRestoredReasonEnteredBackForwardCacheBeforeServiceWorkerHostAdded + const BackForwardCacheNotRestoredReasonErrorDocument + const BackForwardCacheNotRestoredReasonFencedFramesEmbedder + const BackForwardCacheNotRestoredReasonForegroundCacheLimit + const BackForwardCacheNotRestoredReasonHTTPAuthRequired + const BackForwardCacheNotRestoredReasonHTTPMethodNotGET + const BackForwardCacheNotRestoredReasonHTTPSTatusNotOK + const BackForwardCacheNotRestoredReasonHaveInnerContents + const BackForwardCacheNotRestoredReasonIdleManager + const BackForwardCacheNotRestoredReasonIgnoreEventAndEvict + const BackForwardCacheNotRestoredReasonIndexedDBEvent + const BackForwardCacheNotRestoredReasonInjectedJavascript + const BackForwardCacheNotRestoredReasonInjectedStyleSheet + const BackForwardCacheNotRestoredReasonJavaScriptExecution + const BackForwardCacheNotRestoredReasonJsNetworkRequestReceivedCacheControlNoStoreResource + const BackForwardCacheNotRestoredReasonKeepaliveRequest + const BackForwardCacheNotRestoredReasonKeyboardLock + const BackForwardCacheNotRestoredReasonLiveMediaStreamTrack + const BackForwardCacheNotRestoredReasonLoading + const BackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoCache + const BackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoStore + const BackForwardCacheNotRestoredReasonNavigationCancelledWhileRestoring + const BackForwardCacheNotRestoredReasonNetworkExceedsBufferLimit + const BackForwardCacheNotRestoredReasonNetworkRequestDatapipeDrainedAsBytesConsumer + const BackForwardCacheNotRestoredReasonNetworkRequestRedirected + const BackForwardCacheNotRestoredReasonNetworkRequestTimeout + const BackForwardCacheNotRestoredReasonNoResponseHead + const BackForwardCacheNotRestoredReasonNotMostRecentNavigationEntry + const BackForwardCacheNotRestoredReasonNotPrimaryMainFrame + const BackForwardCacheNotRestoredReasonOutstandingNetworkRequestDirectSocket + const BackForwardCacheNotRestoredReasonOutstandingNetworkRequestFetch + const BackForwardCacheNotRestoredReasonOutstandingNetworkRequestOthers + const BackForwardCacheNotRestoredReasonOutstandingNetworkRequestXHR + const BackForwardCacheNotRestoredReasonParserAborted + const BackForwardCacheNotRestoredReasonPaymentManager + const BackForwardCacheNotRestoredReasonPictureInPicture + const BackForwardCacheNotRestoredReasonPortal + const BackForwardCacheNotRestoredReasonPrinting + const BackForwardCacheNotRestoredReasonRelatedActiveContentsExist + const BackForwardCacheNotRestoredReasonRenderFrameHostReusedCrossSite + const BackForwardCacheNotRestoredReasonRenderFrameHostReusedSameSite + const BackForwardCacheNotRestoredReasonRendererProcessCrashed + const BackForwardCacheNotRestoredReasonRendererProcessKilled + const BackForwardCacheNotRestoredReasonRequestedAudioCapturePermission + const BackForwardCacheNotRestoredReasonRequestedBackForwardCacheBlockedSensors + const BackForwardCacheNotRestoredReasonRequestedBackgroundWorkPermission + const BackForwardCacheNotRestoredReasonRequestedByWebViewClient + const BackForwardCacheNotRestoredReasonRequestedMIDIPermission + const BackForwardCacheNotRestoredReasonRequestedStorageAccessGrant + const BackForwardCacheNotRestoredReasonRequestedVideoCapturePermission + const BackForwardCacheNotRestoredReasonSchedulerTrackedFeatureUsed + const BackForwardCacheNotRestoredReasonSchemeNotHTTPOrHTTPS + const BackForwardCacheNotRestoredReasonServiceWorkerClaim + const BackForwardCacheNotRestoredReasonServiceWorkerPostMessage + const BackForwardCacheNotRestoredReasonServiceWorkerUnregistration + const BackForwardCacheNotRestoredReasonServiceWorkerVersionActivation + const BackForwardCacheNotRestoredReasonSessionRestored + const BackForwardCacheNotRestoredReasonSharedWorker + const BackForwardCacheNotRestoredReasonSmartCard + const BackForwardCacheNotRestoredReasonSpeechRecognizer + const BackForwardCacheNotRestoredReasonSpeechSynthesis + const BackForwardCacheNotRestoredReasonSubframeIsNavigating + const BackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoCache + const BackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoStore + const BackForwardCacheNotRestoredReasonTimeout + const BackForwardCacheNotRestoredReasonTimeoutPuttingInCache + const BackForwardCacheNotRestoredReasonUnknown + const BackForwardCacheNotRestoredReasonUnloadHandler + const BackForwardCacheNotRestoredReasonUnloadHandlerExistsInMainFrame + const BackForwardCacheNotRestoredReasonUnloadHandlerExistsInSubFrame + const BackForwardCacheNotRestoredReasonUserAgentOverrideDiffers + const BackForwardCacheNotRestoredReasonWasGrantedMediaAccess + const BackForwardCacheNotRestoredReasonWebDatabase + const BackForwardCacheNotRestoredReasonWebHID + const BackForwardCacheNotRestoredReasonWebLocks + const BackForwardCacheNotRestoredReasonWebNfc + const BackForwardCacheNotRestoredReasonWebOTPService + const BackForwardCacheNotRestoredReasonWebRTC + const BackForwardCacheNotRestoredReasonWebRTCSticky + const BackForwardCacheNotRestoredReasonWebShare + const BackForwardCacheNotRestoredReasonWebSocket + const BackForwardCacheNotRestoredReasonWebSocketSticky + const BackForwardCacheNotRestoredReasonWebTransport + const BackForwardCacheNotRestoredReasonWebTransportSticky + const BackForwardCacheNotRestoredReasonWebViewDocumentStartJavascriptChanged + const BackForwardCacheNotRestoredReasonWebViewJavaScriptObjectChanged + const BackForwardCacheNotRestoredReasonWebViewMessageListenerInjected + const BackForwardCacheNotRestoredReasonWebViewSafeBrowsingAllowlistChanged + const BackForwardCacheNotRestoredReasonWebViewSettingsChanged + const BackForwardCacheNotRestoredReasonWebXR + func (t *BackForwardCacheNotRestoredReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *BackForwardCacheNotRestoredReason) UnmarshalJSON(buf []byte) error + func (t BackForwardCacheNotRestoredReason) MarshalEasyJSON(out *jwriter.Writer) + func (t BackForwardCacheNotRestoredReason) MarshalJSON() ([]byte, error) + func (t BackForwardCacheNotRestoredReason) String() string + type BackForwardCacheNotRestoredReasonType string + const BackForwardCacheNotRestoredReasonTypeCircumstantial + const BackForwardCacheNotRestoredReasonTypePageSupportNeeded + const BackForwardCacheNotRestoredReasonTypeSupportPending + func (t *BackForwardCacheNotRestoredReasonType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *BackForwardCacheNotRestoredReasonType) UnmarshalJSON(buf []byte) error + func (t BackForwardCacheNotRestoredReasonType) MarshalEasyJSON(out *jwriter.Writer) + func (t BackForwardCacheNotRestoredReasonType) MarshalJSON() ([]byte, error) + func (t BackForwardCacheNotRestoredReasonType) String() string + type BringToFrontParams struct + func BringToFront() *BringToFrontParams + func (p *BringToFrontParams) Do(ctx context.Context) (err error) + func (v *BringToFrontParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BringToFrontParams) UnmarshalJSON(data []byte) error + func (v BringToFrontParams) MarshalEasyJSON(w *jwriter.Writer) + func (v BringToFrontParams) MarshalJSON() ([]byte, error) + type CaptureScreenshotFormat string + const CaptureScreenshotFormatJpeg + const CaptureScreenshotFormatPng + const CaptureScreenshotFormatWebp + func (t *CaptureScreenshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CaptureScreenshotFormat) UnmarshalJSON(buf []byte) error + func (t CaptureScreenshotFormat) MarshalEasyJSON(out *jwriter.Writer) + func (t CaptureScreenshotFormat) MarshalJSON() ([]byte, error) + func (t CaptureScreenshotFormat) String() string + type CaptureScreenshotParams struct + CaptureBeyondViewport bool + Clip *Viewport + Format CaptureScreenshotFormat + FromSurface bool + OptimizeForSpeed bool + Quality int64 + func CaptureScreenshot() *CaptureScreenshotParams + func (p *CaptureScreenshotParams) Do(ctx context.Context) (data []byte, err error) + func (p CaptureScreenshotParams) WithCaptureBeyondViewport(captureBeyondViewport bool) *CaptureScreenshotParams + func (p CaptureScreenshotParams) WithClip(clip *Viewport) *CaptureScreenshotParams + func (p CaptureScreenshotParams) WithFormat(format CaptureScreenshotFormat) *CaptureScreenshotParams + func (p CaptureScreenshotParams) WithFromSurface(fromSurface bool) *CaptureScreenshotParams + func (p CaptureScreenshotParams) WithOptimizeForSpeed(optimizeForSpeed bool) *CaptureScreenshotParams + func (p CaptureScreenshotParams) WithQuality(quality int64) *CaptureScreenshotParams + func (v *CaptureScreenshotParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CaptureScreenshotParams) UnmarshalJSON(data []byte) error + func (v CaptureScreenshotParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CaptureScreenshotParams) MarshalJSON() ([]byte, error) + type CaptureScreenshotReturns struct + Data string + func (v *CaptureScreenshotReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CaptureScreenshotReturns) UnmarshalJSON(data []byte) error + func (v CaptureScreenshotReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v CaptureScreenshotReturns) MarshalJSON() ([]byte, error) + type CaptureSnapshotFormat string + const CaptureSnapshotFormatMhtml + func (t *CaptureSnapshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CaptureSnapshotFormat) UnmarshalJSON(buf []byte) error + func (t CaptureSnapshotFormat) MarshalEasyJSON(out *jwriter.Writer) + func (t CaptureSnapshotFormat) MarshalJSON() ([]byte, error) + func (t CaptureSnapshotFormat) String() string + type CaptureSnapshotParams struct + Format CaptureSnapshotFormat + func CaptureSnapshot() *CaptureSnapshotParams + func (p *CaptureSnapshotParams) Do(ctx context.Context) (data string, err error) + func (p CaptureSnapshotParams) WithFormat(format CaptureSnapshotFormat) *CaptureSnapshotParams + func (v *CaptureSnapshotParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CaptureSnapshotParams) UnmarshalJSON(data []byte) error + func (v CaptureSnapshotParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CaptureSnapshotParams) MarshalJSON() ([]byte, error) + type CaptureSnapshotReturns struct + Data string + func (v *CaptureSnapshotReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CaptureSnapshotReturns) UnmarshalJSON(data []byte) error + func (v CaptureSnapshotReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v CaptureSnapshotReturns) MarshalJSON() ([]byte, error) + type ClearCompilationCacheParams struct + func ClearCompilationCache() *ClearCompilationCacheParams + func (p *ClearCompilationCacheParams) Do(ctx context.Context) (err error) + func (v *ClearCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearCompilationCacheParams) UnmarshalJSON(data []byte) error + func (v ClearCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearCompilationCacheParams) MarshalJSON() ([]byte, error) + type ClientNavigationDisposition string + const ClientNavigationDispositionCurrentTab + const ClientNavigationDispositionDownload + const ClientNavigationDispositionNewTab + const ClientNavigationDispositionNewWindow + func (t *ClientNavigationDisposition) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ClientNavigationDisposition) UnmarshalJSON(buf []byte) error + func (t ClientNavigationDisposition) MarshalEasyJSON(out *jwriter.Writer) + func (t ClientNavigationDisposition) MarshalJSON() ([]byte, error) + func (t ClientNavigationDisposition) String() string + type ClientNavigationReason string + const ClientNavigationReasonAnchorClick + const ClientNavigationReasonFormSubmissionGet + const ClientNavigationReasonFormSubmissionPost + const ClientNavigationReasonHTTPHeaderRefresh + const ClientNavigationReasonMetaTagRefresh + const ClientNavigationReasonPageBlockInterstitial + const ClientNavigationReasonReload + const ClientNavigationReasonScriptInitiated + func (t *ClientNavigationReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ClientNavigationReason) UnmarshalJSON(buf []byte) error + func (t ClientNavigationReason) MarshalEasyJSON(out *jwriter.Writer) + func (t ClientNavigationReason) MarshalJSON() ([]byte, error) + func (t ClientNavigationReason) String() string + type CloseParams struct + func Close() *CloseParams + func (p *CloseParams) Do(ctx context.Context) (err error) + func (v *CloseParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CloseParams) UnmarshalJSON(data []byte) error + func (v CloseParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CloseParams) MarshalJSON() ([]byte, error) + type CompilationCacheParams struct + Eager bool + URL string + func (v *CompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CompilationCacheParams) UnmarshalJSON(data []byte) error + func (v CompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CompilationCacheParams) MarshalJSON() ([]byte, error) + type CrashParams struct + func Crash() *CrashParams + func (p *CrashParams) Do(ctx context.Context) (err error) + func (v *CrashParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CrashParams) UnmarshalJSON(data []byte) error + func (v CrashParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CrashParams) MarshalJSON() ([]byte, error) + type CreateIsolatedWorldParams struct + FrameID cdp.FrameID + GrantUniveralAccess bool + WorldName string + func CreateIsolatedWorld(frameID cdp.FrameID) *CreateIsolatedWorldParams + func (p *CreateIsolatedWorldParams) Do(ctx context.Context) (executionContextID runtime.ExecutionContextID, err error) + func (p CreateIsolatedWorldParams) WithGrantUniveralAccess(grantUniveralAccess bool) *CreateIsolatedWorldParams + func (p CreateIsolatedWorldParams) WithWorldName(worldName string) *CreateIsolatedWorldParams + func (v *CreateIsolatedWorldParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CreateIsolatedWorldParams) UnmarshalJSON(data []byte) error + func (v CreateIsolatedWorldParams) MarshalEasyJSON(w *jwriter.Writer) + func (v CreateIsolatedWorldParams) MarshalJSON() ([]byte, error) + type CreateIsolatedWorldReturns struct + ExecutionContextID runtime.ExecutionContextID + func (v *CreateIsolatedWorldReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CreateIsolatedWorldReturns) UnmarshalJSON(data []byte) error + func (v CreateIsolatedWorldReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v CreateIsolatedWorldReturns) MarshalJSON() ([]byte, error) + type DialogType string + const DialogTypeAlert + const DialogTypeBeforeunload + const DialogTypeConfirm + const DialogTypePrompt + func (t *DialogType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *DialogType) UnmarshalJSON(buf []byte) error + func (t DialogType) MarshalEasyJSON(out *jwriter.Writer) + func (t DialogType) MarshalJSON() ([]byte, error) + func (t DialogType) String() string + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EnableParams struct + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EventBackForwardCacheNotUsed struct + FrameID cdp.FrameID + LoaderID cdp.LoaderID + NotRestoredExplanations []*BackForwardCacheNotRestoredExplanation + NotRestoredExplanationsTree *BackForwardCacheNotRestoredExplanationTree + func (v *EventBackForwardCacheNotUsed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventBackForwardCacheNotUsed) UnmarshalJSON(data []byte) error + func (v EventBackForwardCacheNotUsed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventBackForwardCacheNotUsed) MarshalJSON() ([]byte, error) + type EventCompilationCacheProduced struct + Data string + URL string + func (v *EventCompilationCacheProduced) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventCompilationCacheProduced) UnmarshalJSON(data []byte) error + func (v EventCompilationCacheProduced) MarshalEasyJSON(w *jwriter.Writer) + func (v EventCompilationCacheProduced) MarshalJSON() ([]byte, error) + type EventDocumentOpened struct + Frame *cdp.Frame + func (v *EventDocumentOpened) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDocumentOpened) UnmarshalJSON(data []byte) error + func (v EventDocumentOpened) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDocumentOpened) MarshalJSON() ([]byte, error) + type EventDomContentEventFired struct + Timestamp *cdp.MonotonicTime + func (v *EventDomContentEventFired) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDomContentEventFired) UnmarshalJSON(data []byte) error + func (v EventDomContentEventFired) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDomContentEventFired) MarshalJSON() ([]byte, error) + type EventFileChooserOpened struct + BackendNodeID cdp.BackendNodeID + FrameID cdp.FrameID + Mode FileChooserOpenedMode + func (v *EventFileChooserOpened) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFileChooserOpened) UnmarshalJSON(data []byte) error + func (v EventFileChooserOpened) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFileChooserOpened) MarshalJSON() ([]byte, error) + type EventFrameAttached struct + FrameID cdp.FrameID + ParentFrameID cdp.FrameID + Stack *runtime.StackTrace + func (v *EventFrameAttached) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameAttached) UnmarshalJSON(data []byte) error + func (v EventFrameAttached) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameAttached) MarshalJSON() ([]byte, error) + type EventFrameDetached struct + FrameID cdp.FrameID + Reason FrameDetachedReason + func (v *EventFrameDetached) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameDetached) UnmarshalJSON(data []byte) error + func (v EventFrameDetached) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameDetached) MarshalJSON() ([]byte, error) + type EventFrameNavigated struct + Frame *cdp.Frame + Type NavigationType + func (v *EventFrameNavigated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameNavigated) UnmarshalJSON(data []byte) error + func (v EventFrameNavigated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameNavigated) MarshalJSON() ([]byte, error) + type EventFrameRequestedNavigation struct + Disposition ClientNavigationDisposition + FrameID cdp.FrameID + Reason ClientNavigationReason + URL string + func (v *EventFrameRequestedNavigation) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameRequestedNavigation) UnmarshalJSON(data []byte) error + func (v EventFrameRequestedNavigation) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameRequestedNavigation) MarshalJSON() ([]byte, error) + type EventFrameResized struct + func (v *EventFrameResized) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameResized) UnmarshalJSON(data []byte) error + func (v EventFrameResized) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameResized) MarshalJSON() ([]byte, error) + type EventFrameStartedLoading struct + FrameID cdp.FrameID + func (v *EventFrameStartedLoading) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameStartedLoading) UnmarshalJSON(data []byte) error + func (v EventFrameStartedLoading) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameStartedLoading) MarshalJSON() ([]byte, error) + type EventFrameStoppedLoading struct + FrameID cdp.FrameID + func (v *EventFrameStoppedLoading) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventFrameStoppedLoading) UnmarshalJSON(data []byte) error + func (v EventFrameStoppedLoading) MarshalEasyJSON(w *jwriter.Writer) + func (v EventFrameStoppedLoading) MarshalJSON() ([]byte, error) + type EventInterstitialHidden struct + func (v *EventInterstitialHidden) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventInterstitialHidden) UnmarshalJSON(data []byte) error + func (v EventInterstitialHidden) MarshalEasyJSON(w *jwriter.Writer) + func (v EventInterstitialHidden) MarshalJSON() ([]byte, error) + type EventInterstitialShown struct + func (v *EventInterstitialShown) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventInterstitialShown) UnmarshalJSON(data []byte) error + func (v EventInterstitialShown) MarshalEasyJSON(w *jwriter.Writer) + func (v EventInterstitialShown) MarshalJSON() ([]byte, error) + type EventJavascriptDialogClosed struct + Result bool + UserInput string + func (v *EventJavascriptDialogClosed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventJavascriptDialogClosed) UnmarshalJSON(data []byte) error + func (v EventJavascriptDialogClosed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventJavascriptDialogClosed) MarshalJSON() ([]byte, error) + type EventJavascriptDialogOpening struct + DefaultPrompt string + HasBrowserHandler bool + Message string + Type DialogType + URL string + func (v *EventJavascriptDialogOpening) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventJavascriptDialogOpening) UnmarshalJSON(data []byte) error + func (v EventJavascriptDialogOpening) MarshalEasyJSON(w *jwriter.Writer) + func (v EventJavascriptDialogOpening) MarshalJSON() ([]byte, error) + type EventLifecycleEvent struct + FrameID cdp.FrameID + LoaderID cdp.LoaderID + Name string + Timestamp *cdp.MonotonicTime + func (v *EventLifecycleEvent) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventLifecycleEvent) UnmarshalJSON(data []byte) error + func (v EventLifecycleEvent) MarshalEasyJSON(w *jwriter.Writer) + func (v EventLifecycleEvent) MarshalJSON() ([]byte, error) + type EventLoadEventFired struct + Timestamp *cdp.MonotonicTime + func (v *EventLoadEventFired) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventLoadEventFired) UnmarshalJSON(data []byte) error + func (v EventLoadEventFired) MarshalEasyJSON(w *jwriter.Writer) + func (v EventLoadEventFired) MarshalJSON() ([]byte, error) + type EventNavigatedWithinDocument struct + FrameID cdp.FrameID + URL string + func (v *EventNavigatedWithinDocument) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventNavigatedWithinDocument) UnmarshalJSON(data []byte) error + func (v EventNavigatedWithinDocument) MarshalEasyJSON(w *jwriter.Writer) + func (v EventNavigatedWithinDocument) MarshalJSON() ([]byte, error) + type EventScreencastFrame struct + Data string + Metadata *ScreencastFrameMetadata + SessionID int64 + func (v *EventScreencastFrame) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventScreencastFrame) UnmarshalJSON(data []byte) error + func (v EventScreencastFrame) MarshalEasyJSON(w *jwriter.Writer) + func (v EventScreencastFrame) MarshalJSON() ([]byte, error) + type EventScreencastVisibilityChanged struct + Visible bool + func (v *EventScreencastVisibilityChanged) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventScreencastVisibilityChanged) UnmarshalJSON(data []byte) error + func (v EventScreencastVisibilityChanged) MarshalEasyJSON(w *jwriter.Writer) + func (v EventScreencastVisibilityChanged) MarshalJSON() ([]byte, error) + type EventWindowOpen struct + URL string + UserGesture bool + WindowFeatures []string + WindowName string + func (v *EventWindowOpen) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWindowOpen) UnmarshalJSON(data []byte) error + func (v EventWindowOpen) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWindowOpen) MarshalJSON() ([]byte, error) + type FileChooserOpenedMode string + const FileChooserOpenedModeSelectMultiple + const FileChooserOpenedModeSelectSingle + func (t *FileChooserOpenedMode) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *FileChooserOpenedMode) UnmarshalJSON(buf []byte) error + func (t FileChooserOpenedMode) MarshalEasyJSON(out *jwriter.Writer) + func (t FileChooserOpenedMode) MarshalJSON() ([]byte, error) + func (t FileChooserOpenedMode) String() string + type FileFilter struct + Accepts []string + Name string + func (v *FileFilter) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FileFilter) UnmarshalJSON(data []byte) error + func (v FileFilter) MarshalEasyJSON(w *jwriter.Writer) + func (v FileFilter) MarshalJSON() ([]byte, error) + type FileHandler struct + Accepts []*FileFilter + Action string + Icons []*ImageResource + LaunchType string + Name string + func (v *FileHandler) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FileHandler) UnmarshalJSON(data []byte) error + func (v FileHandler) MarshalEasyJSON(w *jwriter.Writer) + func (v FileHandler) MarshalJSON() ([]byte, error) + type FontFamilies struct + Cursive string + Fantasy string + Fixed string + Math string + SansSerif string + Serif string + Standard string + func (v *FontFamilies) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FontFamilies) UnmarshalJSON(data []byte) error + func (v FontFamilies) MarshalEasyJSON(w *jwriter.Writer) + func (v FontFamilies) MarshalJSON() ([]byte, error) + type FontSizes struct + Fixed int64 + Standard int64 + func (v *FontSizes) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FontSizes) UnmarshalJSON(data []byte) error + func (v FontSizes) MarshalEasyJSON(w *jwriter.Writer) + func (v FontSizes) MarshalJSON() ([]byte, error) + type FrameDetachedReason string + const FrameDetachedReasonRemove + const FrameDetachedReasonSwap + func (t *FrameDetachedReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *FrameDetachedReason) UnmarshalJSON(buf []byte) error + func (t FrameDetachedReason) MarshalEasyJSON(out *jwriter.Writer) + func (t FrameDetachedReason) MarshalJSON() ([]byte, error) + func (t FrameDetachedReason) String() string + type FrameResource struct + Canceled bool + ContentSize float64 + Failed bool + LastModified *cdp.TimeSinceEpoch + MimeType string + Type network.ResourceType + URL string + func (v *FrameResource) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FrameResource) UnmarshalJSON(data []byte) error + func (v FrameResource) MarshalEasyJSON(w *jwriter.Writer) + func (v FrameResource) MarshalJSON() ([]byte, error) + type FrameResourceTree struct + ChildFrames []*FrameResourceTree + Frame *cdp.Frame + Resources []*FrameResource + func (v *FrameResourceTree) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FrameResourceTree) UnmarshalJSON(data []byte) error + func (v FrameResourceTree) MarshalEasyJSON(w *jwriter.Writer) + func (v FrameResourceTree) MarshalJSON() ([]byte, error) + type FrameTree struct + ChildFrames []*FrameTree + Frame *cdp.Frame + func (v *FrameTree) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FrameTree) UnmarshalJSON(data []byte) error + func (v FrameTree) MarshalEasyJSON(w *jwriter.Writer) + func (v FrameTree) MarshalJSON() ([]byte, error) + type GenerateTestReportParams struct + Group string + Message string + func GenerateTestReport(message string) *GenerateTestReportParams + func (p *GenerateTestReportParams) Do(ctx context.Context) (err error) + func (p GenerateTestReportParams) WithGroup(group string) *GenerateTestReportParams + func (v *GenerateTestReportParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GenerateTestReportParams) UnmarshalJSON(data []byte) error + func (v GenerateTestReportParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GenerateTestReportParams) MarshalJSON() ([]byte, error) + type GetAdScriptIDParams struct + FrameID cdp.FrameID + func GetAdScriptID(frameID cdp.FrameID) *GetAdScriptIDParams + func (p *GetAdScriptIDParams) Do(ctx context.Context) (adScriptID *AdScriptID, err error) + func (v *GetAdScriptIDParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAdScriptIDParams) UnmarshalJSON(data []byte) error + func (v GetAdScriptIDParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAdScriptIDParams) MarshalJSON() ([]byte, error) + type GetAdScriptIDReturns struct + AdScriptID *AdScriptID + func (v *GetAdScriptIDReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAdScriptIDReturns) UnmarshalJSON(data []byte) error + func (v GetAdScriptIDReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAdScriptIDReturns) MarshalJSON() ([]byte, error) + type GetAppIDParams struct + func GetAppID() *GetAppIDParams + func (p *GetAppIDParams) Do(ctx context.Context) (appID string, recommendedID string, err error) + func (v *GetAppIDParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAppIDParams) UnmarshalJSON(data []byte) error + func (v GetAppIDParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAppIDParams) MarshalJSON() ([]byte, error) + type GetAppIDReturns struct + AppID string + RecommendedID string + func (v *GetAppIDReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAppIDReturns) UnmarshalJSON(data []byte) error + func (v GetAppIDReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAppIDReturns) MarshalJSON() ([]byte, error) + type GetAppManifestParams struct + ManifestID string + func GetAppManifest() *GetAppManifestParams + func (p *GetAppManifestParams) Do(ctx context.Context) (url string, errors []*AppManifestError, data string, manifest *WebAppManifest, ...) + func (p GetAppManifestParams) WithManifestID(manifestID string) *GetAppManifestParams + func (v *GetAppManifestParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAppManifestParams) UnmarshalJSON(data []byte) error + func (v GetAppManifestParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAppManifestParams) MarshalJSON() ([]byte, error) + type GetAppManifestReturns struct + Data string + Errors []*AppManifestError + Manifest *WebAppManifest + URL string + func (v *GetAppManifestReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetAppManifestReturns) UnmarshalJSON(data []byte) error + func (v GetAppManifestReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetAppManifestReturns) MarshalJSON() ([]byte, error) + type GetFrameTreeParams struct + func GetFrameTree() *GetFrameTreeParams + func (p *GetFrameTreeParams) Do(ctx context.Context) (frameTree *FrameTree, err error) + func (v *GetFrameTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetFrameTreeParams) UnmarshalJSON(data []byte) error + func (v GetFrameTreeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetFrameTreeParams) MarshalJSON() ([]byte, error) + type GetFrameTreeReturns struct + FrameTree *FrameTree + func (v *GetFrameTreeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetFrameTreeReturns) UnmarshalJSON(data []byte) error + func (v GetFrameTreeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetFrameTreeReturns) MarshalJSON() ([]byte, error) + type GetInstallabilityErrorsParams struct + func GetInstallabilityErrors() *GetInstallabilityErrorsParams + func (p *GetInstallabilityErrorsParams) Do(ctx context.Context) (installabilityErrors []*InstallabilityError, err error) + func (v *GetInstallabilityErrorsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetInstallabilityErrorsParams) UnmarshalJSON(data []byte) error + func (v GetInstallabilityErrorsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetInstallabilityErrorsParams) MarshalJSON() ([]byte, error) + type GetInstallabilityErrorsReturns struct + InstallabilityErrors []*InstallabilityError + func (v *GetInstallabilityErrorsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetInstallabilityErrorsReturns) UnmarshalJSON(data []byte) error + func (v GetInstallabilityErrorsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetInstallabilityErrorsReturns) MarshalJSON() ([]byte, error) + type GetLayoutMetricsParams struct + func GetLayoutMetrics() *GetLayoutMetricsParams + func (p *GetLayoutMetricsParams) Do(ctx context.Context) (layoutViewport *LayoutViewport, visualViewport *VisualViewport, ...) + func (v *GetLayoutMetricsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLayoutMetricsParams) UnmarshalJSON(data []byte) error + func (v GetLayoutMetricsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLayoutMetricsParams) MarshalJSON() ([]byte, error) + type GetLayoutMetricsReturns struct + CSSContentSize *dom.Rect + CSSLayoutViewport *LayoutViewport + CSSVisualViewport *VisualViewport + ContentSize *dom.Rect + LayoutViewport *LayoutViewport + VisualViewport *VisualViewport + func (v *GetLayoutMetricsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetLayoutMetricsReturns) UnmarshalJSON(data []byte) error + func (v GetLayoutMetricsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetLayoutMetricsReturns) MarshalJSON() ([]byte, error) + type GetNavigationHistoryParams struct + func GetNavigationHistory() *GetNavigationHistoryParams + func (p *GetNavigationHistoryParams) Do(ctx context.Context) (currentIndex int64, entries []*NavigationEntry, err error) + func (v *GetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetNavigationHistoryParams) UnmarshalJSON(data []byte) error + func (v GetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetNavigationHistoryParams) MarshalJSON() ([]byte, error) + type GetNavigationHistoryReturns struct + CurrentIndex int64 + Entries []*NavigationEntry + func (v *GetNavigationHistoryReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetNavigationHistoryReturns) UnmarshalJSON(data []byte) error + func (v GetNavigationHistoryReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetNavigationHistoryReturns) MarshalJSON() ([]byte, error) + type GetOriginTrialsParams struct + FrameID cdp.FrameID + func GetOriginTrials(frameID cdp.FrameID) *GetOriginTrialsParams + func (p *GetOriginTrialsParams) Do(ctx context.Context) (originTrials []*cdp.OriginTrial, err error) + func (v *GetOriginTrialsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetOriginTrialsParams) UnmarshalJSON(data []byte) error + func (v GetOriginTrialsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetOriginTrialsParams) MarshalJSON() ([]byte, error) + type GetOriginTrialsReturns struct + OriginTrials []*cdp.OriginTrial + func (v *GetOriginTrialsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetOriginTrialsReturns) UnmarshalJSON(data []byte) error + func (v GetOriginTrialsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetOriginTrialsReturns) MarshalJSON() ([]byte, error) + type GetPermissionsPolicyStateParams struct + FrameID cdp.FrameID + func GetPermissionsPolicyState(frameID cdp.FrameID) *GetPermissionsPolicyStateParams + func (p *GetPermissionsPolicyStateParams) Do(ctx context.Context) (states []*PermissionsPolicyFeatureState, err error) + func (v *GetPermissionsPolicyStateParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetPermissionsPolicyStateParams) UnmarshalJSON(data []byte) error + func (v GetPermissionsPolicyStateParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetPermissionsPolicyStateParams) MarshalJSON() ([]byte, error) + type GetPermissionsPolicyStateReturns struct + States []*PermissionsPolicyFeatureState + func (v *GetPermissionsPolicyStateReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetPermissionsPolicyStateReturns) UnmarshalJSON(data []byte) error + func (v GetPermissionsPolicyStateReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetPermissionsPolicyStateReturns) MarshalJSON() ([]byte, error) + type GetResourceContentParams struct + FrameID cdp.FrameID + URL string + func GetResourceContent(frameID cdp.FrameID, url string) *GetResourceContentParams + func (p *GetResourceContentParams) Do(ctx context.Context) (content []byte, err error) + func (v *GetResourceContentParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResourceContentParams) UnmarshalJSON(data []byte) error + func (v GetResourceContentParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResourceContentParams) MarshalJSON() ([]byte, error) + type GetResourceContentReturns struct + Base64encoded bool + Content string + func (v *GetResourceContentReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResourceContentReturns) UnmarshalJSON(data []byte) error + func (v GetResourceContentReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResourceContentReturns) MarshalJSON() ([]byte, error) + type GetResourceTreeParams struct + func GetResourceTree() *GetResourceTreeParams + func (p *GetResourceTreeParams) Do(ctx context.Context) (frameTree *FrameResourceTree, err error) + func (v *GetResourceTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResourceTreeParams) UnmarshalJSON(data []byte) error + func (v GetResourceTreeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResourceTreeParams) MarshalJSON() ([]byte, error) + type GetResourceTreeReturns struct + FrameTree *FrameResourceTree + func (v *GetResourceTreeReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResourceTreeReturns) UnmarshalJSON(data []byte) error + func (v GetResourceTreeReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResourceTreeReturns) MarshalJSON() ([]byte, error) + type HandleJavaScriptDialogParams struct + Accept bool + PromptText string + func HandleJavaScriptDialog(accept bool) *HandleJavaScriptDialogParams + func (p *HandleJavaScriptDialogParams) Do(ctx context.Context) (err error) + func (p HandleJavaScriptDialogParams) WithPromptText(promptText string) *HandleJavaScriptDialogParams + func (v *HandleJavaScriptDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HandleJavaScriptDialogParams) UnmarshalJSON(data []byte) error + func (v HandleJavaScriptDialogParams) MarshalEasyJSON(w *jwriter.Writer) + func (v HandleJavaScriptDialogParams) MarshalJSON() ([]byte, error) + type ImageResource struct + Sizes string + Type string + URL string + func (v *ImageResource) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ImageResource) UnmarshalJSON(data []byte) error + func (v ImageResource) MarshalEasyJSON(w *jwriter.Writer) + func (v ImageResource) MarshalJSON() ([]byte, error) + type InstallabilityError struct + ErrorArguments []*InstallabilityErrorArgument + ErrorID string + func (v *InstallabilityError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *InstallabilityError) UnmarshalJSON(data []byte) error + func (v InstallabilityError) MarshalEasyJSON(w *jwriter.Writer) + func (v InstallabilityError) MarshalJSON() ([]byte, error) + type InstallabilityErrorArgument struct + Name string + Value string + func (v *InstallabilityErrorArgument) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *InstallabilityErrorArgument) UnmarshalJSON(data []byte) error + func (v InstallabilityErrorArgument) MarshalEasyJSON(w *jwriter.Writer) + func (v InstallabilityErrorArgument) MarshalJSON() ([]byte, error) + type LaunchHandler struct + ClientMode string + func (v *LaunchHandler) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LaunchHandler) UnmarshalJSON(data []byte) error + func (v LaunchHandler) MarshalEasyJSON(w *jwriter.Writer) + func (v LaunchHandler) MarshalJSON() ([]byte, error) + type LayoutViewport struct + ClientHeight int64 + ClientWidth int64 + PageX int64 + PageY int64 + func (v *LayoutViewport) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LayoutViewport) UnmarshalJSON(data []byte) error + func (v LayoutViewport) MarshalEasyJSON(w *jwriter.Writer) + func (v LayoutViewport) MarshalJSON() ([]byte, error) + type NavigateParams struct + FrameID cdp.FrameID + Referrer string + ReferrerPolicy ReferrerPolicy + TransitionType TransitionType + URL string + func Navigate(url string) *NavigateParams + func (p *NavigateParams) Do(ctx context.Context) (frameID cdp.FrameID, loaderID cdp.LoaderID, errorText string, err error) + func (p NavigateParams) WithFrameID(frameID cdp.FrameID) *NavigateParams + func (p NavigateParams) WithReferrer(referrer string) *NavigateParams + func (p NavigateParams) WithReferrerPolicy(referrerPolicy ReferrerPolicy) *NavigateParams + func (p NavigateParams) WithTransitionType(transitionType TransitionType) *NavigateParams + func (v *NavigateParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *NavigateParams) UnmarshalJSON(data []byte) error + func (v NavigateParams) MarshalEasyJSON(w *jwriter.Writer) + func (v NavigateParams) MarshalJSON() ([]byte, error) + type NavigateReturns struct + ErrorText string + FrameID cdp.FrameID + LoaderID cdp.LoaderID + func (v *NavigateReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *NavigateReturns) UnmarshalJSON(data []byte) error + func (v NavigateReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v NavigateReturns) MarshalJSON() ([]byte, error) + type NavigateToHistoryEntryParams struct + EntryID int64 + func NavigateToHistoryEntry(entryID int64) *NavigateToHistoryEntryParams + func (p *NavigateToHistoryEntryParams) Do(ctx context.Context) (err error) + func (v *NavigateToHistoryEntryParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *NavigateToHistoryEntryParams) UnmarshalJSON(data []byte) error + func (v NavigateToHistoryEntryParams) MarshalEasyJSON(w *jwriter.Writer) + func (v NavigateToHistoryEntryParams) MarshalJSON() ([]byte, error) + type NavigationEntry struct + ID int64 + Title string + TransitionType TransitionType + URL string + UserTypedURL string + func (v *NavigationEntry) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *NavigationEntry) UnmarshalJSON(data []byte) error + func (v NavigationEntry) MarshalEasyJSON(w *jwriter.Writer) + func (v NavigationEntry) MarshalJSON() ([]byte, error) + type NavigationType string + const NavigationTypeBackForwardCacheRestore + const NavigationTypeNavigation + func (t *NavigationType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *NavigationType) UnmarshalJSON(buf []byte) error + func (t NavigationType) MarshalEasyJSON(out *jwriter.Writer) + func (t NavigationType) MarshalJSON() ([]byte, error) + func (t NavigationType) String() string + type PermissionsPolicyBlockLocator struct + BlockReason PermissionsPolicyBlockReason + FrameID cdp.FrameID + func (v *PermissionsPolicyBlockLocator) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PermissionsPolicyBlockLocator) UnmarshalJSON(data []byte) error + func (v PermissionsPolicyBlockLocator) MarshalEasyJSON(w *jwriter.Writer) + func (v PermissionsPolicyBlockLocator) MarshalJSON() ([]byte, error) + type PermissionsPolicyBlockReason string + const PermissionsPolicyBlockReasonHeader + const PermissionsPolicyBlockReasonIframeAttribute + const PermissionsPolicyBlockReasonInFencedFrameTree + const PermissionsPolicyBlockReasonInIsolatedApp + func (t *PermissionsPolicyBlockReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *PermissionsPolicyBlockReason) UnmarshalJSON(buf []byte) error + func (t PermissionsPolicyBlockReason) MarshalEasyJSON(out *jwriter.Writer) + func (t PermissionsPolicyBlockReason) MarshalJSON() ([]byte, error) + func (t PermissionsPolicyBlockReason) String() string + type PermissionsPolicyFeature string + const PermissionsPolicyFeatureAccelerometer + const PermissionsPolicyFeatureAmbientLightSensor + const PermissionsPolicyFeatureAttributionReporting + const PermissionsPolicyFeatureAutoplay + const PermissionsPolicyFeatureBluetooth + const PermissionsPolicyFeatureBrowsingTopics + const PermissionsPolicyFeatureCamera + const PermissionsPolicyFeatureCapturedSurfaceControl + const PermissionsPolicyFeatureChDeviceMemory + const PermissionsPolicyFeatureChDownlink + const PermissionsPolicyFeatureChDpr + const PermissionsPolicyFeatureChEct + const PermissionsPolicyFeatureChPrefersColorScheme + const PermissionsPolicyFeatureChPrefersReducedMotion + const PermissionsPolicyFeatureChPrefersReducedTransparency + const PermissionsPolicyFeatureChRtt + const PermissionsPolicyFeatureChSaveData + const PermissionsPolicyFeatureChUa + const PermissionsPolicyFeatureChUaArch + const PermissionsPolicyFeatureChUaBitness + const PermissionsPolicyFeatureChUaFormFactors + const PermissionsPolicyFeatureChUaFullVersion + const PermissionsPolicyFeatureChUaFullVersionList + const PermissionsPolicyFeatureChUaMobile + const PermissionsPolicyFeatureChUaModel + const PermissionsPolicyFeatureChUaPlatform + const PermissionsPolicyFeatureChUaPlatformVersion + const PermissionsPolicyFeatureChUaWow64 + const PermissionsPolicyFeatureChViewportHeight + const PermissionsPolicyFeatureChViewportWidth + const PermissionsPolicyFeatureChWidth + const PermissionsPolicyFeatureClipboardRead + const PermissionsPolicyFeatureClipboardWrite + const PermissionsPolicyFeatureComputePressure + const PermissionsPolicyFeatureCrossOriginIsolated + const PermissionsPolicyFeatureDeferredFetch + const PermissionsPolicyFeatureDirectSockets + const PermissionsPolicyFeatureDisplayCapture + const PermissionsPolicyFeatureDocumentDomain + const PermissionsPolicyFeatureEncryptedMedia + const PermissionsPolicyFeatureExecutionWhileNotRendered + const PermissionsPolicyFeatureExecutionWhileOutOfViewport + const PermissionsPolicyFeatureFocusWithoutUserActivation + const PermissionsPolicyFeatureFrobulate + const PermissionsPolicyFeatureFullscreen + const PermissionsPolicyFeatureGamepad + const PermissionsPolicyFeatureGeolocation + const PermissionsPolicyFeatureGyroscope + const PermissionsPolicyFeatureHid + const PermissionsPolicyFeatureIdentityCredentialsGet + const PermissionsPolicyFeatureIdleDetection + const PermissionsPolicyFeatureInterestCohort + const PermissionsPolicyFeatureJoinAdInterestGroup + const PermissionsPolicyFeatureKeyboardMap + const PermissionsPolicyFeatureLocalFonts + const PermissionsPolicyFeatureMagnetometer + const PermissionsPolicyFeatureMicrophone + const PermissionsPolicyFeatureMidi + const PermissionsPolicyFeatureOtpCredentials + const PermissionsPolicyFeaturePayment + const PermissionsPolicyFeaturePictureInPicture + const PermissionsPolicyFeaturePrivateAggregation + const PermissionsPolicyFeaturePrivateStateTokenIssuance + const PermissionsPolicyFeaturePrivateStateTokenRedemption + const PermissionsPolicyFeaturePublickeyCredentialsCreate + const PermissionsPolicyFeaturePublickeyCredentialsGet + const PermissionsPolicyFeatureRunAdAuction + const PermissionsPolicyFeatureScreenWakeLock + const PermissionsPolicyFeatureSerial + const PermissionsPolicyFeatureSharedAutofill + const PermissionsPolicyFeatureSharedStorage + const PermissionsPolicyFeatureSharedStorageSelectURL + const PermissionsPolicyFeatureSmartCard + const PermissionsPolicyFeatureSpeakerSelection + const PermissionsPolicyFeatureStorageAccess + const PermissionsPolicyFeatureSubApps + const PermissionsPolicyFeatureSyncXhr + const PermissionsPolicyFeatureUnload + const PermissionsPolicyFeatureUsb + const PermissionsPolicyFeatureUsbUnrestricted + const PermissionsPolicyFeatureVerticalScroll + const PermissionsPolicyFeatureWebPrinting + const PermissionsPolicyFeatureWebShare + const PermissionsPolicyFeatureWindowManagement + const PermissionsPolicyFeatureXrSpatialTracking + func (t *PermissionsPolicyFeature) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *PermissionsPolicyFeature) UnmarshalJSON(buf []byte) error + func (t PermissionsPolicyFeature) MarshalEasyJSON(out *jwriter.Writer) + func (t PermissionsPolicyFeature) MarshalJSON() ([]byte, error) + func (t PermissionsPolicyFeature) String() string + type PermissionsPolicyFeatureState struct + Allowed bool + Feature PermissionsPolicyFeature + Locator *PermissionsPolicyBlockLocator + func (v *PermissionsPolicyFeatureState) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PermissionsPolicyFeatureState) UnmarshalJSON(data []byte) error + func (v PermissionsPolicyFeatureState) MarshalEasyJSON(w *jwriter.Writer) + func (v PermissionsPolicyFeatureState) MarshalJSON() ([]byte, error) + type PrintToPDFParams struct + DisplayHeaderFooter bool + FooterTemplate string + GenerateDocumentOutline bool + GenerateTaggedPDF bool + 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 PrintToPDFTransferMode + func PrintToPDF() *PrintToPDFParams + func (p *PrintToPDFParams) Do(ctx context.Context) (data []byte, stream io.StreamHandle, err error) + func (p PrintToPDFParams) WithDisplayHeaderFooter(displayHeaderFooter bool) *PrintToPDFParams + func (p PrintToPDFParams) WithFooterTemplate(footerTemplate string) *PrintToPDFParams + func (p PrintToPDFParams) WithGenerateDocumentOutline(generateDocumentOutline bool) *PrintToPDFParams + func (p PrintToPDFParams) WithGenerateTaggedPDF(generateTaggedPDF bool) *PrintToPDFParams + func (p PrintToPDFParams) WithHeaderTemplate(headerTemplate string) *PrintToPDFParams + func (p PrintToPDFParams) WithLandscape(landscape bool) *PrintToPDFParams + func (p PrintToPDFParams) WithMarginBottom(marginBottom float64) *PrintToPDFParams + func (p PrintToPDFParams) WithMarginLeft(marginLeft float64) *PrintToPDFParams + func (p PrintToPDFParams) WithMarginRight(marginRight float64) *PrintToPDFParams + func (p PrintToPDFParams) WithMarginTop(marginTop float64) *PrintToPDFParams + func (p PrintToPDFParams) WithPageRanges(pageRanges string) *PrintToPDFParams + func (p PrintToPDFParams) WithPaperHeight(paperHeight float64) *PrintToPDFParams + func (p PrintToPDFParams) WithPaperWidth(paperWidth float64) *PrintToPDFParams + func (p PrintToPDFParams) WithPreferCSSPageSize(preferCSSPageSize bool) *PrintToPDFParams + func (p PrintToPDFParams) WithPrintBackground(printBackground bool) *PrintToPDFParams + func (p PrintToPDFParams) WithScale(scale float64) *PrintToPDFParams + func (p PrintToPDFParams) WithTransferMode(transferMode PrintToPDFTransferMode) *PrintToPDFParams + func (v *PrintToPDFParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PrintToPDFParams) UnmarshalJSON(data []byte) error + func (v PrintToPDFParams) MarshalEasyJSON(w *jwriter.Writer) + func (v PrintToPDFParams) MarshalJSON() ([]byte, error) + type PrintToPDFReturns struct + Data string + Stream io.StreamHandle + func (v *PrintToPDFReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PrintToPDFReturns) UnmarshalJSON(data []byte) error + func (v PrintToPDFReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v PrintToPDFReturns) MarshalJSON() ([]byte, error) + type PrintToPDFTransferMode string + const PrintToPDFTransferModeReturnAsBase64 + const PrintToPDFTransferModeReturnAsStream + func (t *PrintToPDFTransferMode) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *PrintToPDFTransferMode) UnmarshalJSON(buf []byte) error + func (t PrintToPDFTransferMode) MarshalEasyJSON(out *jwriter.Writer) + func (t PrintToPDFTransferMode) MarshalJSON() ([]byte, error) + func (t PrintToPDFTransferMode) String() string + type ProduceCompilationCacheParams struct + Scripts []*CompilationCacheParams + func ProduceCompilationCache(scripts []*CompilationCacheParams) *ProduceCompilationCacheParams + func (p *ProduceCompilationCacheParams) Do(ctx context.Context) (err error) + func (v *ProduceCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ProduceCompilationCacheParams) UnmarshalJSON(data []byte) error + func (v ProduceCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ProduceCompilationCacheParams) MarshalJSON() ([]byte, error) + type ProtocolHandler struct + Protocol string + URL string + func (v *ProtocolHandler) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ProtocolHandler) UnmarshalJSON(data []byte) error + func (v ProtocolHandler) MarshalEasyJSON(w *jwriter.Writer) + func (v ProtocolHandler) MarshalJSON() ([]byte, error) + type ReferrerPolicy string + const ReferrerPolicyNoReferrer + const ReferrerPolicyNoReferrerWhenDowngrade + const ReferrerPolicyOrigin + const ReferrerPolicyOriginWhenCrossOrigin + const ReferrerPolicySameOrigin + const ReferrerPolicyStrictOrigin + const ReferrerPolicyStrictOriginWhenCrossOrigin + const ReferrerPolicyUnsafeURL + func (t *ReferrerPolicy) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ReferrerPolicy) UnmarshalJSON(buf []byte) error + func (t ReferrerPolicy) MarshalEasyJSON(out *jwriter.Writer) + func (t ReferrerPolicy) MarshalJSON() ([]byte, error) + func (t ReferrerPolicy) String() string + type RelatedApplication struct + ID string + URL string + func (v *RelatedApplication) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RelatedApplication) UnmarshalJSON(data []byte) error + func (v RelatedApplication) MarshalEasyJSON(w *jwriter.Writer) + func (v RelatedApplication) MarshalJSON() ([]byte, error) + type ReloadParams struct + IgnoreCache bool + LoaderID cdp.LoaderID + ScriptToEvaluateOnLoad string + func Reload() *ReloadParams + func (p *ReloadParams) Do(ctx context.Context) (err error) + func (p ReloadParams) WithIgnoreCache(ignoreCache bool) *ReloadParams + func (p ReloadParams) WithLoaderID(loaderID cdp.LoaderID) *ReloadParams + func (p ReloadParams) WithScriptToEvaluateOnLoad(scriptToEvaluateOnLoad string) *ReloadParams + func (v *ReloadParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ReloadParams) UnmarshalJSON(data []byte) error + func (v ReloadParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ReloadParams) MarshalJSON() ([]byte, error) + type RemoveScriptToEvaluateOnNewDocumentParams struct + Identifier ScriptIdentifier + func RemoveScriptToEvaluateOnNewDocument(identifier ScriptIdentifier) *RemoveScriptToEvaluateOnNewDocumentParams + func (p *RemoveScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (err error) + func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error + func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer) + func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error) + type ResetNavigationHistoryParams struct + func ResetNavigationHistory() *ResetNavigationHistoryParams + func (p *ResetNavigationHistoryParams) Do(ctx context.Context) (err error) + func (v *ResetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ResetNavigationHistoryParams) UnmarshalJSON(data []byte) error + func (v ResetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ResetNavigationHistoryParams) MarshalJSON() ([]byte, error) + type ScopeExtension struct + HasOriginWildcard bool + Origin string + func (v *ScopeExtension) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScopeExtension) UnmarshalJSON(data []byte) error + func (v ScopeExtension) MarshalEasyJSON(w *jwriter.Writer) + func (v ScopeExtension) MarshalJSON() ([]byte, error) + type ScreencastFormat string + const ScreencastFormatJpeg + const ScreencastFormatPng + func (t *ScreencastFormat) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ScreencastFormat) UnmarshalJSON(buf []byte) error + func (t ScreencastFormat) MarshalEasyJSON(out *jwriter.Writer) + func (t ScreencastFormat) MarshalJSON() ([]byte, error) + func (t ScreencastFormat) String() string + type ScreencastFrameAckParams struct + SessionID int64 + func ScreencastFrameAck(sessionID int64) *ScreencastFrameAckParams + func (p *ScreencastFrameAckParams) Do(ctx context.Context) (err error) + func (v *ScreencastFrameAckParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScreencastFrameAckParams) UnmarshalJSON(data []byte) error + func (v ScreencastFrameAckParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ScreencastFrameAckParams) MarshalJSON() ([]byte, error) + type ScreencastFrameMetadata struct + DeviceHeight float64 + DeviceWidth float64 + OffsetTop float64 + PageScaleFactor float64 + ScrollOffsetX float64 + ScrollOffsetY float64 + Timestamp *cdp.TimeSinceEpoch + func (v *ScreencastFrameMetadata) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScreencastFrameMetadata) UnmarshalJSON(data []byte) error + func (v ScreencastFrameMetadata) MarshalEasyJSON(w *jwriter.Writer) + func (v ScreencastFrameMetadata) MarshalJSON() ([]byte, error) + type Screenshot struct + FormFactor string + Image *ImageResource + Label string + func (v *Screenshot) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Screenshot) UnmarshalJSON(data []byte) error + func (v Screenshot) MarshalEasyJSON(w *jwriter.Writer) + func (v Screenshot) MarshalJSON() ([]byte, error) + type ScriptFontFamilies struct + FontFamilies *FontFamilies + Script string + func (v *ScriptFontFamilies) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ScriptFontFamilies) UnmarshalJSON(data []byte) error + func (v ScriptFontFamilies) MarshalEasyJSON(w *jwriter.Writer) + func (v ScriptFontFamilies) MarshalJSON() ([]byte, error) + type ScriptIdentifier string + func (t ScriptIdentifier) String() string + type SearchInResourceParams struct + CaseSensitive bool + FrameID cdp.FrameID + IsRegex bool + Query string + URL string + func SearchInResource(frameID cdp.FrameID, url string, query string) *SearchInResourceParams + func (p *SearchInResourceParams) Do(ctx context.Context) (result []*debugger.SearchMatch, err error) + func (p SearchInResourceParams) WithCaseSensitive(caseSensitive bool) *SearchInResourceParams + func (p SearchInResourceParams) WithIsRegex(isRegex bool) *SearchInResourceParams + func (v *SearchInResourceParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SearchInResourceParams) UnmarshalJSON(data []byte) error + func (v SearchInResourceParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SearchInResourceParams) MarshalJSON() ([]byte, error) + type SearchInResourceReturns struct + Result []*debugger.SearchMatch + func (v *SearchInResourceReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SearchInResourceReturns) UnmarshalJSON(data []byte) error + func (v SearchInResourceReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SearchInResourceReturns) MarshalJSON() ([]byte, error) + type SetAdBlockingEnabledParams struct + Enabled bool + func SetAdBlockingEnabled(enabled bool) *SetAdBlockingEnabledParams + func (p *SetAdBlockingEnabledParams) Do(ctx context.Context) (err error) + func (v *SetAdBlockingEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetAdBlockingEnabledParams) UnmarshalJSON(data []byte) error + func (v SetAdBlockingEnabledParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetAdBlockingEnabledParams) MarshalJSON() ([]byte, error) + type SetBypassCSPParams struct + Enabled bool + func SetBypassCSP(enabled bool) *SetBypassCSPParams + func (p *SetBypassCSPParams) Do(ctx context.Context) (err error) + func (v *SetBypassCSPParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetBypassCSPParams) UnmarshalJSON(data []byte) error + func (v SetBypassCSPParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetBypassCSPParams) MarshalJSON() ([]byte, error) + type SetDocumentContentParams struct + FrameID cdp.FrameID + HTML string + func SetDocumentContent(frameID cdp.FrameID, html string) *SetDocumentContentParams + func (p *SetDocumentContentParams) Do(ctx context.Context) (err error) + func (v *SetDocumentContentParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetDocumentContentParams) UnmarshalJSON(data []byte) error + func (v SetDocumentContentParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetDocumentContentParams) MarshalJSON() ([]byte, error) + type SetFontFamiliesParams struct + FontFamilies *FontFamilies + ForScripts []*ScriptFontFamilies + func SetFontFamilies(fontFamilies *FontFamilies) *SetFontFamiliesParams + func (p *SetFontFamiliesParams) Do(ctx context.Context) (err error) + func (p SetFontFamiliesParams) WithForScripts(forScripts []*ScriptFontFamilies) *SetFontFamiliesParams + func (v *SetFontFamiliesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetFontFamiliesParams) UnmarshalJSON(data []byte) error + func (v SetFontFamiliesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetFontFamiliesParams) MarshalJSON() ([]byte, error) + type SetFontSizesParams struct + FontSizes *FontSizes + func SetFontSizes(fontSizes *FontSizes) *SetFontSizesParams + func (p *SetFontSizesParams) Do(ctx context.Context) (err error) + func (v *SetFontSizesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetFontSizesParams) UnmarshalJSON(data []byte) error + func (v SetFontSizesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetFontSizesParams) MarshalJSON() ([]byte, error) + type SetInterceptFileChooserDialogParams struct + Enabled bool + func SetInterceptFileChooserDialog(enabled bool) *SetInterceptFileChooserDialogParams + func (p *SetInterceptFileChooserDialogParams) Do(ctx context.Context) (err error) + func (v *SetInterceptFileChooserDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetInterceptFileChooserDialogParams) UnmarshalJSON(data []byte) error + func (v SetInterceptFileChooserDialogParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetInterceptFileChooserDialogParams) MarshalJSON() ([]byte, error) + type SetLifecycleEventsEnabledParams struct + Enabled bool + func SetLifecycleEventsEnabled(enabled bool) *SetLifecycleEventsEnabledParams + func (p *SetLifecycleEventsEnabledParams) Do(ctx context.Context) (err error) + func (v *SetLifecycleEventsEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetLifecycleEventsEnabledParams) UnmarshalJSON(data []byte) error + func (v SetLifecycleEventsEnabledParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetLifecycleEventsEnabledParams) MarshalJSON() ([]byte, error) + type SetPrerenderingAllowedParams struct + IsAllowed bool + func SetPrerenderingAllowed(isAllowed bool) *SetPrerenderingAllowedParams + func (p *SetPrerenderingAllowedParams) Do(ctx context.Context) (err error) + func (v *SetPrerenderingAllowedParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetPrerenderingAllowedParams) UnmarshalJSON(data []byte) error + func (v SetPrerenderingAllowedParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetPrerenderingAllowedParams) MarshalJSON() ([]byte, error) + type SetRPHRegistrationModeParams struct + Mode AutoResponseMode + func SetRPHRegistrationMode(mode AutoResponseMode) *SetRPHRegistrationModeParams + func (p *SetRPHRegistrationModeParams) Do(ctx context.Context) (err error) + func (v *SetRPHRegistrationModeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetRPHRegistrationModeParams) UnmarshalJSON(data []byte) error + func (v SetRPHRegistrationModeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetRPHRegistrationModeParams) MarshalJSON() ([]byte, error) + type SetSPCTransactionModeParams struct + Mode AutoResponseMode + func SetSPCTransactionMode(mode AutoResponseMode) *SetSPCTransactionModeParams + func (p *SetSPCTransactionModeParams) Do(ctx context.Context) (err error) + func (v *SetSPCTransactionModeParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetSPCTransactionModeParams) UnmarshalJSON(data []byte) error + func (v SetSPCTransactionModeParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetSPCTransactionModeParams) MarshalJSON() ([]byte, error) + type SetWebLifecycleStateParams struct + State SetWebLifecycleStateState + func SetWebLifecycleState(state SetWebLifecycleStateState) *SetWebLifecycleStateParams + func (p *SetWebLifecycleStateParams) Do(ctx context.Context) (err error) + func (v *SetWebLifecycleStateParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetWebLifecycleStateParams) UnmarshalJSON(data []byte) error + func (v SetWebLifecycleStateParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetWebLifecycleStateParams) MarshalJSON() ([]byte, error) + type SetWebLifecycleStateState string + const SetWebLifecycleStateStateActive + const SetWebLifecycleStateStateFrozen + func (t *SetWebLifecycleStateState) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *SetWebLifecycleStateState) UnmarshalJSON(buf []byte) error + func (t SetWebLifecycleStateState) MarshalEasyJSON(out *jwriter.Writer) + func (t SetWebLifecycleStateState) MarshalJSON() ([]byte, error) + func (t SetWebLifecycleStateState) String() string + type ShareTarget struct + Action string + Enctype string + Files []*FileFilter + Method string + Text string + Title string + URL string + func (v *ShareTarget) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ShareTarget) UnmarshalJSON(data []byte) error + func (v ShareTarget) MarshalEasyJSON(w *jwriter.Writer) + func (v ShareTarget) MarshalJSON() ([]byte, error) + type Shortcut struct + Name string + URL string + func (v *Shortcut) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Shortcut) UnmarshalJSON(data []byte) error + func (v Shortcut) MarshalEasyJSON(w *jwriter.Writer) + func (v Shortcut) MarshalJSON() ([]byte, error) + type StartScreencastParams struct + EveryNthFrame int64 + Format ScreencastFormat + MaxHeight int64 + MaxWidth int64 + Quality int64 + func StartScreencast() *StartScreencastParams + func (p *StartScreencastParams) Do(ctx context.Context) (err error) + func (p StartScreencastParams) WithEveryNthFrame(everyNthFrame int64) *StartScreencastParams + func (p StartScreencastParams) WithFormat(format ScreencastFormat) *StartScreencastParams + func (p StartScreencastParams) WithMaxHeight(maxHeight int64) *StartScreencastParams + func (p StartScreencastParams) WithMaxWidth(maxWidth int64) *StartScreencastParams + func (p StartScreencastParams) WithQuality(quality int64) *StartScreencastParams + func (v *StartScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StartScreencastParams) UnmarshalJSON(data []byte) error + func (v StartScreencastParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StartScreencastParams) MarshalJSON() ([]byte, error) + type StopLoadingParams struct + func StopLoading() *StopLoadingParams + func (p *StopLoadingParams) Do(ctx context.Context) (err error) + func (v *StopLoadingParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StopLoadingParams) UnmarshalJSON(data []byte) error + func (v StopLoadingParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StopLoadingParams) MarshalJSON() ([]byte, error) + type StopScreencastParams struct + func StopScreencast() *StopScreencastParams + func (p *StopScreencastParams) Do(ctx context.Context) (err error) + func (v *StopScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StopScreencastParams) UnmarshalJSON(data []byte) error + func (v StopScreencastParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StopScreencastParams) MarshalJSON() ([]byte, error) + type TransitionType string + const TransitionTypeAddressBar + const TransitionTypeAutoBookmark + const TransitionTypeAutoSubframe + const TransitionTypeAutoToplevel + const TransitionTypeFormSubmit + const TransitionTypeGenerated + const TransitionTypeKeyword + const TransitionTypeKeywordGenerated + const TransitionTypeLink + const TransitionTypeManualSubframe + const TransitionTypeOther + const TransitionTypeReload + const TransitionTypeTyped + func (t *TransitionType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *TransitionType) UnmarshalJSON(buf []byte) error + func (t TransitionType) MarshalEasyJSON(out *jwriter.Writer) + func (t TransitionType) MarshalJSON() ([]byte, error) + func (t TransitionType) String() string + type Viewport struct + Height float64 + Scale float64 + Width float64 + X float64 + Y float64 + func (v *Viewport) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Viewport) UnmarshalJSON(data []byte) error + func (v Viewport) MarshalEasyJSON(w *jwriter.Writer) + func (v Viewport) MarshalJSON() ([]byte, error) + type VisualViewport struct + ClientHeight float64 + ClientWidth float64 + OffsetX float64 + OffsetY float64 + PageX float64 + PageY float64 + Scale float64 + Zoom float64 + func (v *VisualViewport) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *VisualViewport) UnmarshalJSON(data []byte) error + func (v VisualViewport) MarshalEasyJSON(w *jwriter.Writer) + func (v VisualViewport) MarshalJSON() ([]byte, error) + type WaitForDebuggerParams struct + func WaitForDebugger() *WaitForDebuggerParams + func (p *WaitForDebuggerParams) Do(ctx context.Context) (err error) + func (v *WaitForDebuggerParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WaitForDebuggerParams) UnmarshalJSON(data []byte) error + func (v WaitForDebuggerParams) MarshalEasyJSON(w *jwriter.Writer) + func (v WaitForDebuggerParams) MarshalJSON() ([]byte, error) + type WebAppManifest struct + BackgroundColor string + Description string + Dir string + Display string + DisplayOverrides []string + FileHandlers []*FileHandler + ID string + Icons []*ImageResource + Lang string + LaunchHandler *LaunchHandler + Name string + Orientation string + PreferRelatedApplications bool + ProtocolHandlers []*ProtocolHandler + RelatedApplications []*RelatedApplication + Scope string + ScopeExtensions []*ScopeExtension + Screenshots []*Screenshot + ShareTarget *ShareTarget + ShortName string + Shortcuts []*Shortcut + StartURL string + ThemeColor string + func (v *WebAppManifest) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WebAppManifest) UnmarshalJSON(data []byte) error + func (v WebAppManifest) MarshalEasyJSON(w *jwriter.Writer) + func (v WebAppManifest) MarshalJSON() ([]byte, error)