Documentation ¶
Overview ¶
Package page provides the Chrome DevTools Protocol commands, types, and events for the Page domain.
Actions and events related to the inspected page belong to the page domain.
Generated by the cdproto-gen command.
Index ¶
- Constants
- type AddCompilationCacheParams
- func (p *AddCompilationCacheParams) Do(ctx context.Context) (err error)
- func (v AddCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v AddCompilationCacheParams) MarshalJSON() ([]byte, error)
- func (v *AddCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *AddCompilationCacheParams) UnmarshalJSON(data []byte) error
- type AddScriptToEvaluateOnNewDocumentParams
- func (p *AddScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (identifier ScriptIdentifier, err error)
- func (v AddScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v AddScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error)
- func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error
- func (p AddScriptToEvaluateOnNewDocumentParams) WithWorldName(worldName string) *AddScriptToEvaluateOnNewDocumentParams
- type AddScriptToEvaluateOnNewDocumentReturns
- func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalEasyJSON(w *jwriter.Writer)
- func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalJSON() ([]byte, error)
- func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalJSON(data []byte) error
- type AppManifestError
- type AppManifestParsedProperties
- type BringToFrontParams
- func (p *BringToFrontParams) Do(ctx context.Context) (err error)
- func (v BringToFrontParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v BringToFrontParams) MarshalJSON() ([]byte, error)
- func (v *BringToFrontParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *BringToFrontParams) UnmarshalJSON(data []byte) error
- type CaptureScreenshotFormat
- func (t CaptureScreenshotFormat) MarshalEasyJSON(out *jwriter.Writer)
- func (t CaptureScreenshotFormat) MarshalJSON() ([]byte, error)
- func (t CaptureScreenshotFormat) String() string
- func (t *CaptureScreenshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *CaptureScreenshotFormat) UnmarshalJSON(buf []byte) error
- type CaptureScreenshotParams
- func (p *CaptureScreenshotParams) Do(ctx context.Context) (data []byte, err error)
- func (v CaptureScreenshotParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v CaptureScreenshotParams) MarshalJSON() ([]byte, error)
- func (v *CaptureScreenshotParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *CaptureScreenshotParams) UnmarshalJSON(data []byte) error
- func (p CaptureScreenshotParams) WithClip(clip *Viewport) *CaptureScreenshotParams
- func (p CaptureScreenshotParams) WithFormat(format CaptureScreenshotFormat) *CaptureScreenshotParams
- func (p CaptureScreenshotParams) WithFromSurface(fromSurface bool) *CaptureScreenshotParams
- func (p CaptureScreenshotParams) WithQuality(quality int64) *CaptureScreenshotParams
- type CaptureScreenshotReturns
- type CaptureSnapshotFormat
- func (t CaptureSnapshotFormat) MarshalEasyJSON(out *jwriter.Writer)
- func (t CaptureSnapshotFormat) MarshalJSON() ([]byte, error)
- func (t CaptureSnapshotFormat) String() string
- func (t *CaptureSnapshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *CaptureSnapshotFormat) UnmarshalJSON(buf []byte) error
- type CaptureSnapshotParams
- func (p *CaptureSnapshotParams) Do(ctx context.Context) (data string, err error)
- func (v CaptureSnapshotParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v CaptureSnapshotParams) MarshalJSON() ([]byte, error)
- func (v *CaptureSnapshotParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *CaptureSnapshotParams) UnmarshalJSON(data []byte) error
- func (p CaptureSnapshotParams) WithFormat(format CaptureSnapshotFormat) *CaptureSnapshotParams
- type CaptureSnapshotReturns
- type ClearCompilationCacheParams
- func (p *ClearCompilationCacheParams) Do(ctx context.Context) (err error)
- func (v ClearCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v ClearCompilationCacheParams) MarshalJSON() ([]byte, error)
- func (v *ClearCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *ClearCompilationCacheParams) UnmarshalJSON(data []byte) error
- type ClientNavigationDisposition
- func (t ClientNavigationDisposition) MarshalEasyJSON(out *jwriter.Writer)
- func (t ClientNavigationDisposition) MarshalJSON() ([]byte, error)
- func (t ClientNavigationDisposition) String() string
- func (t *ClientNavigationDisposition) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *ClientNavigationDisposition) UnmarshalJSON(buf []byte) error
- type ClientNavigationReason
- func (t ClientNavigationReason) MarshalEasyJSON(out *jwriter.Writer)
- func (t ClientNavigationReason) MarshalJSON() ([]byte, error)
- func (t ClientNavigationReason) String() string
- func (t *ClientNavigationReason) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *ClientNavigationReason) UnmarshalJSON(buf []byte) error
- type CloseParams
- type CrashParams
- type CreateIsolatedWorldParams
- func (p *CreateIsolatedWorldParams) Do(ctx context.Context) (executionContextID runtime.ExecutionContextID, err error)
- func (v CreateIsolatedWorldParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v CreateIsolatedWorldParams) MarshalJSON() ([]byte, error)
- func (v *CreateIsolatedWorldParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *CreateIsolatedWorldParams) UnmarshalJSON(data []byte) error
- func (p CreateIsolatedWorldParams) WithGrantUniveralAccess(grantUniveralAccess bool) *CreateIsolatedWorldParams
- func (p CreateIsolatedWorldParams) WithWorldName(worldName string) *CreateIsolatedWorldParams
- type CreateIsolatedWorldReturns
- type DialogType
- type DisableParams
- type DownloadProgressState
- func (t DownloadProgressState) MarshalEasyJSON(out *jwriter.Writer)
- func (t DownloadProgressState) MarshalJSON() ([]byte, error)
- func (t DownloadProgressState) String() string
- func (t *DownloadProgressState) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *DownloadProgressState) UnmarshalJSON(buf []byte) error
- type EnableParams
- type EventCompilationCacheProduced
- type EventDomContentEventFired
- type EventDownloadProgress
- type EventDownloadWillBegin
- type EventFileChooserOpened
- type EventFrameAttached
- type EventFrameDetached
- type EventFrameNavigated
- type EventFrameRequestedNavigation
- type EventFrameResized
- type EventFrameStartedLoading
- type EventFrameStoppedLoading
- type EventInterstitialHidden
- type EventInterstitialShown
- type EventJavascriptDialogClosed
- type EventJavascriptDialogOpening
- type EventLifecycleEvent
- type EventLoadEventFired
- type EventNavigatedWithinDocument
- type EventScreencastFrame
- type EventScreencastVisibilityChanged
- func (v EventScreencastVisibilityChanged) MarshalEasyJSON(w *jwriter.Writer)
- func (v EventScreencastVisibilityChanged) MarshalJSON() ([]byte, error)
- func (v *EventScreencastVisibilityChanged) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *EventScreencastVisibilityChanged) UnmarshalJSON(data []byte) error
- type EventWindowOpen
- type FileChooserOpenedMode
- func (t FileChooserOpenedMode) MarshalEasyJSON(out *jwriter.Writer)
- func (t FileChooserOpenedMode) MarshalJSON() ([]byte, error)
- func (t FileChooserOpenedMode) String() string
- func (t *FileChooserOpenedMode) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *FileChooserOpenedMode) UnmarshalJSON(buf []byte) error
- type FontFamilies
- type FontSizes
- type FrameResource
- type FrameResourceTree
- type FrameTree
- type GenerateTestReportParams
- func (p *GenerateTestReportParams) Do(ctx context.Context) (err error)
- func (v GenerateTestReportParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GenerateTestReportParams) MarshalJSON() ([]byte, error)
- func (v *GenerateTestReportParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GenerateTestReportParams) UnmarshalJSON(data []byte) error
- func (p GenerateTestReportParams) WithGroup(group string) *GenerateTestReportParams
- type GetAppManifestParams
- func (p *GetAppManifestParams) Do(ctx context.Context) (url string, errors []*AppManifestError, data string, ...)
- func (v GetAppManifestParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetAppManifestParams) MarshalJSON() ([]byte, error)
- func (v *GetAppManifestParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetAppManifestParams) UnmarshalJSON(data []byte) error
- type GetAppManifestReturns
- type GetFrameTreeParams
- func (p *GetFrameTreeParams) Do(ctx context.Context) (frameTree *FrameTree, err error)
- func (v GetFrameTreeParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetFrameTreeParams) MarshalJSON() ([]byte, error)
- func (v *GetFrameTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetFrameTreeParams) UnmarshalJSON(data []byte) error
- type GetFrameTreeReturns
- type GetInstallabilityErrorsParams
- func (p *GetInstallabilityErrorsParams) Do(ctx context.Context) (installabilityErrors []*InstallabilityError, err error)
- func (v GetInstallabilityErrorsParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetInstallabilityErrorsParams) MarshalJSON() ([]byte, error)
- func (v *GetInstallabilityErrorsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetInstallabilityErrorsParams) UnmarshalJSON(data []byte) error
- type GetInstallabilityErrorsReturns
- type GetLayoutMetricsParams
- func (p *GetLayoutMetricsParams) Do(ctx context.Context) (layoutViewport *LayoutViewport, visualViewport *VisualViewport, ...)
- func (v GetLayoutMetricsParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetLayoutMetricsParams) MarshalJSON() ([]byte, error)
- func (v *GetLayoutMetricsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetLayoutMetricsParams) UnmarshalJSON(data []byte) error
- type GetLayoutMetricsReturns
- type GetManifestIconsParams
- func (p *GetManifestIconsParams) Do(ctx context.Context) (primaryIcon []byte, err error)
- func (v GetManifestIconsParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetManifestIconsParams) MarshalJSON() ([]byte, error)
- func (v *GetManifestIconsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetManifestIconsParams) UnmarshalJSON(data []byte) error
- type GetManifestIconsReturns
- type GetNavigationHistoryParams
- func (p *GetNavigationHistoryParams) Do(ctx context.Context) (currentIndex int64, entries []*NavigationEntry, err error)
- func (v GetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetNavigationHistoryParams) MarshalJSON() ([]byte, error)
- func (v *GetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetNavigationHistoryParams) UnmarshalJSON(data []byte) error
- type GetNavigationHistoryReturns
- type GetResourceContentParams
- func (p *GetResourceContentParams) Do(ctx context.Context) (content []byte, err error)
- func (v GetResourceContentParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetResourceContentParams) MarshalJSON() ([]byte, error)
- func (v *GetResourceContentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetResourceContentParams) UnmarshalJSON(data []byte) error
- type GetResourceContentReturns
- type GetResourceTreeParams
- func (p *GetResourceTreeParams) Do(ctx context.Context) (frameTree *FrameResourceTree, err error)
- func (v GetResourceTreeParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v GetResourceTreeParams) MarshalJSON() ([]byte, error)
- func (v *GetResourceTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *GetResourceTreeParams) UnmarshalJSON(data []byte) error
- type GetResourceTreeReturns
- type HandleJavaScriptDialogParams
- func (p *HandleJavaScriptDialogParams) Do(ctx context.Context) (err error)
- func (v HandleJavaScriptDialogParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v HandleJavaScriptDialogParams) MarshalJSON() ([]byte, error)
- func (v *HandleJavaScriptDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *HandleJavaScriptDialogParams) UnmarshalJSON(data []byte) error
- func (p HandleJavaScriptDialogParams) WithPromptText(promptText string) *HandleJavaScriptDialogParams
- type InstallabilityError
- type InstallabilityErrorArgument
- type LayoutViewport
- type NavigateParams
- func (p *NavigateParams) Do(ctx context.Context) (frameID cdp.FrameID, loaderID cdp.LoaderID, errorText string, err error)
- func (v NavigateParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v NavigateParams) MarshalJSON() ([]byte, error)
- func (v *NavigateParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *NavigateParams) UnmarshalJSON(data []byte) 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
- type NavigateReturns
- type NavigateToHistoryEntryParams
- func (p *NavigateToHistoryEntryParams) Do(ctx context.Context) (err error)
- func (v NavigateToHistoryEntryParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v NavigateToHistoryEntryParams) MarshalJSON() ([]byte, error)
- func (v *NavigateToHistoryEntryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *NavigateToHistoryEntryParams) UnmarshalJSON(data []byte) error
- type NavigationEntry
- type PrintToPDFParams
- func (p *PrintToPDFParams) Do(ctx context.Context) (data []byte, stream io.StreamHandle, err error)
- func (v PrintToPDFParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v PrintToPDFParams) MarshalJSON() ([]byte, error)
- func (v *PrintToPDFParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *PrintToPDFParams) UnmarshalJSON(data []byte) error
- func (p PrintToPDFParams) WithDisplayHeaderFooter(displayHeaderFooter bool) *PrintToPDFParams
- func (p PrintToPDFParams) WithFooterTemplate(footerTemplate string) *PrintToPDFParams
- func (p PrintToPDFParams) WithHeaderTemplate(headerTemplate string) *PrintToPDFParams
- func (p PrintToPDFParams) WithIgnoreInvalidPageRanges(ignoreInvalidPageRanges bool) *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
- type PrintToPDFReturns
- type PrintToPDFTransferMode
- func (t PrintToPDFTransferMode) MarshalEasyJSON(out *jwriter.Writer)
- func (t PrintToPDFTransferMode) MarshalJSON() ([]byte, error)
- func (t PrintToPDFTransferMode) String() string
- func (t *PrintToPDFTransferMode) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *PrintToPDFTransferMode) UnmarshalJSON(buf []byte) error
- type ReferrerPolicy
- type ReloadParams
- func (p *ReloadParams) Do(ctx context.Context) (err error)
- func (v ReloadParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v ReloadParams) MarshalJSON() ([]byte, error)
- func (v *ReloadParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *ReloadParams) UnmarshalJSON(data []byte) error
- func (p ReloadParams) WithIgnoreCache(ignoreCache bool) *ReloadParams
- func (p ReloadParams) WithScriptToEvaluateOnLoad(scriptToEvaluateOnLoad string) *ReloadParams
- type RemoveScriptToEvaluateOnNewDocumentParams
- func (p *RemoveScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (err error)
- func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error)
- func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error
- type ResetNavigationHistoryParams
- func (p *ResetNavigationHistoryParams) Do(ctx context.Context) (err error)
- func (v ResetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v ResetNavigationHistoryParams) MarshalJSON() ([]byte, error)
- func (v *ResetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *ResetNavigationHistoryParams) UnmarshalJSON(data []byte) error
- type ScreencastFormat
- type ScreencastFrameAckParams
- func (p *ScreencastFrameAckParams) Do(ctx context.Context) (err error)
- func (v ScreencastFrameAckParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v ScreencastFrameAckParams) MarshalJSON() ([]byte, error)
- func (v *ScreencastFrameAckParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *ScreencastFrameAckParams) UnmarshalJSON(data []byte) error
- type ScreencastFrameMetadata
- type ScriptIdentifier
- type SearchInResourceParams
- func (p *SearchInResourceParams) Do(ctx context.Context) (result []*debugger.SearchMatch, err error)
- func (v SearchInResourceParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SearchInResourceParams) MarshalJSON() ([]byte, error)
- func (v *SearchInResourceParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SearchInResourceParams) UnmarshalJSON(data []byte) error
- func (p SearchInResourceParams) WithCaseSensitive(caseSensitive bool) *SearchInResourceParams
- func (p SearchInResourceParams) WithIsRegex(isRegex bool) *SearchInResourceParams
- type SearchInResourceReturns
- type SetAdBlockingEnabledParams
- func (p *SetAdBlockingEnabledParams) Do(ctx context.Context) (err error)
- func (v SetAdBlockingEnabledParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetAdBlockingEnabledParams) MarshalJSON() ([]byte, error)
- func (v *SetAdBlockingEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetAdBlockingEnabledParams) UnmarshalJSON(data []byte) error
- type SetBypassCSPParams
- func (p *SetBypassCSPParams) Do(ctx context.Context) (err error)
- func (v SetBypassCSPParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetBypassCSPParams) MarshalJSON() ([]byte, error)
- func (v *SetBypassCSPParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetBypassCSPParams) UnmarshalJSON(data []byte) error
- type SetDocumentContentParams
- func (p *SetDocumentContentParams) Do(ctx context.Context) (err error)
- func (v SetDocumentContentParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetDocumentContentParams) MarshalJSON() ([]byte, error)
- func (v *SetDocumentContentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetDocumentContentParams) UnmarshalJSON(data []byte) error
- type SetDownloadBehaviorBehavior
- func (t SetDownloadBehaviorBehavior) MarshalEasyJSON(out *jwriter.Writer)
- func (t SetDownloadBehaviorBehavior) MarshalJSON() ([]byte, error)
- func (t SetDownloadBehaviorBehavior) String() string
- func (t *SetDownloadBehaviorBehavior) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *SetDownloadBehaviorBehavior) UnmarshalJSON(buf []byte) error
- type SetDownloadBehaviorParams
- func (p *SetDownloadBehaviorParams) Do(ctx context.Context) (err error)
- func (v SetDownloadBehaviorParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetDownloadBehaviorParams) MarshalJSON() ([]byte, error)
- func (v *SetDownloadBehaviorParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetDownloadBehaviorParams) UnmarshalJSON(data []byte) error
- func (p SetDownloadBehaviorParams) WithDownloadPath(downloadPath string) *SetDownloadBehaviorParams
- type SetFontFamiliesParams
- func (p *SetFontFamiliesParams) Do(ctx context.Context) (err error)
- func (v SetFontFamiliesParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetFontFamiliesParams) MarshalJSON() ([]byte, error)
- func (v *SetFontFamiliesParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetFontFamiliesParams) UnmarshalJSON(data []byte) error
- type SetFontSizesParams
- func (p *SetFontSizesParams) Do(ctx context.Context) (err error)
- func (v SetFontSizesParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetFontSizesParams) MarshalJSON() ([]byte, error)
- func (v *SetFontSizesParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetFontSizesParams) UnmarshalJSON(data []byte) error
- type SetInterceptFileChooserDialogParams
- func (p *SetInterceptFileChooserDialogParams) Do(ctx context.Context) (err error)
- func (v SetInterceptFileChooserDialogParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetInterceptFileChooserDialogParams) MarshalJSON() ([]byte, error)
- func (v *SetInterceptFileChooserDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetInterceptFileChooserDialogParams) UnmarshalJSON(data []byte) error
- type SetLifecycleEventsEnabledParams
- func (p *SetLifecycleEventsEnabledParams) Do(ctx context.Context) (err error)
- func (v SetLifecycleEventsEnabledParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetLifecycleEventsEnabledParams) MarshalJSON() ([]byte, error)
- func (v *SetLifecycleEventsEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetLifecycleEventsEnabledParams) UnmarshalJSON(data []byte) error
- type SetProduceCompilationCacheParams
- func (p *SetProduceCompilationCacheParams) Do(ctx context.Context) (err error)
- func (v SetProduceCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetProduceCompilationCacheParams) MarshalJSON() ([]byte, error)
- func (v *SetProduceCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetProduceCompilationCacheParams) UnmarshalJSON(data []byte) error
- type SetWebLifecycleStateParams
- func (p *SetWebLifecycleStateParams) Do(ctx context.Context) (err error)
- func (v SetWebLifecycleStateParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v SetWebLifecycleStateParams) MarshalJSON() ([]byte, error)
- func (v *SetWebLifecycleStateParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *SetWebLifecycleStateParams) UnmarshalJSON(data []byte) error
- type SetWebLifecycleStateState
- func (t SetWebLifecycleStateState) MarshalEasyJSON(out *jwriter.Writer)
- func (t SetWebLifecycleStateState) MarshalJSON() ([]byte, error)
- func (t SetWebLifecycleStateState) String() string
- func (t *SetWebLifecycleStateState) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (t *SetWebLifecycleStateState) UnmarshalJSON(buf []byte) error
- type StartScreencastParams
- func (p *StartScreencastParams) Do(ctx context.Context) (err error)
- func (v StartScreencastParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v StartScreencastParams) MarshalJSON() ([]byte, error)
- func (v *StartScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *StartScreencastParams) UnmarshalJSON(data []byte) 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
- type StopLoadingParams
- func (p *StopLoadingParams) Do(ctx context.Context) (err error)
- func (v StopLoadingParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v StopLoadingParams) MarshalJSON() ([]byte, error)
- func (v *StopLoadingParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *StopLoadingParams) UnmarshalJSON(data []byte) error
- type StopScreencastParams
- func (p *StopScreencastParams) Do(ctx context.Context) (err error)
- func (v StopScreencastParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v StopScreencastParams) MarshalJSON() ([]byte, error)
- func (v *StopScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *StopScreencastParams) UnmarshalJSON(data []byte) error
- type TransitionType
- type Viewport
- type VisualViewport
- type WaitForDebuggerParams
- func (p *WaitForDebuggerParams) Do(ctx context.Context) (err error)
- func (v WaitForDebuggerParams) MarshalEasyJSON(w *jwriter.Writer)
- func (v WaitForDebuggerParams) MarshalJSON() ([]byte, error)
- func (v *WaitForDebuggerParams) UnmarshalEasyJSON(l *jlexer.Lexer)
- func (v *WaitForDebuggerParams) UnmarshalJSON(data []byte) error
Constants ¶
const ( CommandAddScriptToEvaluateOnNewDocument = "Page.addScriptToEvaluateOnNewDocument" CommandBringToFront = "Page.bringToFront" CommandCaptureScreenshot = "Page.captureScreenshot" CommandCaptureSnapshot = "Page.captureSnapshot" CommandCreateIsolatedWorld = "Page.createIsolatedWorld" CommandDisable = "Page.disable" CommandEnable = "Page.enable" CommandGetAppManifest = "Page.getAppManifest" CommandGetInstallabilityErrors = "Page.getInstallabilityErrors" CommandGetManifestIcons = "Page.getManifestIcons" CommandGetFrameTree = "Page.getFrameTree" CommandGetLayoutMetrics = "Page.getLayoutMetrics" CommandGetResourceContent = "Page.getResourceContent" CommandGetResourceTree = "Page.getResourceTree" CommandHandleJavaScriptDialog = "Page.handleJavaScriptDialog" CommandPrintToPDF = "Page.printToPDF" CommandReload = "Page.reload" CommandRemoveScriptToEvaluateOnNewDocument = "Page.removeScriptToEvaluateOnNewDocument" CommandScreencastFrameAck = "Page.screencastFrameAck" CommandSearchInResource = "Page.searchInResource" CommandSetAdBlockingEnabled = "Page.setAdBlockingEnabled" CommandSetBypassCSP = "Page.setBypassCSP" CommandSetFontFamilies = "Page.setFontFamilies" CommandSetFontSizes = "Page.setFontSizes" CommandSetDocumentContent = "Page.setDocumentContent" CommandSetDownloadBehavior = "Page.setDownloadBehavior" CommandSetLifecycleEventsEnabled = "Page.setLifecycleEventsEnabled" CommandStartScreencast = "Page.startScreencast" CommandStopLoading = "Page.stopLoading" CommandCrash = "Page.crash" CommandClose = "Page.close" CommandSetWebLifecycleState = "Page.setWebLifecycleState" CommandStopScreencast = "Page.stopScreencast" CommandSetProduceCompilationCache = "Page.setProduceCompilationCache" CommandAddCompilationCache = "Page.addCompilationCache" CommandClearCompilationCache = "Page.clearCompilationCache" CommandGenerateTestReport = "Page.generateTestReport" CommandWaitForDebugger = "Page.waitForDebugger" CommandSetInterceptFileChooserDialog = "Page.setInterceptFileChooserDialog" )
Command names.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCompilationCacheParams ¶
type AddCompilationCacheParams struct { URL string `json:"url"` Data string `json:"data"` // Base64-encoded data }
AddCompilationCacheParams seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.
func AddCompilationCache ¶
func AddCompilationCache(url string, data string) *AddCompilationCacheParams
AddCompilationCache seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-addCompilationCache
parameters:
url data - Base64-encoded data
func (*AddCompilationCacheParams) Do ¶
func (p *AddCompilationCacheParams) Do(ctx context.Context) (err error)
Do executes Page.addCompilationCache against the provided context.
func (AddCompilationCacheParams) MarshalEasyJSON ¶
func (v AddCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (AddCompilationCacheParams) MarshalJSON ¶
func (v AddCompilationCacheParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*AddCompilationCacheParams) UnmarshalEasyJSON ¶
func (v *AddCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*AddCompilationCacheParams) UnmarshalJSON ¶
func (v *AddCompilationCacheParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type AddScriptToEvaluateOnNewDocumentParams ¶
type AddScriptToEvaluateOnNewDocumentParams struct { Source string `json:"source"` WorldName string `json:"worldName,omitempty"` // If specified, creates an isolated world with the given name and evaluates given script in it. This world name will be used as the ExecutionContextDescription::name when the corresponding event is emitted. }
AddScriptToEvaluateOnNewDocumentParams evaluates given script in every frame upon creation (before loading frame's scripts).
func AddScriptToEvaluateOnNewDocument ¶
func AddScriptToEvaluateOnNewDocument(source string) *AddScriptToEvaluateOnNewDocumentParams
AddScriptToEvaluateOnNewDocument evaluates given script in every frame upon creation (before loading frame's scripts).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-addScriptToEvaluateOnNewDocument
parameters:
source
func (*AddScriptToEvaluateOnNewDocumentParams) Do ¶
func (p *AddScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (identifier ScriptIdentifier, err error)
Do executes Page.addScriptToEvaluateOnNewDocument against the provided context.
returns:
identifier - Identifier of the added script.
func (AddScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON ¶
func (v AddScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (AddScriptToEvaluateOnNewDocumentParams) MarshalJSON ¶
func (v AddScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*AddScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON ¶
func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*AddScriptToEvaluateOnNewDocumentParams) UnmarshalJSON ¶
func (v *AddScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (AddScriptToEvaluateOnNewDocumentParams) WithWorldName ¶
func (p AddScriptToEvaluateOnNewDocumentParams) WithWorldName(worldName string) *AddScriptToEvaluateOnNewDocumentParams
WithWorldName if specified, creates an isolated world with the given name and evaluates given script in it. This world name will be used as the ExecutionContextDescription::name when the corresponding event is emitted.
type AddScriptToEvaluateOnNewDocumentReturns ¶
type AddScriptToEvaluateOnNewDocumentReturns struct {
Identifier ScriptIdentifier `json:"identifier,omitempty"` // Identifier of the added script.
}
AddScriptToEvaluateOnNewDocumentReturns return values.
func (AddScriptToEvaluateOnNewDocumentReturns) MarshalEasyJSON ¶
func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (AddScriptToEvaluateOnNewDocumentReturns) MarshalJSON ¶
func (v AddScriptToEvaluateOnNewDocumentReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*AddScriptToEvaluateOnNewDocumentReturns) UnmarshalEasyJSON ¶
func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*AddScriptToEvaluateOnNewDocumentReturns) UnmarshalJSON ¶
func (v *AddScriptToEvaluateOnNewDocumentReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type AppManifestError ¶
type AppManifestError struct { Message string `json:"message"` // Error message. Critical int64 `json:"critical"` // If criticial, this is a non-recoverable parse error. Line int64 `json:"line"` // Error line. Column int64 `json:"column"` // Error column. }
AppManifestError error while paring app manifest.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-AppManifestError
func (AppManifestError) MarshalEasyJSON ¶
func (v AppManifestError) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (AppManifestError) MarshalJSON ¶
func (v AppManifestError) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*AppManifestError) UnmarshalEasyJSON ¶
func (v *AppManifestError) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*AppManifestError) UnmarshalJSON ¶
func (v *AppManifestError) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type AppManifestParsedProperties ¶
type AppManifestParsedProperties struct {
Scope string `json:"scope"` // Computed scope value
}
AppManifestParsedProperties parsed app manifest properties.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-AppManifestParsedProperties
func (AppManifestParsedProperties) MarshalEasyJSON ¶
func (v AppManifestParsedProperties) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (AppManifestParsedProperties) MarshalJSON ¶
func (v AppManifestParsedProperties) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*AppManifestParsedProperties) UnmarshalEasyJSON ¶
func (v *AppManifestParsedProperties) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*AppManifestParsedProperties) UnmarshalJSON ¶
func (v *AppManifestParsedProperties) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type BringToFrontParams ¶
type BringToFrontParams struct{}
BringToFrontParams brings page to front (activates tab).
func BringToFront ¶
func BringToFront() *BringToFrontParams
BringToFront brings page to front (activates tab).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-bringToFront
func (*BringToFrontParams) Do ¶
func (p *BringToFrontParams) Do(ctx context.Context) (err error)
Do executes Page.bringToFront against the provided context.
func (BringToFrontParams) MarshalEasyJSON ¶
func (v BringToFrontParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (BringToFrontParams) MarshalJSON ¶
func (v BringToFrontParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*BringToFrontParams) UnmarshalEasyJSON ¶
func (v *BringToFrontParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*BringToFrontParams) UnmarshalJSON ¶
func (v *BringToFrontParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type CaptureScreenshotFormat ¶
type CaptureScreenshotFormat string
CaptureScreenshotFormat image compression format (defaults to png).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-captureScreenshot
const ( CaptureScreenshotFormatJpeg CaptureScreenshotFormat = "jpeg" CaptureScreenshotFormatPng CaptureScreenshotFormat = "png" )
CaptureScreenshotFormat values.
func (CaptureScreenshotFormat) MarshalEasyJSON ¶
func (t CaptureScreenshotFormat) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (CaptureScreenshotFormat) MarshalJSON ¶
func (t CaptureScreenshotFormat) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (CaptureScreenshotFormat) String ¶
func (t CaptureScreenshotFormat) String() string
String returns the CaptureScreenshotFormat as string value.
func (*CaptureScreenshotFormat) UnmarshalEasyJSON ¶
func (t *CaptureScreenshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*CaptureScreenshotFormat) UnmarshalJSON ¶
func (t *CaptureScreenshotFormat) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type CaptureScreenshotParams ¶
type CaptureScreenshotParams struct { Format CaptureScreenshotFormat `json:"format,omitempty"` // Image compression format (defaults to png). Quality int64 `json:"quality,omitempty"` // Compression quality from range [0..100] (jpeg only). Clip *Viewport `json:"clip,omitempty"` // Capture the screenshot of a given region only. FromSurface bool `json:"fromSurface,omitempty"` // Capture the screenshot from the surface, rather than the view. Defaults to true. }
CaptureScreenshotParams capture page screenshot.
func CaptureScreenshot ¶
func CaptureScreenshot() *CaptureScreenshotParams
CaptureScreenshot capture page screenshot.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-captureScreenshot
parameters:
func (*CaptureScreenshotParams) Do ¶
func (p *CaptureScreenshotParams) Do(ctx context.Context) (data []byte, err error)
Do executes Page.captureScreenshot against the provided context.
returns:
data - Base64-encoded image data.
func (CaptureScreenshotParams) MarshalEasyJSON ¶
func (v CaptureScreenshotParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CaptureScreenshotParams) MarshalJSON ¶
func (v CaptureScreenshotParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CaptureScreenshotParams) UnmarshalEasyJSON ¶
func (v *CaptureScreenshotParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CaptureScreenshotParams) UnmarshalJSON ¶
func (v *CaptureScreenshotParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (CaptureScreenshotParams) WithClip ¶
func (p CaptureScreenshotParams) WithClip(clip *Viewport) *CaptureScreenshotParams
WithClip capture the screenshot of a given region only.
func (CaptureScreenshotParams) WithFormat ¶
func (p CaptureScreenshotParams) WithFormat(format CaptureScreenshotFormat) *CaptureScreenshotParams
WithFormat image compression format (defaults to png).
func (CaptureScreenshotParams) WithFromSurface ¶
func (p CaptureScreenshotParams) WithFromSurface(fromSurface bool) *CaptureScreenshotParams
WithFromSurface capture the screenshot from the surface, rather than the view. Defaults to true.
func (CaptureScreenshotParams) WithQuality ¶
func (p CaptureScreenshotParams) WithQuality(quality int64) *CaptureScreenshotParams
WithQuality compression quality from range [0..100] (jpeg only).
type CaptureScreenshotReturns ¶
type CaptureScreenshotReturns struct {
Data string `json:"data,omitempty"` // Base64-encoded image data.
}
CaptureScreenshotReturns return values.
func (CaptureScreenshotReturns) MarshalEasyJSON ¶
func (v CaptureScreenshotReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CaptureScreenshotReturns) MarshalJSON ¶
func (v CaptureScreenshotReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CaptureScreenshotReturns) UnmarshalEasyJSON ¶
func (v *CaptureScreenshotReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CaptureScreenshotReturns) UnmarshalJSON ¶
func (v *CaptureScreenshotReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type CaptureSnapshotFormat ¶
type CaptureSnapshotFormat string
CaptureSnapshotFormat format (defaults to mhtml).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-captureSnapshot
const (
CaptureSnapshotFormatMhtml CaptureSnapshotFormat = "mhtml"
)
CaptureSnapshotFormat values.
func (CaptureSnapshotFormat) MarshalEasyJSON ¶
func (t CaptureSnapshotFormat) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (CaptureSnapshotFormat) MarshalJSON ¶
func (t CaptureSnapshotFormat) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (CaptureSnapshotFormat) String ¶
func (t CaptureSnapshotFormat) String() string
String returns the CaptureSnapshotFormat as string value.
func (*CaptureSnapshotFormat) UnmarshalEasyJSON ¶
func (t *CaptureSnapshotFormat) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*CaptureSnapshotFormat) UnmarshalJSON ¶
func (t *CaptureSnapshotFormat) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type CaptureSnapshotParams ¶
type CaptureSnapshotParams struct {
Format CaptureSnapshotFormat `json:"format,omitempty"` // Format (defaults to mhtml).
}
CaptureSnapshotParams returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.
func CaptureSnapshot ¶
func CaptureSnapshot() *CaptureSnapshotParams
CaptureSnapshot returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-captureSnapshot
parameters:
func (*CaptureSnapshotParams) Do ¶
func (p *CaptureSnapshotParams) Do(ctx context.Context) (data string, err error)
Do executes Page.captureSnapshot against the provided context.
returns:
data - Serialized page data.
func (CaptureSnapshotParams) MarshalEasyJSON ¶
func (v CaptureSnapshotParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CaptureSnapshotParams) MarshalJSON ¶
func (v CaptureSnapshotParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CaptureSnapshotParams) UnmarshalEasyJSON ¶
func (v *CaptureSnapshotParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CaptureSnapshotParams) UnmarshalJSON ¶
func (v *CaptureSnapshotParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (CaptureSnapshotParams) WithFormat ¶
func (p CaptureSnapshotParams) WithFormat(format CaptureSnapshotFormat) *CaptureSnapshotParams
WithFormat format (defaults to mhtml).
type CaptureSnapshotReturns ¶
type CaptureSnapshotReturns struct {
Data string `json:"data,omitempty"` // Serialized page data.
}
CaptureSnapshotReturns return values.
func (CaptureSnapshotReturns) MarshalEasyJSON ¶
func (v CaptureSnapshotReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CaptureSnapshotReturns) MarshalJSON ¶
func (v CaptureSnapshotReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CaptureSnapshotReturns) UnmarshalEasyJSON ¶
func (v *CaptureSnapshotReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CaptureSnapshotReturns) UnmarshalJSON ¶
func (v *CaptureSnapshotReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ClearCompilationCacheParams ¶
type ClearCompilationCacheParams struct{}
ClearCompilationCacheParams clears seeded compilation cache.
func ClearCompilationCache ¶
func ClearCompilationCache() *ClearCompilationCacheParams
ClearCompilationCache clears seeded compilation cache.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-clearCompilationCache
func (*ClearCompilationCacheParams) Do ¶
func (p *ClearCompilationCacheParams) Do(ctx context.Context) (err error)
Do executes Page.clearCompilationCache against the provided context.
func (ClearCompilationCacheParams) MarshalEasyJSON ¶
func (v ClearCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (ClearCompilationCacheParams) MarshalJSON ¶
func (v ClearCompilationCacheParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*ClearCompilationCacheParams) UnmarshalEasyJSON ¶
func (v *ClearCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ClearCompilationCacheParams) UnmarshalJSON ¶
func (v *ClearCompilationCacheParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ClientNavigationDisposition ¶
type ClientNavigationDisposition string
ClientNavigationDisposition [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-ClientNavigationDisposition
const ()
ClientNavigationDisposition values.
func (ClientNavigationDisposition) MarshalEasyJSON ¶
func (t ClientNavigationDisposition) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (ClientNavigationDisposition) MarshalJSON ¶
func (t ClientNavigationDisposition) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (ClientNavigationDisposition) String ¶
func (t ClientNavigationDisposition) String() string
String returns the ClientNavigationDisposition as string value.
func (*ClientNavigationDisposition) UnmarshalEasyJSON ¶
func (t *ClientNavigationDisposition) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*ClientNavigationDisposition) UnmarshalJSON ¶
func (t *ClientNavigationDisposition) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type ClientNavigationReason ¶
type ClientNavigationReason string
ClientNavigationReason [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-ClientNavigationReason
const ()
ClientNavigationReason values.
func (ClientNavigationReason) MarshalEasyJSON ¶
func (t ClientNavigationReason) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (ClientNavigationReason) MarshalJSON ¶
func (t ClientNavigationReason) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (ClientNavigationReason) String ¶
func (t ClientNavigationReason) String() string
String returns the ClientNavigationReason as string value.
func (*ClientNavigationReason) UnmarshalEasyJSON ¶
func (t *ClientNavigationReason) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*ClientNavigationReason) UnmarshalJSON ¶
func (t *ClientNavigationReason) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type CloseParams ¶
type CloseParams struct{}
CloseParams tries to close page, running its beforeunload hooks, if any.
func Close ¶
func Close() *CloseParams
Close tries to close page, running its beforeunload hooks, if any.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-close
func (*CloseParams) Do ¶
func (p *CloseParams) Do(ctx context.Context) (err error)
Do executes Page.close against the provided context.
func (CloseParams) MarshalEasyJSON ¶
func (v CloseParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CloseParams) MarshalJSON ¶
func (v CloseParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CloseParams) UnmarshalEasyJSON ¶
func (v *CloseParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CloseParams) UnmarshalJSON ¶
func (v *CloseParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type CrashParams ¶
type CrashParams struct{}
CrashParams crashes renderer on the IO thread, generates minidumps.
func Crash ¶
func Crash() *CrashParams
Crash crashes renderer on the IO thread, generates minidumps.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-crash
func (*CrashParams) Do ¶
func (p *CrashParams) Do(ctx context.Context) (err error)
Do executes Page.crash against the provided context.
func (CrashParams) MarshalEasyJSON ¶
func (v CrashParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CrashParams) MarshalJSON ¶
func (v CrashParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CrashParams) UnmarshalEasyJSON ¶
func (v *CrashParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CrashParams) UnmarshalJSON ¶
func (v *CrashParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type CreateIsolatedWorldParams ¶
type CreateIsolatedWorldParams struct { FrameID cdp.FrameID `json:"frameId"` // Id of the frame in which the isolated world should be created. WorldName string `json:"worldName,omitempty"` // An optional name which is reported in the Execution Context. GrantUniveralAccess bool `json:"grantUniveralAccess,omitempty"` // Whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution. }
CreateIsolatedWorldParams creates an isolated world for the given frame.
func CreateIsolatedWorld ¶
func CreateIsolatedWorld(frameID cdp.FrameID) *CreateIsolatedWorldParams
CreateIsolatedWorld creates an isolated world for the given frame.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-createIsolatedWorld
parameters:
frameID - Id of the frame in which the isolated world should be created.
func (*CreateIsolatedWorldParams) Do ¶
func (p *CreateIsolatedWorldParams) Do(ctx context.Context) (executionContextID runtime.ExecutionContextID, err error)
Do executes Page.createIsolatedWorld against the provided context.
returns:
executionContextID - Execution context of the isolated world.
func (CreateIsolatedWorldParams) MarshalEasyJSON ¶
func (v CreateIsolatedWorldParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CreateIsolatedWorldParams) MarshalJSON ¶
func (v CreateIsolatedWorldParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CreateIsolatedWorldParams) UnmarshalEasyJSON ¶
func (v *CreateIsolatedWorldParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CreateIsolatedWorldParams) UnmarshalJSON ¶
func (v *CreateIsolatedWorldParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (CreateIsolatedWorldParams) WithGrantUniveralAccess ¶
func (p CreateIsolatedWorldParams) WithGrantUniveralAccess(grantUniveralAccess bool) *CreateIsolatedWorldParams
WithGrantUniveralAccess whether or not universal access should be granted to the isolated world. This is a powerful option, use with caution.
func (CreateIsolatedWorldParams) WithWorldName ¶
func (p CreateIsolatedWorldParams) WithWorldName(worldName string) *CreateIsolatedWorldParams
WithWorldName an optional name which is reported in the Execution Context.
type CreateIsolatedWorldReturns ¶
type CreateIsolatedWorldReturns struct {
ExecutionContextID runtime.ExecutionContextID `json:"executionContextId,omitempty"` // Execution context of the isolated world.
}
CreateIsolatedWorldReturns return values.
func (CreateIsolatedWorldReturns) MarshalEasyJSON ¶
func (v CreateIsolatedWorldReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (CreateIsolatedWorldReturns) MarshalJSON ¶
func (v CreateIsolatedWorldReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*CreateIsolatedWorldReturns) UnmarshalEasyJSON ¶
func (v *CreateIsolatedWorldReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*CreateIsolatedWorldReturns) UnmarshalJSON ¶
func (v *CreateIsolatedWorldReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type DialogType ¶
type DialogType string
DialogType javascript dialog type.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-DialogType
const ( DialogTypeAlert DialogType = "alert" DialogTypeConfirm DialogType = "confirm" DialogTypePrompt DialogType = "prompt" DialogTypeBeforeunload DialogType = "beforeunload" )
DialogType values.
func (DialogType) MarshalEasyJSON ¶
func (t DialogType) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (DialogType) MarshalJSON ¶
func (t DialogType) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (DialogType) String ¶
func (t DialogType) String() string
String returns the DialogType as string value.
func (*DialogType) UnmarshalEasyJSON ¶
func (t *DialogType) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*DialogType) UnmarshalJSON ¶
func (t *DialogType) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type DisableParams ¶
type DisableParams struct{}
DisableParams disables page domain notifications.
func Disable ¶
func Disable() *DisableParams
Disable disables page domain notifications.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-disable
func (*DisableParams) Do ¶
func (p *DisableParams) Do(ctx context.Context) (err error)
Do executes Page.disable against the provided context.
func (DisableParams) MarshalEasyJSON ¶
func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (DisableParams) MarshalJSON ¶
func (v DisableParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*DisableParams) UnmarshalEasyJSON ¶
func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*DisableParams) UnmarshalJSON ¶
func (v *DisableParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type DownloadProgressState ¶
type DownloadProgressState string
DownloadProgressState download status.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-downloadProgress
const ( DownloadProgressStateInProgress DownloadProgressState = "inProgress" DownloadProgressStateCompleted DownloadProgressState = "completed" DownloadProgressStateCanceled DownloadProgressState = "canceled" )
DownloadProgressState values.
func (DownloadProgressState) MarshalEasyJSON ¶
func (t DownloadProgressState) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (DownloadProgressState) MarshalJSON ¶
func (t DownloadProgressState) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (DownloadProgressState) String ¶
func (t DownloadProgressState) String() string
String returns the DownloadProgressState as string value.
func (*DownloadProgressState) UnmarshalEasyJSON ¶
func (t *DownloadProgressState) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*DownloadProgressState) UnmarshalJSON ¶
func (t *DownloadProgressState) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type EnableParams ¶
type EnableParams struct{}
EnableParams enables page domain notifications.
func Enable ¶
func Enable() *EnableParams
Enable enables page domain notifications.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-enable
func (*EnableParams) Do ¶
func (p *EnableParams) Do(ctx context.Context) (err error)
Do executes Page.enable against the provided context.
func (EnableParams) MarshalEasyJSON ¶
func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EnableParams) MarshalJSON ¶
func (v EnableParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EnableParams) UnmarshalEasyJSON ¶
func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EnableParams) UnmarshalJSON ¶
func (v *EnableParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventCompilationCacheProduced ¶
type EventCompilationCacheProduced struct { URL string `json:"url"` Data string `json:"data"` // Base64-encoded data }
EventCompilationCacheProduced issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-compilationCacheProduced
func (EventCompilationCacheProduced) MarshalEasyJSON ¶
func (v EventCompilationCacheProduced) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventCompilationCacheProduced) MarshalJSON ¶
func (v EventCompilationCacheProduced) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventCompilationCacheProduced) UnmarshalEasyJSON ¶
func (v *EventCompilationCacheProduced) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventCompilationCacheProduced) UnmarshalJSON ¶
func (v *EventCompilationCacheProduced) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventDomContentEventFired ¶
type EventDomContentEventFired struct {
Timestamp *cdp.MonotonicTime `json:"timestamp"`
}
EventDomContentEventFired [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-domContentEventFired
func (EventDomContentEventFired) MarshalEasyJSON ¶
func (v EventDomContentEventFired) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventDomContentEventFired) MarshalJSON ¶
func (v EventDomContentEventFired) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventDomContentEventFired) UnmarshalEasyJSON ¶
func (v *EventDomContentEventFired) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventDomContentEventFired) UnmarshalJSON ¶
func (v *EventDomContentEventFired) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventDownloadProgress ¶
type EventDownloadProgress struct { GUID string `json:"guid"` // Global unique identifier of the download. TotalBytes float64 `json:"totalBytes"` // Total expected bytes to download. ReceivedBytes float64 `json:"receivedBytes"` // Total bytes received. State DownloadProgressState `json:"state"` // Download status. }
EventDownloadProgress fired when download makes progress. Last call has |done| == true.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-downloadProgress
func (EventDownloadProgress) MarshalEasyJSON ¶
func (v EventDownloadProgress) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventDownloadProgress) MarshalJSON ¶
func (v EventDownloadProgress) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventDownloadProgress) UnmarshalEasyJSON ¶
func (v *EventDownloadProgress) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventDownloadProgress) UnmarshalJSON ¶
func (v *EventDownloadProgress) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventDownloadWillBegin ¶
type EventDownloadWillBegin struct { FrameID cdp.FrameID `json:"frameId"` // Id of the frame that caused download to begin. GUID string `json:"guid"` // Global unique identifier of the download. URL string `json:"url"` // URL of the resource being downloaded. SuggestedFilename string `json:"suggestedFilename"` // Suggested file name of the resource (the actual name of the file saved on disk may differ). }
EventDownloadWillBegin fired when page is about to start a download.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-downloadWillBegin
func (EventDownloadWillBegin) MarshalEasyJSON ¶
func (v EventDownloadWillBegin) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventDownloadWillBegin) MarshalJSON ¶
func (v EventDownloadWillBegin) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventDownloadWillBegin) UnmarshalEasyJSON ¶
func (v *EventDownloadWillBegin) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventDownloadWillBegin) UnmarshalJSON ¶
func (v *EventDownloadWillBegin) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFileChooserOpened ¶
type EventFileChooserOpened struct { FrameID cdp.FrameID `json:"frameId"` // Id of the frame containing input node. BackendNodeID cdp.BackendNodeID `json:"backendNodeId"` // Input node id. Mode FileChooserOpenedMode `json:"mode"` // Input mode. }
EventFileChooserOpened emitted only when page.interceptFileChooser is enabled.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-fileChooserOpened
func (EventFileChooserOpened) MarshalEasyJSON ¶
func (v EventFileChooserOpened) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFileChooserOpened) MarshalJSON ¶
func (v EventFileChooserOpened) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFileChooserOpened) UnmarshalEasyJSON ¶
func (v *EventFileChooserOpened) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFileChooserOpened) UnmarshalJSON ¶
func (v *EventFileChooserOpened) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameAttached ¶
type EventFrameAttached struct { FrameID cdp.FrameID `json:"frameId"` // Id of the frame that has been attached. ParentFrameID cdp.FrameID `json:"parentFrameId"` // Parent frame identifier. Stack *runtime.StackTrace `json:"stack,omitempty"` // JavaScript stack trace of when frame was attached, only set if frame initiated from script. }
EventFrameAttached fired when frame has been attached to its parent.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameAttached
func (EventFrameAttached) MarshalEasyJSON ¶
func (v EventFrameAttached) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameAttached) MarshalJSON ¶
func (v EventFrameAttached) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameAttached) UnmarshalEasyJSON ¶
func (v *EventFrameAttached) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameAttached) UnmarshalJSON ¶
func (v *EventFrameAttached) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameDetached ¶
type EventFrameDetached struct {
FrameID cdp.FrameID `json:"frameId"` // Id of the frame that has been detached.
}
EventFrameDetached fired when frame has been detached from its parent.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameDetached
func (EventFrameDetached) MarshalEasyJSON ¶
func (v EventFrameDetached) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameDetached) MarshalJSON ¶
func (v EventFrameDetached) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameDetached) UnmarshalEasyJSON ¶
func (v *EventFrameDetached) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameDetached) UnmarshalJSON ¶
func (v *EventFrameDetached) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameNavigated ¶
type EventFrameNavigated struct {
}EventFrameNavigated fired once navigation of the frame has completed. Frame is now associated with the new loader.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameNavigated
func (EventFrameNavigated) MarshalEasyJSON ¶
func (v EventFrameNavigated) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameNavigated) MarshalJSON ¶
func (v EventFrameNavigated) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameNavigated) UnmarshalEasyJSON ¶
func (v *EventFrameNavigated) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameNavigated) UnmarshalJSON ¶
func (v *EventFrameNavigated) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameRequestedNavigation ¶
type EventFrameRequestedNavigation struct {}
EventFrameRequestedNavigation fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameRequestedNavigation
func (EventFrameRequestedNavigation) MarshalEasyJSON ¶
func (v EventFrameRequestedNavigation) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameRequestedNavigation) MarshalJSON ¶
func (v EventFrameRequestedNavigation) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameRequestedNavigation) UnmarshalEasyJSON ¶
func (v *EventFrameRequestedNavigation) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameRequestedNavigation) UnmarshalJSON ¶
func (v *EventFrameRequestedNavigation) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameResized ¶
type EventFrameResized struct{}
EventFrameResized [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameResized
func (EventFrameResized) MarshalEasyJSON ¶
func (v EventFrameResized) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameResized) MarshalJSON ¶
func (v EventFrameResized) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameResized) UnmarshalEasyJSON ¶
func (v *EventFrameResized) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameResized) UnmarshalJSON ¶
func (v *EventFrameResized) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameStartedLoading ¶
type EventFrameStartedLoading struct {
FrameID cdp.FrameID `json:"frameId"` // Id of the frame that has started loading.
}
EventFrameStartedLoading fired when frame has started loading.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameStartedLoading
func (EventFrameStartedLoading) MarshalEasyJSON ¶
func (v EventFrameStartedLoading) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameStartedLoading) MarshalJSON ¶
func (v EventFrameStartedLoading) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameStartedLoading) UnmarshalEasyJSON ¶
func (v *EventFrameStartedLoading) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameStartedLoading) UnmarshalJSON ¶
func (v *EventFrameStartedLoading) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventFrameStoppedLoading ¶
type EventFrameStoppedLoading struct {
FrameID cdp.FrameID `json:"frameId"` // Id of the frame that has stopped loading.
}
EventFrameStoppedLoading fired when frame has stopped loading.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-frameStoppedLoading
func (EventFrameStoppedLoading) MarshalEasyJSON ¶
func (v EventFrameStoppedLoading) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventFrameStoppedLoading) MarshalJSON ¶
func (v EventFrameStoppedLoading) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventFrameStoppedLoading) UnmarshalEasyJSON ¶
func (v *EventFrameStoppedLoading) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventFrameStoppedLoading) UnmarshalJSON ¶
func (v *EventFrameStoppedLoading) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventInterstitialHidden ¶
type EventInterstitialHidden struct{}
EventInterstitialHidden fired when interstitial page was hidden.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-interstitialHidden
func (EventInterstitialHidden) MarshalEasyJSON ¶
func (v EventInterstitialHidden) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventInterstitialHidden) MarshalJSON ¶
func (v EventInterstitialHidden) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventInterstitialHidden) UnmarshalEasyJSON ¶
func (v *EventInterstitialHidden) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventInterstitialHidden) UnmarshalJSON ¶
func (v *EventInterstitialHidden) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventInterstitialShown ¶
type EventInterstitialShown struct{}
EventInterstitialShown fired when interstitial page was shown.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-interstitialShown
func (EventInterstitialShown) MarshalEasyJSON ¶
func (v EventInterstitialShown) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventInterstitialShown) MarshalJSON ¶
func (v EventInterstitialShown) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventInterstitialShown) UnmarshalEasyJSON ¶
func (v *EventInterstitialShown) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventInterstitialShown) UnmarshalJSON ¶
func (v *EventInterstitialShown) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventJavascriptDialogClosed ¶
type EventJavascriptDialogClosed struct { Result bool `json:"result"` // Whether dialog was confirmed. UserInput string `json:"userInput"` // User input in case of prompt. }
EventJavascriptDialogClosed fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-javascriptDialogClosed
func (EventJavascriptDialogClosed) MarshalEasyJSON ¶
func (v EventJavascriptDialogClosed) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventJavascriptDialogClosed) MarshalJSON ¶
func (v EventJavascriptDialogClosed) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventJavascriptDialogClosed) UnmarshalEasyJSON ¶
func (v *EventJavascriptDialogClosed) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventJavascriptDialogClosed) UnmarshalJSON ¶
func (v *EventJavascriptDialogClosed) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventJavascriptDialogOpening ¶
type EventJavascriptDialogOpening struct { URL string `json:"url"` // Frame url. Message string `json:"message"` // Message that will be displayed by the dialog. Type DialogType `json:"type"` // Dialog type. HasBrowserHandler bool `json:"hasBrowserHandler"` // True iff browser is capable showing or acting on the given dialog. When browser has no dialog handler for given target, calling alert while Page domain is engaged will stall the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog. DefaultPrompt string `json:"defaultPrompt,omitempty"` // Default dialog prompt. }
EventJavascriptDialogOpening fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-javascriptDialogOpening
func (EventJavascriptDialogOpening) MarshalEasyJSON ¶
func (v EventJavascriptDialogOpening) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventJavascriptDialogOpening) MarshalJSON ¶
func (v EventJavascriptDialogOpening) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventJavascriptDialogOpening) UnmarshalEasyJSON ¶
func (v *EventJavascriptDialogOpening) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventJavascriptDialogOpening) UnmarshalJSON ¶
func (v *EventJavascriptDialogOpening) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventLifecycleEvent ¶
type EventLifecycleEvent struct { FrameID cdp.FrameID `json:"frameId"` // Id of the frame. LoaderID cdp.LoaderID `json:"loaderId"` // Loader identifier. Empty string if the request is fetched from worker. Name string `json:"name"` Timestamp *cdp.MonotonicTime `json:"timestamp"` }
EventLifecycleEvent fired for top level page lifecycle events such as navigation, load, paint, etc.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-lifecycleEvent
func (EventLifecycleEvent) MarshalEasyJSON ¶
func (v EventLifecycleEvent) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventLifecycleEvent) MarshalJSON ¶
func (v EventLifecycleEvent) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventLifecycleEvent) UnmarshalEasyJSON ¶
func (v *EventLifecycleEvent) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventLifecycleEvent) UnmarshalJSON ¶
func (v *EventLifecycleEvent) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventLoadEventFired ¶
type EventLoadEventFired struct {
Timestamp *cdp.MonotonicTime `json:"timestamp"`
}
EventLoadEventFired [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-loadEventFired
func (EventLoadEventFired) MarshalEasyJSON ¶
func (v EventLoadEventFired) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventLoadEventFired) MarshalJSON ¶
func (v EventLoadEventFired) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventLoadEventFired) UnmarshalEasyJSON ¶
func (v *EventLoadEventFired) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventLoadEventFired) UnmarshalJSON ¶
func (v *EventLoadEventFired) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventNavigatedWithinDocument ¶
type EventNavigatedWithinDocument struct {}
EventNavigatedWithinDocument fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-navigatedWithinDocument
func (EventNavigatedWithinDocument) MarshalEasyJSON ¶
func (v EventNavigatedWithinDocument) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventNavigatedWithinDocument) MarshalJSON ¶
func (v EventNavigatedWithinDocument) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventNavigatedWithinDocument) UnmarshalEasyJSON ¶
func (v *EventNavigatedWithinDocument) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventNavigatedWithinDocument) UnmarshalJSON ¶
func (v *EventNavigatedWithinDocument) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventScreencastFrame ¶
type EventScreencastFrame struct { Data string `json:"data"` // Base64-encoded compressed image. Metadata *ScreencastFrameMetadata `json:"metadata"` // Screencast frame metadata. SessionID int64 `json:"sessionId"` // Frame number. }
EventScreencastFrame compressed image data requested by the startScreencast.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-screencastFrame
func (EventScreencastFrame) MarshalEasyJSON ¶
func (v EventScreencastFrame) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventScreencastFrame) MarshalJSON ¶
func (v EventScreencastFrame) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventScreencastFrame) UnmarshalEasyJSON ¶
func (v *EventScreencastFrame) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventScreencastFrame) UnmarshalJSON ¶
func (v *EventScreencastFrame) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventScreencastVisibilityChanged ¶
type EventScreencastVisibilityChanged struct {
Visible bool `json:"visible"` // True if the page is visible.
}
EventScreencastVisibilityChanged fired when the page with currently enabled screencast was shown or hidden .
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-screencastVisibilityChanged
func (EventScreencastVisibilityChanged) MarshalEasyJSON ¶
func (v EventScreencastVisibilityChanged) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventScreencastVisibilityChanged) MarshalJSON ¶
func (v EventScreencastVisibilityChanged) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventScreencastVisibilityChanged) UnmarshalEasyJSON ¶
func (v *EventScreencastVisibilityChanged) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventScreencastVisibilityChanged) UnmarshalJSON ¶
func (v *EventScreencastVisibilityChanged) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type EventWindowOpen ¶
type EventWindowOpen struct { URL string `json:"url"` // The URL for the new window. WindowName string `json:"windowName"` // Window name. WindowFeatures []string `json:"windowFeatures"` // An array of enabled window features. UserGesture bool `json:"userGesture"` // Whether or not it was triggered by user gesture. }
EventWindowOpen fired when a new window is going to be opened, via window.open(), link click, form submission, etc.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-windowOpen
func (EventWindowOpen) MarshalEasyJSON ¶
func (v EventWindowOpen) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (EventWindowOpen) MarshalJSON ¶
func (v EventWindowOpen) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*EventWindowOpen) UnmarshalEasyJSON ¶
func (v *EventWindowOpen) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*EventWindowOpen) UnmarshalJSON ¶
func (v *EventWindowOpen) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type FileChooserOpenedMode ¶
type FileChooserOpenedMode string
FileChooserOpenedMode input mode.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#event-fileChooserOpened
const ( FileChooserOpenedModeSelectSingle FileChooserOpenedMode = "selectSingle" FileChooserOpenedModeSelectMultiple FileChooserOpenedMode = "selectMultiple" )
FileChooserOpenedMode values.
func (FileChooserOpenedMode) MarshalEasyJSON ¶
func (t FileChooserOpenedMode) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (FileChooserOpenedMode) MarshalJSON ¶
func (t FileChooserOpenedMode) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (FileChooserOpenedMode) String ¶
func (t FileChooserOpenedMode) String() string
String returns the FileChooserOpenedMode as string value.
func (*FileChooserOpenedMode) UnmarshalEasyJSON ¶
func (t *FileChooserOpenedMode) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*FileChooserOpenedMode) UnmarshalJSON ¶
func (t *FileChooserOpenedMode) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type FontFamilies ¶
type FontFamilies struct { Standard string `json:"standard,omitempty"` // The standard font-family. Fixed string `json:"fixed,omitempty"` // The fixed font-family. Serif string `json:"serif,omitempty"` // The serif font-family. SansSerif string `json:"sansSerif,omitempty"` // The sansSerif font-family. Cursive string `json:"cursive,omitempty"` // The cursive font-family. Fantasy string `json:"fantasy,omitempty"` // The fantasy font-family. Pictograph string `json:"pictograph,omitempty"` // The pictograph font-family. }
FontFamilies generic font families collection.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-FontFamilies
func (FontFamilies) MarshalEasyJSON ¶
func (v FontFamilies) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (FontFamilies) MarshalJSON ¶
func (v FontFamilies) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*FontFamilies) UnmarshalEasyJSON ¶
func (v *FontFamilies) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*FontFamilies) UnmarshalJSON ¶
func (v *FontFamilies) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type FontSizes ¶
type FontSizes struct { Standard int64 `json:"standard,omitempty"` // Default standard font size. Fixed int64 `json:"fixed,omitempty"` // Default fixed font size. }
FontSizes default font sizes.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-FontSizes
func (FontSizes) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (FontSizes) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*FontSizes) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*FontSizes) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type FrameResource ¶
type FrameResource struct { URL string `json:"url"` // Resource URL. Type network.ResourceType `json:"type"` // Type of this resource. MimeType string `json:"mimeType"` // Resource mimeType as determined by the browser. LastModified *cdp.TimeSinceEpoch `json:"lastModified,omitempty"` // last-modified timestamp as reported by server. ContentSize float64 `json:"contentSize,omitempty"` // Resource content size. Failed bool `json:"failed,omitempty"` // True if the resource failed to load. Canceled bool `json:"canceled,omitempty"` // True if the resource was canceled during loading. }
FrameResource information about the Resource on the page.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-FrameResource
func (FrameResource) MarshalEasyJSON ¶
func (v FrameResource) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (FrameResource) MarshalJSON ¶
func (v FrameResource) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*FrameResource) UnmarshalEasyJSON ¶
func (v *FrameResource) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*FrameResource) UnmarshalJSON ¶
func (v *FrameResource) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type FrameResourceTree ¶
type FrameResourceTree struct { Frame *cdp.Frame `json:"frame"` // Frame information for this tree item. ChildFrames []*FrameResourceTree `json:"childFrames,omitempty"` // Child frames. Resources []*FrameResource `json:"resources"` // Information about frame resources. }
FrameResourceTree information about the Frame hierarchy along with their cached resources.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-FrameResourceTree
func (FrameResourceTree) MarshalEasyJSON ¶
func (v FrameResourceTree) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (FrameResourceTree) MarshalJSON ¶
func (v FrameResourceTree) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*FrameResourceTree) UnmarshalEasyJSON ¶
func (v *FrameResourceTree) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*FrameResourceTree) UnmarshalJSON ¶
func (v *FrameResourceTree) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type FrameTree ¶
type FrameTree struct { Frame *cdp.Frame `json:"frame"` // Frame information for this tree item. ChildFrames []*FrameTree `json:"childFrames,omitempty"` // Child frames. }
FrameTree information about the Frame hierarchy.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-FrameTree
func (FrameTree) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (FrameTree) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*FrameTree) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*FrameTree) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type GenerateTestReportParams ¶
type GenerateTestReportParams struct { Message string `json:"message"` // Message to be displayed in the report. Group string `json:"group,omitempty"` // Specifies the endpoint group to deliver the report to. }
GenerateTestReportParams generates a report for testing.
func GenerateTestReport ¶
func GenerateTestReport(message string) *GenerateTestReportParams
GenerateTestReport generates a report for testing.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-generateTestReport
parameters:
message - Message to be displayed in the report.
func (*GenerateTestReportParams) Do ¶
func (p *GenerateTestReportParams) Do(ctx context.Context) (err error)
Do executes Page.generateTestReport against the provided context.
func (GenerateTestReportParams) MarshalEasyJSON ¶
func (v GenerateTestReportParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GenerateTestReportParams) MarshalJSON ¶
func (v GenerateTestReportParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GenerateTestReportParams) UnmarshalEasyJSON ¶
func (v *GenerateTestReportParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GenerateTestReportParams) UnmarshalJSON ¶
func (v *GenerateTestReportParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (GenerateTestReportParams) WithGroup ¶
func (p GenerateTestReportParams) WithGroup(group string) *GenerateTestReportParams
WithGroup specifies the endpoint group to deliver the report to.
type GetAppManifestParams ¶
type GetAppManifestParams struct{}
GetAppManifestParams [no description].
func GetAppManifest ¶
func GetAppManifest() *GetAppManifestParams
GetAppManifest [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getAppManifest
func (*GetAppManifestParams) Do ¶
func (p *GetAppManifestParams) Do(ctx context.Context) (url string, errors []*AppManifestError, data string, parsed *AppManifestParsedProperties, err error)
Do executes Page.getAppManifest against the provided context.
returns:
url - Manifest location. errors data - Manifest content. parsed - Parsed manifest properties
func (GetAppManifestParams) MarshalEasyJSON ¶
func (v GetAppManifestParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetAppManifestParams) MarshalJSON ¶
func (v GetAppManifestParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetAppManifestParams) UnmarshalEasyJSON ¶
func (v *GetAppManifestParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetAppManifestParams) UnmarshalJSON ¶
func (v *GetAppManifestParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetAppManifestReturns ¶
type GetAppManifestReturns struct { URL string `json:"url,omitempty"` // Manifest location. Errors []*AppManifestError `json:"errors,omitempty"` Data string `json:"data,omitempty"` // Manifest content. Parsed *AppManifestParsedProperties `json:"parsed,omitempty"` // Parsed manifest properties }
GetAppManifestReturns return values.
func (GetAppManifestReturns) MarshalEasyJSON ¶
func (v GetAppManifestReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetAppManifestReturns) MarshalJSON ¶
func (v GetAppManifestReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetAppManifestReturns) UnmarshalEasyJSON ¶
func (v *GetAppManifestReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetAppManifestReturns) UnmarshalJSON ¶
func (v *GetAppManifestReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetFrameTreeParams ¶
type GetFrameTreeParams struct{}
GetFrameTreeParams returns present frame tree structure.
func GetFrameTree ¶
func GetFrameTree() *GetFrameTreeParams
GetFrameTree returns present frame tree structure.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getFrameTree
func (*GetFrameTreeParams) Do ¶
func (p *GetFrameTreeParams) Do(ctx context.Context) (frameTree *FrameTree, err error)
Do executes Page.getFrameTree against the provided context.
returns:
frameTree - Present frame tree structure.
func (GetFrameTreeParams) MarshalEasyJSON ¶
func (v GetFrameTreeParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetFrameTreeParams) MarshalJSON ¶
func (v GetFrameTreeParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetFrameTreeParams) UnmarshalEasyJSON ¶
func (v *GetFrameTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetFrameTreeParams) UnmarshalJSON ¶
func (v *GetFrameTreeParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetFrameTreeReturns ¶
type GetFrameTreeReturns struct {
FrameTree *FrameTree `json:"frameTree,omitempty"` // Present frame tree structure.
}
GetFrameTreeReturns return values.
func (GetFrameTreeReturns) MarshalEasyJSON ¶
func (v GetFrameTreeReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetFrameTreeReturns) MarshalJSON ¶
func (v GetFrameTreeReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetFrameTreeReturns) UnmarshalEasyJSON ¶
func (v *GetFrameTreeReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetFrameTreeReturns) UnmarshalJSON ¶
func (v *GetFrameTreeReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetInstallabilityErrorsParams ¶
type GetInstallabilityErrorsParams struct{}
GetInstallabilityErrorsParams [no description].
func GetInstallabilityErrors ¶
func GetInstallabilityErrors() *GetInstallabilityErrorsParams
GetInstallabilityErrors [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getInstallabilityErrors
func (*GetInstallabilityErrorsParams) Do ¶
func (p *GetInstallabilityErrorsParams) Do(ctx context.Context) (installabilityErrors []*InstallabilityError, err error)
Do executes Page.getInstallabilityErrors against the provided context.
returns:
installabilityErrors
func (GetInstallabilityErrorsParams) MarshalEasyJSON ¶
func (v GetInstallabilityErrorsParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetInstallabilityErrorsParams) MarshalJSON ¶
func (v GetInstallabilityErrorsParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetInstallabilityErrorsParams) UnmarshalEasyJSON ¶
func (v *GetInstallabilityErrorsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetInstallabilityErrorsParams) UnmarshalJSON ¶
func (v *GetInstallabilityErrorsParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetInstallabilityErrorsReturns ¶
type GetInstallabilityErrorsReturns struct {
InstallabilityErrors []*InstallabilityError `json:"installabilityErrors,omitempty"`
}
GetInstallabilityErrorsReturns return values.
func (GetInstallabilityErrorsReturns) MarshalEasyJSON ¶
func (v GetInstallabilityErrorsReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetInstallabilityErrorsReturns) MarshalJSON ¶
func (v GetInstallabilityErrorsReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetInstallabilityErrorsReturns) UnmarshalEasyJSON ¶
func (v *GetInstallabilityErrorsReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetInstallabilityErrorsReturns) UnmarshalJSON ¶
func (v *GetInstallabilityErrorsReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetLayoutMetricsParams ¶
type GetLayoutMetricsParams struct{}
GetLayoutMetricsParams returns metrics relating to the layouting of the page, such as viewport bounds/scale.
func GetLayoutMetrics ¶
func GetLayoutMetrics() *GetLayoutMetricsParams
GetLayoutMetrics returns metrics relating to the layouting of the page, such as viewport bounds/scale.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getLayoutMetrics
func (*GetLayoutMetricsParams) Do ¶
func (p *GetLayoutMetricsParams) Do(ctx context.Context) (layoutViewport *LayoutViewport, visualViewport *VisualViewport, contentSize *dom.Rect, err error)
Do executes Page.getLayoutMetrics against the provided context.
returns:
layoutViewport - Metrics relating to the layout viewport. visualViewport - Metrics relating to the visual viewport. contentSize - Size of scrollable area.
func (GetLayoutMetricsParams) MarshalEasyJSON ¶
func (v GetLayoutMetricsParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetLayoutMetricsParams) MarshalJSON ¶
func (v GetLayoutMetricsParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetLayoutMetricsParams) UnmarshalEasyJSON ¶
func (v *GetLayoutMetricsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetLayoutMetricsParams) UnmarshalJSON ¶
func (v *GetLayoutMetricsParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetLayoutMetricsReturns ¶
type GetLayoutMetricsReturns struct { LayoutViewport *LayoutViewport `json:"layoutViewport,omitempty"` // Metrics relating to the layout viewport. VisualViewport *VisualViewport `json:"visualViewport,omitempty"` // Metrics relating to the visual viewport. ContentSize *dom.Rect `json:"contentSize,omitempty"` // Size of scrollable area. }
GetLayoutMetricsReturns return values.
func (GetLayoutMetricsReturns) MarshalEasyJSON ¶
func (v GetLayoutMetricsReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetLayoutMetricsReturns) MarshalJSON ¶
func (v GetLayoutMetricsReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetLayoutMetricsReturns) UnmarshalEasyJSON ¶
func (v *GetLayoutMetricsReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetLayoutMetricsReturns) UnmarshalJSON ¶
func (v *GetLayoutMetricsReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetManifestIconsParams ¶
type GetManifestIconsParams struct{}
GetManifestIconsParams [no description].
func GetManifestIcons ¶
func GetManifestIcons() *GetManifestIconsParams
GetManifestIcons [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getManifestIcons
func (*GetManifestIconsParams) Do ¶
func (p *GetManifestIconsParams) Do(ctx context.Context) (primaryIcon []byte, err error)
Do executes Page.getManifestIcons against the provided context.
returns:
primaryIcon
func (GetManifestIconsParams) MarshalEasyJSON ¶
func (v GetManifestIconsParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetManifestIconsParams) MarshalJSON ¶
func (v GetManifestIconsParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetManifestIconsParams) UnmarshalEasyJSON ¶
func (v *GetManifestIconsParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetManifestIconsParams) UnmarshalJSON ¶
func (v *GetManifestIconsParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetManifestIconsReturns ¶
type GetManifestIconsReturns struct {
PrimaryIcon string `json:"primaryIcon,omitempty"`
}
GetManifestIconsReturns return values.
func (GetManifestIconsReturns) MarshalEasyJSON ¶
func (v GetManifestIconsReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetManifestIconsReturns) MarshalJSON ¶
func (v GetManifestIconsReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetManifestIconsReturns) UnmarshalEasyJSON ¶
func (v *GetManifestIconsReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetManifestIconsReturns) UnmarshalJSON ¶
func (v *GetManifestIconsReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetNavigationHistoryParams ¶
type GetNavigationHistoryParams struct{}
GetNavigationHistoryParams returns navigation history for the current page.
func GetNavigationHistory ¶
func GetNavigationHistory() *GetNavigationHistoryParams
GetNavigationHistory returns navigation history for the current page.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getNavigationHistory
func (*GetNavigationHistoryParams) Do ¶
func (p *GetNavigationHistoryParams) Do(ctx context.Context) (currentIndex int64, entries []*NavigationEntry, err error)
Do executes Page.getNavigationHistory against the provided context.
returns:
currentIndex - Index of the current navigation history entry. entries - Array of navigation history entries.
func (GetNavigationHistoryParams) MarshalEasyJSON ¶
func (v GetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetNavigationHistoryParams) MarshalJSON ¶
func (v GetNavigationHistoryParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetNavigationHistoryParams) UnmarshalEasyJSON ¶
func (v *GetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetNavigationHistoryParams) UnmarshalJSON ¶
func (v *GetNavigationHistoryParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetNavigationHistoryReturns ¶
type GetNavigationHistoryReturns struct {}
GetNavigationHistoryReturns return values.
func (GetNavigationHistoryReturns) MarshalEasyJSON ¶
func (v GetNavigationHistoryReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetNavigationHistoryReturns) MarshalJSON ¶
func (v GetNavigationHistoryReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetNavigationHistoryReturns) UnmarshalEasyJSON ¶
func (v *GetNavigationHistoryReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetNavigationHistoryReturns) UnmarshalJSON ¶
func (v *GetNavigationHistoryReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetResourceContentParams ¶
type GetResourceContentParams struct { FrameID cdp.FrameID `json:"frameId"` // Frame id to get resource for. URL string `json:"url"` // URL of the resource to get content for. }
GetResourceContentParams returns content of the given resource.
func GetResourceContent ¶
func GetResourceContent(frameID cdp.FrameID, url string) *GetResourceContentParams
GetResourceContent returns content of the given resource.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getResourceContent
parameters:
frameID - Frame id to get resource for. url - URL of the resource to get content for.
func (*GetResourceContentParams) Do ¶
func (p *GetResourceContentParams) Do(ctx context.Context) (content []byte, err error)
Do executes Page.getResourceContent against the provided context.
returns:
content - Resource content.
func (GetResourceContentParams) MarshalEasyJSON ¶
func (v GetResourceContentParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetResourceContentParams) MarshalJSON ¶
func (v GetResourceContentParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetResourceContentParams) UnmarshalEasyJSON ¶
func (v *GetResourceContentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetResourceContentParams) UnmarshalJSON ¶
func (v *GetResourceContentParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetResourceContentReturns ¶
type GetResourceContentReturns struct { Content string `json:"content,omitempty"` // Resource content. Base64encoded bool `json:"base64Encoded,omitempty"` // True, if content was served as base64. }
GetResourceContentReturns return values.
func (GetResourceContentReturns) MarshalEasyJSON ¶
func (v GetResourceContentReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetResourceContentReturns) MarshalJSON ¶
func (v GetResourceContentReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetResourceContentReturns) UnmarshalEasyJSON ¶
func (v *GetResourceContentReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetResourceContentReturns) UnmarshalJSON ¶
func (v *GetResourceContentReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetResourceTreeParams ¶
type GetResourceTreeParams struct{}
GetResourceTreeParams returns present frame / resource tree structure.
func GetResourceTree ¶
func GetResourceTree() *GetResourceTreeParams
GetResourceTree returns present frame / resource tree structure.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-getResourceTree
func (*GetResourceTreeParams) Do ¶
func (p *GetResourceTreeParams) Do(ctx context.Context) (frameTree *FrameResourceTree, err error)
Do executes Page.getResourceTree against the provided context.
returns:
frameTree - Present frame / resource tree structure.
func (GetResourceTreeParams) MarshalEasyJSON ¶
func (v GetResourceTreeParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetResourceTreeParams) MarshalJSON ¶
func (v GetResourceTreeParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetResourceTreeParams) UnmarshalEasyJSON ¶
func (v *GetResourceTreeParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetResourceTreeParams) UnmarshalJSON ¶
func (v *GetResourceTreeParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GetResourceTreeReturns ¶
type GetResourceTreeReturns struct {
FrameTree *FrameResourceTree `json:"frameTree,omitempty"` // Present frame / resource tree structure.
}
GetResourceTreeReturns return values.
func (GetResourceTreeReturns) MarshalEasyJSON ¶
func (v GetResourceTreeReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GetResourceTreeReturns) MarshalJSON ¶
func (v GetResourceTreeReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GetResourceTreeReturns) UnmarshalEasyJSON ¶
func (v *GetResourceTreeReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GetResourceTreeReturns) UnmarshalJSON ¶
func (v *GetResourceTreeReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type HandleJavaScriptDialogParams ¶
type HandleJavaScriptDialogParams struct { Accept bool `json:"accept"` // Whether to accept or dismiss the dialog. PromptText string `json:"promptText,omitempty"` // The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog. }
HandleJavaScriptDialogParams accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).
func HandleJavaScriptDialog ¶
func HandleJavaScriptDialog(accept bool) *HandleJavaScriptDialogParams
HandleJavaScriptDialog accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-handleJavaScriptDialog
parameters:
accept - Whether to accept or dismiss the dialog.
func (*HandleJavaScriptDialogParams) Do ¶
func (p *HandleJavaScriptDialogParams) Do(ctx context.Context) (err error)
Do executes Page.handleJavaScriptDialog against the provided context.
func (HandleJavaScriptDialogParams) MarshalEasyJSON ¶
func (v HandleJavaScriptDialogParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (HandleJavaScriptDialogParams) MarshalJSON ¶
func (v HandleJavaScriptDialogParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*HandleJavaScriptDialogParams) UnmarshalEasyJSON ¶
func (v *HandleJavaScriptDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*HandleJavaScriptDialogParams) UnmarshalJSON ¶
func (v *HandleJavaScriptDialogParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (HandleJavaScriptDialogParams) WithPromptText ¶
func (p HandleJavaScriptDialogParams) WithPromptText(promptText string) *HandleJavaScriptDialogParams
WithPromptText the text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.
type InstallabilityError ¶
type InstallabilityError struct { ErrorID string `json:"errorId"` // The error id (e.g. 'manifest-missing-suitable-icon'). ErrorArguments []*InstallabilityErrorArgument `json:"errorArguments"` // The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}). }
InstallabilityError the installability error.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-InstallabilityError
func (InstallabilityError) MarshalEasyJSON ¶
func (v InstallabilityError) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (InstallabilityError) MarshalJSON ¶
func (v InstallabilityError) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*InstallabilityError) UnmarshalEasyJSON ¶
func (v *InstallabilityError) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*InstallabilityError) UnmarshalJSON ¶
func (v *InstallabilityError) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type InstallabilityErrorArgument ¶
type InstallabilityErrorArgument struct { Name string `json:"name"` // Argument name (e.g. name:'minimum-icon-size-in-pixels'). Value string `json:"value"` // Argument value (e.g. value:'64'). }
InstallabilityErrorArgument [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-InstallabilityErrorArgument
func (InstallabilityErrorArgument) MarshalEasyJSON ¶
func (v InstallabilityErrorArgument) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (InstallabilityErrorArgument) MarshalJSON ¶
func (v InstallabilityErrorArgument) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*InstallabilityErrorArgument) UnmarshalEasyJSON ¶
func (v *InstallabilityErrorArgument) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*InstallabilityErrorArgument) UnmarshalJSON ¶
func (v *InstallabilityErrorArgument) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type LayoutViewport ¶
type LayoutViewport struct { PageX int64 `json:"pageX"` // Horizontal offset relative to the document (CSS pixels). PageY int64 `json:"pageY"` // Vertical offset relative to the document (CSS pixels). ClientWidth int64 `json:"clientWidth"` // Width (CSS pixels), excludes scrollbar if present. ClientHeight int64 `json:"clientHeight"` // Height (CSS pixels), excludes scrollbar if present. }
LayoutViewport layout viewport position and dimensions.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-LayoutViewport
func (LayoutViewport) MarshalEasyJSON ¶
func (v LayoutViewport) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (LayoutViewport) MarshalJSON ¶
func (v LayoutViewport) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*LayoutViewport) UnmarshalEasyJSON ¶
func (v *LayoutViewport) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*LayoutViewport) UnmarshalJSON ¶
func (v *LayoutViewport) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type NavigateParams ¶
type NavigateParams struct {}
NavigateParams navigates current page to the given URL.
func Navigate ¶
func Navigate(url string) *NavigateParams
Navigate navigates current page to the given URL.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-navigate
parameters:
url - URL to navigate the page to.
func (*NavigateParams) Do ¶
func (p *NavigateParams) Do(ctx context.Context) (frameID cdp.FrameID, loaderID cdp.LoaderID, errorText string, err error)
Do executes Page.navigate against the provided context.
returns:
frameID - Frame id that has navigated (or failed to navigate) loaderID - Loader identifier. errorText - User friendly error message, present if and only if navigation has failed.
func (NavigateParams) MarshalEasyJSON ¶
func (v NavigateParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (NavigateParams) MarshalJSON ¶
func (v NavigateParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*NavigateParams) UnmarshalEasyJSON ¶
func (v *NavigateParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*NavigateParams) UnmarshalJSON ¶
func (v *NavigateParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (NavigateParams) WithFrameID ¶
func (p NavigateParams) WithFrameID(frameID cdp.FrameID) *NavigateParams
WithFrameID frame id to navigate, if not specified navigates the top frame.
func (NavigateParams) WithReferrer ¶
func (p NavigateParams) WithReferrer(referrer string) *NavigateParams
WithReferrer referrer URL.
func (NavigateParams) WithReferrerPolicy ¶
func (p NavigateParams) WithReferrerPolicy(referrerPolicy ReferrerPolicy) *NavigateParams
WithReferrerPolicy referrer-policy used for the navigation.
func (NavigateParams) WithTransitionType ¶
func (p NavigateParams) WithTransitionType(transitionType TransitionType) *NavigateParams
WithTransitionType intended transition type.
type NavigateReturns ¶
type NavigateReturns struct {}
NavigateReturns return values.
func (NavigateReturns) MarshalEasyJSON ¶
func (v NavigateReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (NavigateReturns) MarshalJSON ¶
func (v NavigateReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*NavigateReturns) UnmarshalEasyJSON ¶
func (v *NavigateReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*NavigateReturns) UnmarshalJSON ¶
func (v *NavigateReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type NavigateToHistoryEntryParams ¶
type NavigateToHistoryEntryParams struct {
}NavigateToHistoryEntryParams navigates current page to the given history entry.
func NavigateToHistoryEntry ¶
func NavigateToHistoryEntry(entryID int64) *NavigateToHistoryEntryParams
NavigateToHistoryEntry navigates current page to the given history entry.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-navigateToHistoryEntry
parameters:
entryID - Unique id of the entry to navigate to.
func (*NavigateToHistoryEntryParams) Do ¶
func (p *NavigateToHistoryEntryParams) Do(ctx context.Context) (err error)
Do executes Page.navigateToHistoryEntry against the provided context.
func (NavigateToHistoryEntryParams) MarshalEasyJSON ¶
func (v NavigateToHistoryEntryParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (NavigateToHistoryEntryParams) MarshalJSON ¶
func (v NavigateToHistoryEntryParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*NavigateToHistoryEntryParams) UnmarshalEasyJSON ¶
func (v *NavigateToHistoryEntryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*NavigateToHistoryEntryParams) UnmarshalJSON ¶
func (v *NavigateToHistoryEntryParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type NavigationEntry ¶
type NavigationEntry struct {}
NavigationEntry navigation history entry.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-NavigationEntry
func (NavigationEntry) MarshalEasyJSON ¶
func (v NavigationEntry) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (NavigationEntry) MarshalJSON ¶
func (v NavigationEntry) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*NavigationEntry) UnmarshalEasyJSON ¶
func (v *NavigationEntry) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*NavigationEntry) UnmarshalJSON ¶
func (v *NavigationEntry) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type PrintToPDFParams ¶
type PrintToPDFParams struct { Landscape bool `json:"landscape,omitempty"` // Paper orientation. Defaults to false. PrintBackground bool `json:"printBackground,omitempty"` // Print background graphics. Defaults to false. Scale float64 `json:"scale,omitempty"` // Scale of the webpage rendering. Defaults to 1. PaperWidth float64 `json:"paperWidth,omitempty"` // Paper width in inches. Defaults to 8.5 inches. PaperHeight float64 `json:"paperHeight,omitempty"` // Paper height in inches. Defaults to 11 inches. MarginTop float64 `json:"marginTop"` // Top margin in inches. Defaults to 1cm (~0.4 inches). MarginBottom float64 `json:"marginBottom"` // Bottom margin in inches. Defaults to 1cm (~0.4 inches). MarginLeft float64 `json:"marginLeft"` // Left margin in inches. Defaults to 1cm (~0.4 inches). MarginRight float64 `json:"marginRight"` // Right margin in inches. Defaults to 1cm (~0.4 inches). PageRanges string `json:"pageRanges,omitempty"` // Paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty string, which means print all pages. IgnoreInvalidPageRanges bool `json:"ignoreInvalidPageRanges,omitempty"` // Whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'. Defaults to false. HeaderTemplate string `json:"headerTemplate,omitempty"` // HTML template for the print header. Should be valid HTML markup with following classes used to inject printing values into them: - date: formatted print date - title: document title - url: document location - pageNumber: current page number - totalPages: total pages in the document For example, <span class=title></span> would generate span containing the title. PreferCSSPageSize bool `json:"preferCSSPageSize,omitempty"` // Whether or not to prefer page size as defined by css. Defaults to false, in which case the content will be scaled to fit the paper size. TransferMode PrintToPDFTransferMode `json:"transferMode,omitempty"` // return as stream }
PrintToPDFParams print page as PDF.
func PrintToPDF ¶
func PrintToPDF() *PrintToPDFParams
PrintToPDF print page as PDF.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-printToPDF
parameters:
func (*PrintToPDFParams) Do ¶
func (p *PrintToPDFParams) Do(ctx context.Context) (data []byte, stream io.StreamHandle, err error)
Do executes Page.printToPDF against the provided context.
returns:
data - Base64-encoded pdf data. Empty if |returnAsStream| is specified. stream - A handle of the stream that holds resulting PDF data.
func (PrintToPDFParams) MarshalEasyJSON ¶
func (v PrintToPDFParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (PrintToPDFParams) MarshalJSON ¶
func (v PrintToPDFParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*PrintToPDFParams) UnmarshalEasyJSON ¶
func (v *PrintToPDFParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*PrintToPDFParams) UnmarshalJSON ¶
func (v *PrintToPDFParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (PrintToPDFParams) WithDisplayHeaderFooter ¶
func (p PrintToPDFParams) WithDisplayHeaderFooter(displayHeaderFooter bool) *PrintToPDFParams
WithDisplayHeaderFooter display header and footer. Defaults to false.
func (PrintToPDFParams) WithFooterTemplate ¶
func (p PrintToPDFParams) WithFooterTemplate(footerTemplate string) *PrintToPDFParams
WithFooterTemplate HTML template for the print footer. Should use the same format as the headerTemplate.
func (PrintToPDFParams) WithHeaderTemplate ¶
func (p PrintToPDFParams) WithHeaderTemplate(headerTemplate string) *PrintToPDFParams
WithHeaderTemplate HTML template for the print header. Should be valid HTML markup with following classes used to inject printing values into them: - date: formatted print date - title: document title - url: document location - pageNumber: current page number - totalPages: total pages in the document For example, <span class=title></span> would generate span containing the title.
func (PrintToPDFParams) WithIgnoreInvalidPageRanges ¶
func (p PrintToPDFParams) WithIgnoreInvalidPageRanges(ignoreInvalidPageRanges bool) *PrintToPDFParams
WithIgnoreInvalidPageRanges whether to silently ignore invalid but successfully parsed page ranges, such as '3-2'. Defaults to false.
func (PrintToPDFParams) WithLandscape ¶
func (p PrintToPDFParams) WithLandscape(landscape bool) *PrintToPDFParams
WithLandscape paper orientation. Defaults to false.
func (PrintToPDFParams) WithMarginBottom ¶
func (p PrintToPDFParams) WithMarginBottom(marginBottom float64) *PrintToPDFParams
WithMarginBottom bottom margin in inches. Defaults to 1cm (~0.4 inches).
func (PrintToPDFParams) WithMarginLeft ¶
func (p PrintToPDFParams) WithMarginLeft(marginLeft float64) *PrintToPDFParams
WithMarginLeft left margin in inches. Defaults to 1cm (~0.4 inches).
func (PrintToPDFParams) WithMarginRight ¶
func (p PrintToPDFParams) WithMarginRight(marginRight float64) *PrintToPDFParams
WithMarginRight right margin in inches. Defaults to 1cm (~0.4 inches).
func (PrintToPDFParams) WithMarginTop ¶
func (p PrintToPDFParams) WithMarginTop(marginTop float64) *PrintToPDFParams
WithMarginTop top margin in inches. Defaults to 1cm (~0.4 inches).
func (PrintToPDFParams) WithPageRanges ¶
func (p PrintToPDFParams) WithPageRanges(pageRanges string) *PrintToPDFParams
WithPageRanges paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty string, which means print all pages.
func (PrintToPDFParams) WithPaperHeight ¶
func (p PrintToPDFParams) WithPaperHeight(paperHeight float64) *PrintToPDFParams
WithPaperHeight paper height in inches. Defaults to 11 inches.
func (PrintToPDFParams) WithPaperWidth ¶
func (p PrintToPDFParams) WithPaperWidth(paperWidth float64) *PrintToPDFParams
WithPaperWidth paper width in inches. Defaults to 8.5 inches.
func (PrintToPDFParams) WithPreferCSSPageSize ¶
func (p PrintToPDFParams) WithPreferCSSPageSize(preferCSSPageSize bool) *PrintToPDFParams
WithPreferCSSPageSize whether or not to prefer page size as defined by css. Defaults to false, in which case the content will be scaled to fit the paper size.
func (PrintToPDFParams) WithPrintBackground ¶
func (p PrintToPDFParams) WithPrintBackground(printBackground bool) *PrintToPDFParams
WithPrintBackground print background graphics. Defaults to false.
func (PrintToPDFParams) WithScale ¶
func (p PrintToPDFParams) WithScale(scale float64) *PrintToPDFParams
WithScale scale of the webpage rendering. Defaults to 1.
func (PrintToPDFParams) WithTransferMode ¶
func (p PrintToPDFParams) WithTransferMode(transferMode PrintToPDFTransferMode) *PrintToPDFParams
WithTransferMode return as stream.
type PrintToPDFReturns ¶
type PrintToPDFReturns struct { Data string `json:"data,omitempty"` // Base64-encoded pdf data. Empty if |returnAsStream| is specified. Stream io.StreamHandle `json:"stream,omitempty"` // A handle of the stream that holds resulting PDF data. }
PrintToPDFReturns return values.
func (PrintToPDFReturns) MarshalEasyJSON ¶
func (v PrintToPDFReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (PrintToPDFReturns) MarshalJSON ¶
func (v PrintToPDFReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*PrintToPDFReturns) UnmarshalEasyJSON ¶
func (v *PrintToPDFReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*PrintToPDFReturns) UnmarshalJSON ¶
func (v *PrintToPDFReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type PrintToPDFTransferMode ¶
type PrintToPDFTransferMode string
PrintToPDFTransferMode return as stream.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-printToPDF
const ( PrintToPDFTransferModeReturnAsBase64 PrintToPDFTransferMode = "ReturnAsBase64" PrintToPDFTransferModeReturnAsStream PrintToPDFTransferMode = "ReturnAsStream" )
PrintToPDFTransferMode values.
func (PrintToPDFTransferMode) MarshalEasyJSON ¶
func (t PrintToPDFTransferMode) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (PrintToPDFTransferMode) MarshalJSON ¶
func (t PrintToPDFTransferMode) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (PrintToPDFTransferMode) String ¶
func (t PrintToPDFTransferMode) String() string
String returns the PrintToPDFTransferMode as string value.
func (*PrintToPDFTransferMode) UnmarshalEasyJSON ¶
func (t *PrintToPDFTransferMode) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*PrintToPDFTransferMode) UnmarshalJSON ¶
func (t *PrintToPDFTransferMode) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type ReferrerPolicy ¶
type ReferrerPolicy string
ReferrerPolicy the referring-policy used for the navigation.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-ReferrerPolicy
const ( ReferrerPolicyNoReferrer ReferrerPolicy = "noReferrer" ReferrerPolicyNoReferrerWhenDowngrade ReferrerPolicy = "noReferrerWhenDowngrade" ReferrerPolicyOrigin ReferrerPolicy = "origin" ReferrerPolicyOriginWhenCrossOrigin ReferrerPolicy = "originWhenCrossOrigin" ReferrerPolicySameOrigin ReferrerPolicy = "sameOrigin" ReferrerPolicyStrictOrigin ReferrerPolicy = "strictOrigin" ReferrerPolicyStrictOriginWhenCrossOrigin ReferrerPolicy = "strictOriginWhenCrossOrigin" ReferrerPolicyUnsafeURL ReferrerPolicy = "unsafeUrl" )
ReferrerPolicy values.
func (ReferrerPolicy) MarshalEasyJSON ¶
func (t ReferrerPolicy) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (ReferrerPolicy) MarshalJSON ¶
func (t ReferrerPolicy) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (ReferrerPolicy) String ¶
func (t ReferrerPolicy) String() string
String returns the ReferrerPolicy as string value.
func (*ReferrerPolicy) UnmarshalEasyJSON ¶
func (t *ReferrerPolicy) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*ReferrerPolicy) UnmarshalJSON ¶
func (t *ReferrerPolicy) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type ReloadParams ¶
type ReloadParams struct { IgnoreCache bool `json:"ignoreCache,omitempty"` // If true, browser cache is ignored (as if the user pressed Shift+refresh). ScriptToEvaluateOnLoad string `json:"scriptToEvaluateOnLoad,omitempty"` // If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin. }
ReloadParams reloads given page optionally ignoring the cache.
func Reload ¶
func Reload() *ReloadParams
Reload reloads given page optionally ignoring the cache.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-reload
parameters:
func (*ReloadParams) Do ¶
func (p *ReloadParams) Do(ctx context.Context) (err error)
Do executes Page.reload against the provided context.
func (ReloadParams) MarshalEasyJSON ¶
func (v ReloadParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (ReloadParams) MarshalJSON ¶
func (v ReloadParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*ReloadParams) UnmarshalEasyJSON ¶
func (v *ReloadParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ReloadParams) UnmarshalJSON ¶
func (v *ReloadParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (ReloadParams) WithIgnoreCache ¶
func (p ReloadParams) WithIgnoreCache(ignoreCache bool) *ReloadParams
WithIgnoreCache if true, browser cache is ignored (as if the user pressed Shift+refresh).
func (ReloadParams) WithScriptToEvaluateOnLoad ¶
func (p ReloadParams) WithScriptToEvaluateOnLoad(scriptToEvaluateOnLoad string) *ReloadParams
WithScriptToEvaluateOnLoad if set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin.
type RemoveScriptToEvaluateOnNewDocumentParams ¶
type RemoveScriptToEvaluateOnNewDocumentParams struct {
Identifier ScriptIdentifier `json:"identifier"`
}
RemoveScriptToEvaluateOnNewDocumentParams removes given script from the list.
func RemoveScriptToEvaluateOnNewDocument ¶
func RemoveScriptToEvaluateOnNewDocument(identifier ScriptIdentifier) *RemoveScriptToEvaluateOnNewDocumentParams
RemoveScriptToEvaluateOnNewDocument removes given script from the list.
parameters:
identifier
func (*RemoveScriptToEvaluateOnNewDocumentParams) Do ¶
func (p *RemoveScriptToEvaluateOnNewDocumentParams) Do(ctx context.Context) (err error)
Do executes Page.removeScriptToEvaluateOnNewDocument against the provided context.
func (RemoveScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON ¶
func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (RemoveScriptToEvaluateOnNewDocumentParams) MarshalJSON ¶
func (v RemoveScriptToEvaluateOnNewDocumentParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON ¶
func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalJSON ¶
func (v *RemoveScriptToEvaluateOnNewDocumentParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ResetNavigationHistoryParams ¶
type ResetNavigationHistoryParams struct{}
ResetNavigationHistoryParams resets navigation history for the current page.
func ResetNavigationHistory ¶
func ResetNavigationHistory() *ResetNavigationHistoryParams
ResetNavigationHistory resets navigation history for the current page.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-resetNavigationHistory
func (*ResetNavigationHistoryParams) Do ¶
func (p *ResetNavigationHistoryParams) Do(ctx context.Context) (err error)
Do executes Page.resetNavigationHistory against the provided context.
func (ResetNavigationHistoryParams) MarshalEasyJSON ¶
func (v ResetNavigationHistoryParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (ResetNavigationHistoryParams) MarshalJSON ¶
func (v ResetNavigationHistoryParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*ResetNavigationHistoryParams) UnmarshalEasyJSON ¶
func (v *ResetNavigationHistoryParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ResetNavigationHistoryParams) UnmarshalJSON ¶
func (v *ResetNavigationHistoryParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ScreencastFormat ¶
type ScreencastFormat string
ScreencastFormat image compression format.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-startScreencast
const ( ScreencastFormatJpeg ScreencastFormat = "jpeg" ScreencastFormatPng ScreencastFormat = "png" )
ScreencastFormat values.
func (ScreencastFormat) MarshalEasyJSON ¶
func (t ScreencastFormat) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (ScreencastFormat) MarshalJSON ¶
func (t ScreencastFormat) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (ScreencastFormat) String ¶
func (t ScreencastFormat) String() string
String returns the ScreencastFormat as string value.
func (*ScreencastFormat) UnmarshalEasyJSON ¶
func (t *ScreencastFormat) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*ScreencastFormat) UnmarshalJSON ¶
func (t *ScreencastFormat) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type ScreencastFrameAckParams ¶
type ScreencastFrameAckParams struct {
SessionID int64 `json:"sessionId"` // Frame number.
}
ScreencastFrameAckParams acknowledges that a screencast frame has been received by the frontend.
func ScreencastFrameAck ¶
func ScreencastFrameAck(sessionID int64) *ScreencastFrameAckParams
ScreencastFrameAck acknowledges that a screencast frame has been received by the frontend.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-screencastFrameAck
parameters:
sessionID - Frame number.
func (*ScreencastFrameAckParams) Do ¶
func (p *ScreencastFrameAckParams) Do(ctx context.Context) (err error)
Do executes Page.screencastFrameAck against the provided context.
func (ScreencastFrameAckParams) MarshalEasyJSON ¶
func (v ScreencastFrameAckParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (ScreencastFrameAckParams) MarshalJSON ¶
func (v ScreencastFrameAckParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*ScreencastFrameAckParams) UnmarshalEasyJSON ¶
func (v *ScreencastFrameAckParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ScreencastFrameAckParams) UnmarshalJSON ¶
func (v *ScreencastFrameAckParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ScreencastFrameMetadata ¶
type ScreencastFrameMetadata struct { OffsetTop float64 `json:"offsetTop"` // Top offset in DIP. PageScaleFactor float64 `json:"pageScaleFactor"` // Page scale factor. DeviceWidth float64 `json:"deviceWidth"` // Device screen width in DIP. DeviceHeight float64 `json:"deviceHeight"` // Device screen height in DIP. ScrollOffsetX float64 `json:"scrollOffsetX"` // Position of horizontal scroll in CSS pixels. ScrollOffsetY float64 `json:"scrollOffsetY"` // Position of vertical scroll in CSS pixels. Timestamp *cdp.TimeSinceEpoch `json:"timestamp,omitempty"` // Frame swap timestamp. }
ScreencastFrameMetadata screencast frame metadata.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-ScreencastFrameMetadata
func (ScreencastFrameMetadata) MarshalEasyJSON ¶
func (v ScreencastFrameMetadata) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (ScreencastFrameMetadata) MarshalJSON ¶
func (v ScreencastFrameMetadata) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*ScreencastFrameMetadata) UnmarshalEasyJSON ¶
func (v *ScreencastFrameMetadata) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*ScreencastFrameMetadata) UnmarshalJSON ¶
func (v *ScreencastFrameMetadata) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type ScriptIdentifier ¶
type ScriptIdentifier string
ScriptIdentifier unique script identifier.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-ScriptIdentifier
func (ScriptIdentifier) String ¶
func (t ScriptIdentifier) String() string
String returns the ScriptIdentifier as string value.
type SearchInResourceParams ¶
type SearchInResourceParams struct { FrameID cdp.FrameID `json:"frameId"` // Frame id for resource to search in. URL string `json:"url"` // URL of the resource to search in. Query string `json:"query"` // String to search for. CaseSensitive bool `json:"caseSensitive,omitempty"` // If true, search is case sensitive. IsRegex bool `json:"isRegex,omitempty"` // If true, treats string parameter as regex. }
SearchInResourceParams searches for given string in resource content.
func SearchInResource ¶
func SearchInResource(frameID cdp.FrameID, url string, query string) *SearchInResourceParams
SearchInResource searches for given string in resource content.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-searchInResource
parameters:
frameID - Frame id for resource to search in. url - URL of the resource to search in. query - String to search for.
func (*SearchInResourceParams) Do ¶
func (p *SearchInResourceParams) Do(ctx context.Context) (result []*debugger.SearchMatch, err error)
Do executes Page.searchInResource against the provided context.
returns:
result - List of search matches.
func (SearchInResourceParams) MarshalEasyJSON ¶
func (v SearchInResourceParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SearchInResourceParams) MarshalJSON ¶
func (v SearchInResourceParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SearchInResourceParams) UnmarshalEasyJSON ¶
func (v *SearchInResourceParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SearchInResourceParams) UnmarshalJSON ¶
func (v *SearchInResourceParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (SearchInResourceParams) WithCaseSensitive ¶
func (p SearchInResourceParams) WithCaseSensitive(caseSensitive bool) *SearchInResourceParams
WithCaseSensitive if true, search is case sensitive.
func (SearchInResourceParams) WithIsRegex ¶
func (p SearchInResourceParams) WithIsRegex(isRegex bool) *SearchInResourceParams
WithIsRegex if true, treats string parameter as regex.
type SearchInResourceReturns ¶
type SearchInResourceReturns struct {
Result []*debugger.SearchMatch `json:"result,omitempty"` // List of search matches.
}
SearchInResourceReturns return values.
func (SearchInResourceReturns) MarshalEasyJSON ¶
func (v SearchInResourceReturns) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SearchInResourceReturns) MarshalJSON ¶
func (v SearchInResourceReturns) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SearchInResourceReturns) UnmarshalEasyJSON ¶
func (v *SearchInResourceReturns) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SearchInResourceReturns) UnmarshalJSON ¶
func (v *SearchInResourceReturns) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetAdBlockingEnabledParams ¶
type SetAdBlockingEnabledParams struct {
Enabled bool `json:"enabled"` // Whether to block ads.
}
SetAdBlockingEnabledParams enable Chrome's experimental ad filter on all sites.
func SetAdBlockingEnabled ¶
func SetAdBlockingEnabled(enabled bool) *SetAdBlockingEnabledParams
SetAdBlockingEnabled enable Chrome's experimental ad filter on all sites.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setAdBlockingEnabled
parameters:
enabled - Whether to block ads.
func (*SetAdBlockingEnabledParams) Do ¶
func (p *SetAdBlockingEnabledParams) Do(ctx context.Context) (err error)
Do executes Page.setAdBlockingEnabled against the provided context.
func (SetAdBlockingEnabledParams) MarshalEasyJSON ¶
func (v SetAdBlockingEnabledParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetAdBlockingEnabledParams) MarshalJSON ¶
func (v SetAdBlockingEnabledParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetAdBlockingEnabledParams) UnmarshalEasyJSON ¶
func (v *SetAdBlockingEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetAdBlockingEnabledParams) UnmarshalJSON ¶
func (v *SetAdBlockingEnabledParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetBypassCSPParams ¶
type SetBypassCSPParams struct {
Enabled bool `json:"enabled"` // Whether to bypass page CSP.
}
SetBypassCSPParams enable page Content Security Policy by-passing.
func SetBypassCSP ¶
func SetBypassCSP(enabled bool) *SetBypassCSPParams
SetBypassCSP enable page Content Security Policy by-passing.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setBypassCSP
parameters:
enabled - Whether to bypass page CSP.
func (*SetBypassCSPParams) Do ¶
func (p *SetBypassCSPParams) Do(ctx context.Context) (err error)
Do executes Page.setBypassCSP against the provided context.
func (SetBypassCSPParams) MarshalEasyJSON ¶
func (v SetBypassCSPParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetBypassCSPParams) MarshalJSON ¶
func (v SetBypassCSPParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetBypassCSPParams) UnmarshalEasyJSON ¶
func (v *SetBypassCSPParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetBypassCSPParams) UnmarshalJSON ¶
func (v *SetBypassCSPParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetDocumentContentParams ¶
type SetDocumentContentParams struct { FrameID cdp.FrameID `json:"frameId"` // Frame id to set HTML for. HTML string `json:"html"` // HTML content to set. }
SetDocumentContentParams sets given markup as the document's HTML.
func SetDocumentContent ¶
func SetDocumentContent(frameID cdp.FrameID, html string) *SetDocumentContentParams
SetDocumentContent sets given markup as the document's HTML.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setDocumentContent
parameters:
frameID - Frame id to set HTML for. html - HTML content to set.
func (*SetDocumentContentParams) Do ¶
func (p *SetDocumentContentParams) Do(ctx context.Context) (err error)
Do executes Page.setDocumentContent against the provided context.
func (SetDocumentContentParams) MarshalEasyJSON ¶
func (v SetDocumentContentParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetDocumentContentParams) MarshalJSON ¶
func (v SetDocumentContentParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetDocumentContentParams) UnmarshalEasyJSON ¶
func (v *SetDocumentContentParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetDocumentContentParams) UnmarshalJSON ¶
func (v *SetDocumentContentParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetDownloadBehaviorBehavior ¶
type SetDownloadBehaviorBehavior string
SetDownloadBehaviorBehavior whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny).
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setDownloadBehavior
const ( SetDownloadBehaviorBehaviorDeny SetDownloadBehaviorBehavior = "deny" SetDownloadBehaviorBehaviorAllow SetDownloadBehaviorBehavior = "allow" SetDownloadBehaviorBehaviorDefault SetDownloadBehaviorBehavior = "default" )
SetDownloadBehaviorBehavior values.
func (SetDownloadBehaviorBehavior) MarshalEasyJSON ¶
func (t SetDownloadBehaviorBehavior) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (SetDownloadBehaviorBehavior) MarshalJSON ¶
func (t SetDownloadBehaviorBehavior) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (SetDownloadBehaviorBehavior) String ¶
func (t SetDownloadBehaviorBehavior) String() string
String returns the SetDownloadBehaviorBehavior as string value.
func (*SetDownloadBehaviorBehavior) UnmarshalEasyJSON ¶
func (t *SetDownloadBehaviorBehavior) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*SetDownloadBehaviorBehavior) UnmarshalJSON ¶
func (t *SetDownloadBehaviorBehavior) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type SetDownloadBehaviorParams ¶
type SetDownloadBehaviorParams struct { Behavior SetDownloadBehaviorBehavior `json:"behavior"` // Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny). DownloadPath string `json:"downloadPath,omitempty"` // The default path to save downloaded files to. This is required if behavior is set to 'allow' }
SetDownloadBehaviorParams set the behavior when downloading a file.
func SetDownloadBehavior ¶
func SetDownloadBehavior(behavior SetDownloadBehaviorBehavior) *SetDownloadBehaviorParams
SetDownloadBehavior set the behavior when downloading a file.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setDownloadBehavior
parameters:
behavior - Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny).
func (*SetDownloadBehaviorParams) Do ¶
func (p *SetDownloadBehaviorParams) Do(ctx context.Context) (err error)
Do executes Page.setDownloadBehavior against the provided context.
func (SetDownloadBehaviorParams) MarshalEasyJSON ¶
func (v SetDownloadBehaviorParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetDownloadBehaviorParams) MarshalJSON ¶
func (v SetDownloadBehaviorParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetDownloadBehaviorParams) UnmarshalEasyJSON ¶
func (v *SetDownloadBehaviorParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetDownloadBehaviorParams) UnmarshalJSON ¶
func (v *SetDownloadBehaviorParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (SetDownloadBehaviorParams) WithDownloadPath ¶
func (p SetDownloadBehaviorParams) WithDownloadPath(downloadPath string) *SetDownloadBehaviorParams
WithDownloadPath the default path to save downloaded files to. This is required if behavior is set to 'allow'.
type SetFontFamiliesParams ¶
type SetFontFamiliesParams struct {
FontFamilies *FontFamilies `json:"fontFamilies"` // Specifies font families to set. If a font family is not specified, it won't be changed.
}
SetFontFamiliesParams set generic font families.
func SetFontFamilies ¶
func SetFontFamilies(fontFamilies *FontFamilies) *SetFontFamiliesParams
SetFontFamilies set generic font families.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setFontFamilies
parameters:
fontFamilies - Specifies font families to set. If a font family is not specified, it won't be changed.
func (*SetFontFamiliesParams) Do ¶
func (p *SetFontFamiliesParams) Do(ctx context.Context) (err error)
Do executes Page.setFontFamilies against the provided context.
func (SetFontFamiliesParams) MarshalEasyJSON ¶
func (v SetFontFamiliesParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetFontFamiliesParams) MarshalJSON ¶
func (v SetFontFamiliesParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetFontFamiliesParams) UnmarshalEasyJSON ¶
func (v *SetFontFamiliesParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetFontFamiliesParams) UnmarshalJSON ¶
func (v *SetFontFamiliesParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetFontSizesParams ¶
type SetFontSizesParams struct {
FontSizes *FontSizes `json:"fontSizes"` // Specifies font sizes to set. If a font size is not specified, it won't be changed.
}
SetFontSizesParams set default font sizes.
func SetFontSizes ¶
func SetFontSizes(fontSizes *FontSizes) *SetFontSizesParams
SetFontSizes set default font sizes.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setFontSizes
parameters:
fontSizes - Specifies font sizes to set. If a font size is not specified, it won't be changed.
func (*SetFontSizesParams) Do ¶
func (p *SetFontSizesParams) Do(ctx context.Context) (err error)
Do executes Page.setFontSizes against the provided context.
func (SetFontSizesParams) MarshalEasyJSON ¶
func (v SetFontSizesParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetFontSizesParams) MarshalJSON ¶
func (v SetFontSizesParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetFontSizesParams) UnmarshalEasyJSON ¶
func (v *SetFontSizesParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetFontSizesParams) UnmarshalJSON ¶
func (v *SetFontSizesParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetInterceptFileChooserDialogParams ¶
type SetInterceptFileChooserDialogParams struct {
Enabled bool `json:"enabled"`
}
SetInterceptFileChooserDialogParams intercept file chooser requests and transfer control to protocol clients. When file chooser interception is enabled, native file chooser dialog is not shown. Instead, a protocol event Page.fileChooserOpened is emitted.
func SetInterceptFileChooserDialog ¶
func SetInterceptFileChooserDialog(enabled bool) *SetInterceptFileChooserDialogParams
SetInterceptFileChooserDialog intercept file chooser requests and transfer control to protocol clients. When file chooser interception is enabled, native file chooser dialog is not shown. Instead, a protocol event Page.fileChooserOpened is emitted.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setInterceptFileChooserDialog
parameters:
enabled
func (*SetInterceptFileChooserDialogParams) Do ¶
func (p *SetInterceptFileChooserDialogParams) Do(ctx context.Context) (err error)
Do executes Page.setInterceptFileChooserDialog against the provided context.
func (SetInterceptFileChooserDialogParams) MarshalEasyJSON ¶
func (v SetInterceptFileChooserDialogParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetInterceptFileChooserDialogParams) MarshalJSON ¶
func (v SetInterceptFileChooserDialogParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetInterceptFileChooserDialogParams) UnmarshalEasyJSON ¶
func (v *SetInterceptFileChooserDialogParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetInterceptFileChooserDialogParams) UnmarshalJSON ¶
func (v *SetInterceptFileChooserDialogParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetLifecycleEventsEnabledParams ¶
type SetLifecycleEventsEnabledParams struct {
Enabled bool `json:"enabled"` // If true, starts emitting lifecycle events.
}
SetLifecycleEventsEnabledParams controls whether page will emit lifecycle events.
func SetLifecycleEventsEnabled ¶
func SetLifecycleEventsEnabled(enabled bool) *SetLifecycleEventsEnabledParams
SetLifecycleEventsEnabled controls whether page will emit lifecycle events.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setLifecycleEventsEnabled
parameters:
enabled - If true, starts emitting lifecycle events.
func (*SetLifecycleEventsEnabledParams) Do ¶
func (p *SetLifecycleEventsEnabledParams) Do(ctx context.Context) (err error)
Do executes Page.setLifecycleEventsEnabled against the provided context.
func (SetLifecycleEventsEnabledParams) MarshalEasyJSON ¶
func (v SetLifecycleEventsEnabledParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetLifecycleEventsEnabledParams) MarshalJSON ¶
func (v SetLifecycleEventsEnabledParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetLifecycleEventsEnabledParams) UnmarshalEasyJSON ¶
func (v *SetLifecycleEventsEnabledParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetLifecycleEventsEnabledParams) UnmarshalJSON ¶
func (v *SetLifecycleEventsEnabledParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetProduceCompilationCacheParams ¶
type SetProduceCompilationCacheParams struct {
Enabled bool `json:"enabled"`
}
SetProduceCompilationCacheParams forces compilation cache to be generated for every subresource script.
func SetProduceCompilationCache ¶
func SetProduceCompilationCache(enabled bool) *SetProduceCompilationCacheParams
SetProduceCompilationCache forces compilation cache to be generated for every subresource script.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setProduceCompilationCache
parameters:
enabled
func (*SetProduceCompilationCacheParams) Do ¶
func (p *SetProduceCompilationCacheParams) Do(ctx context.Context) (err error)
Do executes Page.setProduceCompilationCache against the provided context.
func (SetProduceCompilationCacheParams) MarshalEasyJSON ¶
func (v SetProduceCompilationCacheParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetProduceCompilationCacheParams) MarshalJSON ¶
func (v SetProduceCompilationCacheParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetProduceCompilationCacheParams) UnmarshalEasyJSON ¶
func (v *SetProduceCompilationCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetProduceCompilationCacheParams) UnmarshalJSON ¶
func (v *SetProduceCompilationCacheParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetWebLifecycleStateParams ¶
type SetWebLifecycleStateParams struct {
State SetWebLifecycleStateState `json:"state"` // Target lifecycle state
}
SetWebLifecycleStateParams tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/.
func SetWebLifecycleState ¶
func SetWebLifecycleState(state SetWebLifecycleStateState) *SetWebLifecycleStateParams
SetWebLifecycleState tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setWebLifecycleState
parameters:
state - Target lifecycle state
func (*SetWebLifecycleStateParams) Do ¶
func (p *SetWebLifecycleStateParams) Do(ctx context.Context) (err error)
Do executes Page.setWebLifecycleState against the provided context.
func (SetWebLifecycleStateParams) MarshalEasyJSON ¶
func (v SetWebLifecycleStateParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (SetWebLifecycleStateParams) MarshalJSON ¶
func (v SetWebLifecycleStateParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*SetWebLifecycleStateParams) UnmarshalEasyJSON ¶
func (v *SetWebLifecycleStateParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*SetWebLifecycleStateParams) UnmarshalJSON ¶
func (v *SetWebLifecycleStateParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type SetWebLifecycleStateState ¶
type SetWebLifecycleStateState string
SetWebLifecycleStateState target lifecycle state.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-setWebLifecycleState
const ( SetWebLifecycleStateStateFrozen SetWebLifecycleStateState = "frozen" SetWebLifecycleStateStateActive SetWebLifecycleStateState = "active" )
SetWebLifecycleStateState values.
func (SetWebLifecycleStateState) MarshalEasyJSON ¶
func (t SetWebLifecycleStateState) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (SetWebLifecycleStateState) MarshalJSON ¶
func (t SetWebLifecycleStateState) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (SetWebLifecycleStateState) String ¶
func (t SetWebLifecycleStateState) String() string
String returns the SetWebLifecycleStateState as string value.
func (*SetWebLifecycleStateState) UnmarshalEasyJSON ¶
func (t *SetWebLifecycleStateState) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*SetWebLifecycleStateState) UnmarshalJSON ¶
func (t *SetWebLifecycleStateState) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type StartScreencastParams ¶
type StartScreencastParams struct { Format ScreencastFormat `json:"format,omitempty"` // Image compression format. Quality int64 `json:"quality,omitempty"` // Compression quality from range [0..100]. MaxWidth int64 `json:"maxWidth,omitempty"` // Maximum screenshot width. MaxHeight int64 `json:"maxHeight,omitempty"` // Maximum screenshot height. EveryNthFrame int64 `json:"everyNthFrame,omitempty"` // Send every n-th frame. }
StartScreencastParams starts sending each frame using the screencastFrame event.
func StartScreencast ¶
func StartScreencast() *StartScreencastParams
StartScreencast starts sending each frame using the screencastFrame event.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-startScreencast
parameters:
func (*StartScreencastParams) Do ¶
func (p *StartScreencastParams) Do(ctx context.Context) (err error)
Do executes Page.startScreencast against the provided context.
func (StartScreencastParams) MarshalEasyJSON ¶
func (v StartScreencastParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (StartScreencastParams) MarshalJSON ¶
func (v StartScreencastParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*StartScreencastParams) UnmarshalEasyJSON ¶
func (v *StartScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*StartScreencastParams) UnmarshalJSON ¶
func (v *StartScreencastParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
func (StartScreencastParams) WithEveryNthFrame ¶
func (p StartScreencastParams) WithEveryNthFrame(everyNthFrame int64) *StartScreencastParams
WithEveryNthFrame send every n-th frame.
func (StartScreencastParams) WithFormat ¶
func (p StartScreencastParams) WithFormat(format ScreencastFormat) *StartScreencastParams
WithFormat image compression format.
func (StartScreencastParams) WithMaxHeight ¶
func (p StartScreencastParams) WithMaxHeight(maxHeight int64) *StartScreencastParams
WithMaxHeight maximum screenshot height.
func (StartScreencastParams) WithMaxWidth ¶
func (p StartScreencastParams) WithMaxWidth(maxWidth int64) *StartScreencastParams
WithMaxWidth maximum screenshot width.
func (StartScreencastParams) WithQuality ¶
func (p StartScreencastParams) WithQuality(quality int64) *StartScreencastParams
WithQuality compression quality from range [0..100].
type StopLoadingParams ¶
type StopLoadingParams struct{}
StopLoadingParams force the page stop all navigations and pending resource fetches.
func StopLoading ¶
func StopLoading() *StopLoadingParams
StopLoading force the page stop all navigations and pending resource fetches.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-stopLoading
func (*StopLoadingParams) Do ¶
func (p *StopLoadingParams) Do(ctx context.Context) (err error)
Do executes Page.stopLoading against the provided context.
func (StopLoadingParams) MarshalEasyJSON ¶
func (v StopLoadingParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (StopLoadingParams) MarshalJSON ¶
func (v StopLoadingParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*StopLoadingParams) UnmarshalEasyJSON ¶
func (v *StopLoadingParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*StopLoadingParams) UnmarshalJSON ¶
func (v *StopLoadingParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type StopScreencastParams ¶
type StopScreencastParams struct{}
StopScreencastParams stops sending each frame in the screencastFrame.
func StopScreencast ¶
func StopScreencast() *StopScreencastParams
StopScreencast stops sending each frame in the screencastFrame.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-stopScreencast
func (*StopScreencastParams) Do ¶
func (p *StopScreencastParams) Do(ctx context.Context) (err error)
Do executes Page.stopScreencast against the provided context.
func (StopScreencastParams) MarshalEasyJSON ¶
func (v StopScreencastParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (StopScreencastParams) MarshalJSON ¶
func (v StopScreencastParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*StopScreencastParams) UnmarshalEasyJSON ¶
func (v *StopScreencastParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*StopScreencastParams) UnmarshalJSON ¶
func (v *StopScreencastParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type TransitionType ¶
type TransitionType string
TransitionType transition type.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-TransitionType
const ( TransitionTypeLink TransitionType = "link" TransitionTypeTyped TransitionType = "typed" TransitionTypeAddressBar TransitionType = "address_bar" TransitionTypeAutoBookmark TransitionType = "auto_bookmark" TransitionTypeAutoSubframe TransitionType = "auto_subframe" TransitionTypeManualSubframe TransitionType = "manual_subframe" TransitionTypeGenerated TransitionType = "generated" TransitionTypeAutoToplevel TransitionType = "auto_toplevel" TransitionTypeFormSubmit TransitionType = "form_submit" TransitionTypeReload TransitionType = "reload" TransitionTypeKeyword TransitionType = "keyword" TransitionTypeKeywordGenerated TransitionType = "keyword_generated" TransitionTypeOther TransitionType = "other" )
TransitionType values.
func (TransitionType) MarshalEasyJSON ¶
func (t TransitionType) MarshalEasyJSON(out *jwriter.Writer)
MarshalEasyJSON satisfies easyjson.Marshaler.
func (TransitionType) MarshalJSON ¶
func (t TransitionType) MarshalJSON() ([]byte, error)
MarshalJSON satisfies json.Marshaler.
func (TransitionType) String ¶
func (t TransitionType) String() string
String returns the TransitionType as string value.
func (*TransitionType) UnmarshalEasyJSON ¶
func (t *TransitionType) UnmarshalEasyJSON(in *jlexer.Lexer)
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
func (*TransitionType) UnmarshalJSON ¶
func (t *TransitionType) UnmarshalJSON(buf []byte) error
UnmarshalJSON satisfies json.Unmarshaler.
type Viewport ¶
type Viewport struct { X float64 `json:"x"` // X offset in device independent pixels (dip). Y float64 `json:"y"` // Y offset in device independent pixels (dip). Width float64 `json:"width"` // Rectangle width in device independent pixels (dip). Height float64 `json:"height"` // Rectangle height in device independent pixels (dip). Scale float64 `json:"scale"` // Page scale factor. }
Viewport viewport for capturing screenshot.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-Viewport
func (Viewport) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Viewport) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Viewport) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Viewport) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type VisualViewport ¶
type VisualViewport struct { OffsetX float64 `json:"offsetX"` // Horizontal offset relative to the layout viewport (CSS pixels). OffsetY float64 `json:"offsetY"` // Vertical offset relative to the layout viewport (CSS pixels). PageX float64 `json:"pageX"` // Horizontal offset relative to the document (CSS pixels). PageY float64 `json:"pageY"` // Vertical offset relative to the document (CSS pixels). ClientWidth float64 `json:"clientWidth"` // Width (CSS pixels), excludes scrollbar if present. ClientHeight float64 `json:"clientHeight"` // Height (CSS pixels), excludes scrollbar if present. Scale float64 `json:"scale"` // Scale relative to the ideal viewport (size at width=device-width). Zoom float64 `json:"zoom,omitempty"` // Page zoom factor (CSS to device independent pixels ratio). }
VisualViewport visual viewport position, dimensions, and scale.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#type-VisualViewport
func (VisualViewport) MarshalEasyJSON ¶
func (v VisualViewport) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (VisualViewport) MarshalJSON ¶
func (v VisualViewport) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*VisualViewport) UnmarshalEasyJSON ¶
func (v *VisualViewport) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*VisualViewport) UnmarshalJSON ¶
func (v *VisualViewport) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type WaitForDebuggerParams ¶
type WaitForDebuggerParams struct{}
WaitForDebuggerParams pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.
func WaitForDebugger ¶
func WaitForDebugger() *WaitForDebuggerParams
WaitForDebugger pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.
See: https://chromedevtools.github.io/devtools-protocol/tot/Page#method-waitForDebugger
func (*WaitForDebuggerParams) Do ¶
func (p *WaitForDebuggerParams) Do(ctx context.Context) (err error)
Do executes Page.waitForDebugger against the provided context.
func (WaitForDebuggerParams) MarshalEasyJSON ¶
func (v WaitForDebuggerParams) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (WaitForDebuggerParams) MarshalJSON ¶
func (v WaitForDebuggerParams) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*WaitForDebuggerParams) UnmarshalEasyJSON ¶
func (v *WaitForDebuggerParams) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*WaitForDebuggerParams) UnmarshalJSON ¶
func (v *WaitForDebuggerParams) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface