cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.DOMPageNetworkEmulationSecurity

Description

DOM

This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an id. This id can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.pNote that iframe owner elements will return corresponding document elements as their child nodes./p = Emulation

This domain emulates different environments for the page. = Network

Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc. = Page

Actions and events related to the inspected page belong to the page domain. = Security

Security

Synopsis

Documentation

data PSecuritySetIgnoreCertificateErrors Source #

Enable/disable whether all certificate errors should be ignored.

Parameters of the setIgnoreCertificateErrors command.

Constructors

PSecuritySetIgnoreCertificateErrors 

Fields

Instances

Instances details
Eq PSecuritySetIgnoreCertificateErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PSecuritySetIgnoreCertificateErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PSecuritySetIgnoreCertificateErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PSecuritySetIgnoreCertificateErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PSecuritySetIgnoreCertificateErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data SecurityCertificateErrorAction Source #

Type CertificateErrorAction. The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

Instances

Instances details
Eq SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON SecurityCertificateErrorAction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data SecuritySecurityStateExplanation Source #

Type SecurityStateExplanation. An explanation of an factor contributing to the security state.

Constructors

SecuritySecurityStateExplanation 

Fields

data SecurityVisibleSecurityState Source #

Type VisibleSecurityState. Security state information about the page.

Constructors

SecurityVisibleSecurityState 

Fields

data SecuritySafetyTipStatus Source #

Instances

Instances details
Eq SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON SecuritySafetyTipStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data SecurityCertificateSecurityState Source #

Type CertificateSecurityState. Details about the security state of the page certificate.

Constructors

SecurityCertificateSecurityState 

Fields

data SecuritySecurityState Source #

Type SecurityState. The security level of a page or resource.

Instances

Instances details
Eq SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON SecuritySecurityState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data SecurityMixedContentType Source #

Type MixedContentType. A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

Instances

Instances details
Eq SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON SecurityMixedContentType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type SecurityCertificateId = Int Source #

Type CertificateId. An internal certificate ID value.

data PPageSetInterceptFileChooserDialog Source #

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 fileChooserOpened is emitted.

Parameters of the setInterceptFileChooserDialog command.

Instances

Instances details
Eq PPageSetInterceptFileChooserDialog Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageSetInterceptFileChooserDialog Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageSetInterceptFileChooserDialog Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageSetInterceptFileChooserDialog Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageSetInterceptFileChooserDialog Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageWaitForDebugger Source #

Pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.

Parameters of the waitForDebugger command.

Constructors

PPageWaitForDebugger 

data PPageGenerateTestReport Source #

Generates a report for testing.

Parameters of the generateTestReport command.

Constructors

PPageGenerateTestReport 

Fields

data PPageSetSPCTransactionMode Source #

data PPageSetSPCTransactionModeMode Source #

Sets the Secure Payment Confirmation transaction mode. https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode

Parameters of the setSPCTransactionMode command.

Instances

Instances details
Eq PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPageSetSPCTransactionModeMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageClearCompilationCache Source #

Clears seeded compilation cache.

Parameters of the clearCompilationCache command.

data PPageAddCompilationCache Source #

Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.

Parameters of the addCompilationCache command.

Constructors

PPageAddCompilationCache 

Fields

data PPageProduceCompilationCache Source #

Requests backend to produce compilation cache for the specified scripts. scripts are appeneded to the list of scripts for which the cache would be produced. The list may be reset during page navigation. When script with a matching URL is encountered, the cache is optionally produced upon backend discretion, based on internal heuristics. See also: compilationCacheProduced.

Parameters of the produceCompilationCache command.

Instances

Instances details
Eq PPageProduceCompilationCache Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageProduceCompilationCache Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageProduceCompilationCache Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageProduceCompilationCache Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageProduceCompilationCache Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageSetWebLifecycleState Source #

data PPageSetWebLifecycleStateState Source #

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/

Parameters of the setWebLifecycleState command.

Instances

Instances details
Eq PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPageSetWebLifecycleStateState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageStartScreencast Source #

Constructors

PPageStartScreencast 

Fields

data PPageStartScreencastFormat Source #

Starts sending each frame using the screencastFrame event.

Parameters of the startScreencast command.

Instances

Instances details
Eq PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPageStartScreencastFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageSetLifecycleEventsEnabled Source #

Controls whether page will emit lifecycle events.

Parameters of the setLifecycleEventsEnabled command.

Constructors

PPageSetLifecycleEventsEnabled 

Fields

Instances

Instances details
Eq PPageSetLifecycleEventsEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageSetLifecycleEventsEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageSetLifecycleEventsEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageSetLifecycleEventsEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageSetLifecycleEventsEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageSetDocumentContent Source #

Sets given markup as the document's HTML.

Parameters of the setDocumentContent command.

Constructors

PPageSetDocumentContent 

Fields

data PPageSetFontSizes Source #

Set default font sizes.

Parameters of the setFontSizes command.

Constructors

PPageSetFontSizes 

Fields

data PPageSetFontFamilies Source #

Set generic font families.

Parameters of the setFontFamilies command.

Constructors

PPageSetFontFamilies 

Fields

data PPageGetOriginTrials Source #

Get Origin Trials on given frame.

Parameters of the getOriginTrials command.

data PPageGetPermissionsPolicyState Source #

Get Permissions Policy state on given frame.

Parameters of the getPermissionsPolicyState command.

Instances

Instances details
Eq PPageGetPermissionsPolicyState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageGetPermissionsPolicyState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageGetPermissionsPolicyState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageGetPermissionsPolicyState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageGetPermissionsPolicyState Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageSetAdBlockingEnabled Source #

Enable Chrome's experimental ad filter on all sites.

Parameters of the setAdBlockingEnabled command.

Constructors

PPageSetAdBlockingEnabled 

Fields

data PPageSearchInResource Source #

Searches for given string in resource content.

Parameters of the searchInResource command.

Constructors

PPageSearchInResource 

Fields

data PPageScreencastFrameAck Source #

Acknowledges that a screencast frame has been received by the frontend.

Parameters of the screencastFrameAck command.

data PPageRemoveScriptToEvaluateOnNewDocument Source #

Removes given script from the list.

Parameters of the removeScriptToEvaluateOnNewDocument command.

Instances

Instances details
Eq PPageRemoveScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageRemoveScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageRemoveScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageRemoveScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageRemoveScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageReload Source #

Reloads given page optionally ignoring the cache.

Parameters of the reload command.

Constructors

PPageReload 

Fields

data PagePrintToPDF Source #

Constructors

PagePrintToPDF 

Fields

data PPagePrintToPDF Source #

Constructors

PPagePrintToPDF 

Fields

data PPagePrintToPDFTransferMode Source #

Print page as PDF.

Parameters of the printToPDF command.

Instances

Instances details
Eq PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPagePrintToPDFTransferMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageNavigateToHistoryEntry Source #

Navigates current page to the given history entry.

Parameters of the navigateToHistoryEntry command.

Constructors

PPageNavigateToHistoryEntry 

Fields

data PageNavigate Source #

Constructors

PageNavigate 

Fields

data PPageNavigate Source #

Navigates current page to the given URL.

Parameters of the navigate command.

Constructors

PPageNavigate 

Fields

data PPageHandleJavaScriptDialog Source #

Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).

Parameters of the handleJavaScriptDialog command.

Constructors

PPageHandleJavaScriptDialog 

Fields

data PPageGetResourceTree Source #

Returns present frame / resource tree structure.

Parameters of the getResourceTree command.

Constructors

PPageGetResourceTree 

data PPageGetResourceContent Source #

Returns content of the given resource.

Parameters of the getResourceContent command.

Constructors

PPageGetResourceContent 

Fields

data PPageResetNavigationHistory Source #

Resets navigation history for the current page.

Parameters of the resetNavigationHistory command.

data PPageGetNavigationHistory Source #

Returns navigation history for the current page.

Parameters of the getNavigationHistory command.

data PPageGetLayoutMetrics Source #

Returns metrics relating to the layouting of the page, such as viewport bounds/scale.

Parameters of the getLayoutMetrics command.

Constructors

PPageGetLayoutMetrics 

data PageGetAdScriptId Source #

Constructors

PageGetAdScriptId 

Fields

data PageGetAppId Source #

Constructors

PageGetAppId 

Fields

data PPageGetInstallabilityErrors Source #

Parameters of the getInstallabilityErrors command.

Instances

Instances details
Eq PPageGetInstallabilityErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageGetInstallabilityErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageGetInstallabilityErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageGetInstallabilityErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageGetInstallabilityErrors Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageCreateIsolatedWorld Source #

Creates an isolated world for the given frame.

Parameters of the createIsolatedWorld command.

Constructors

PPageCreateIsolatedWorld 

Fields

data PPageCaptureSnapshot Source #

Constructors

PPageCaptureSnapshot 

Fields

data PPageCaptureSnapshotFormat Source #

Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles.

Parameters of the captureSnapshot command.

Instances

Instances details
Eq PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPageCaptureSnapshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageCaptureScreenshot Source #

Constructors

PPageCaptureScreenshot 

Fields

data PPageCaptureScreenshotFormat Source #

Capture page screenshot.

Parameters of the captureScreenshot command.

Instances

Instances details
Eq PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PPageCaptureScreenshotFormat Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PPageAddScriptToEvaluateOnNewDocument Source #

Evaluates given script in every frame upon creation (before loading frame's scripts).

Parameters of the addScriptToEvaluateOnNewDocument command.

Constructors

PPageAddScriptToEvaluateOnNewDocument 

Fields

Instances

Instances details
Eq PPageAddScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PPageAddScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PPageAddScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PPageAddScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PPageAddScriptToEvaluateOnNewDocument Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PagePrerenderAttemptCompleted Source #

Type of the prerenderAttemptCompleted event.

Constructors

PagePrerenderAttemptCompleted 

Fields

data PageBackForwardCacheNotUsed Source #

Type of the backForwardCacheNotUsed event.

Constructors

PageBackForwardCacheNotUsed 

Fields

data PageJavascriptDialogOpening Source #

Type of the javascriptDialogOpening event.

Constructors

PageJavascriptDialogOpening 

Fields

data PageFrameRequestedNavigation Source #

Type of the frameRequestedNavigation event.

Constructors

PageFrameRequestedNavigation 

Fields

data PageFrameDetachedReason Source #

Type of the frameDetached event.

Instances

Instances details
Eq PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageFrameDetachedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageFileChooserOpenedMode Source #

Type of the fileChooserOpened event.

Instances

Instances details
Eq PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageFileChooserOpenedMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PagePrerenderFinalStatus Source #

Type PrerenderFinalStatus. List of FinalStatus reasons for Prerender2.

Constructors

PagePrerenderFinalStatusActivated 
PagePrerenderFinalStatusDestroyed 
PagePrerenderFinalStatusLowEndDevice 
PagePrerenderFinalStatusCrossOriginRedirect 
PagePrerenderFinalStatusCrossOriginNavigation 
PagePrerenderFinalStatusInvalidSchemeRedirect 
PagePrerenderFinalStatusInvalidSchemeNavigation 
PagePrerenderFinalStatusInProgressNavigation 
PagePrerenderFinalStatusNavigationRequestBlockedByCsp 
PagePrerenderFinalStatusMainFrameNavigation 
PagePrerenderFinalStatusMojoBinderPolicy 
PagePrerenderFinalStatusRendererProcessCrashed 
PagePrerenderFinalStatusRendererProcessKilled 
PagePrerenderFinalStatusDownload 
PagePrerenderFinalStatusTriggerDestroyed 
PagePrerenderFinalStatusNavigationNotCommitted 
PagePrerenderFinalStatusNavigationBadHttpStatus 
PagePrerenderFinalStatusClientCertRequested 
PagePrerenderFinalStatusNavigationRequestNetworkError 
PagePrerenderFinalStatusMaxNumOfRunningPrerendersExceeded 
PagePrerenderFinalStatusCancelAllHostsForTesting 
PagePrerenderFinalStatusDidFailLoad 
PagePrerenderFinalStatusStop 
PagePrerenderFinalStatusSslCertificateError 
PagePrerenderFinalStatusLoginAuthRequested 
PagePrerenderFinalStatusUaChangeRequiresReload 
PagePrerenderFinalStatusBlockedByClient 
PagePrerenderFinalStatusAudioOutputDeviceRequested 
PagePrerenderFinalStatusMixedContent 
PagePrerenderFinalStatusTriggerBackgrounded 
PagePrerenderFinalStatusEmbedderTriggeredAndCrossOriginRedirected 
PagePrerenderFinalStatusMemoryLimitExceeded 
PagePrerenderFinalStatusFailToGetMemoryUsage 
PagePrerenderFinalStatusDataSaverEnabled 
PagePrerenderFinalStatusHasEffectiveUrl 
PagePrerenderFinalStatusActivatedBeforeStarted 
PagePrerenderFinalStatusInactivePageRestriction 
PagePrerenderFinalStatusStartFailed 
PagePrerenderFinalStatusTimeoutBackgrounded 

Instances

Instances details
Eq PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PagePrerenderFinalStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageBackForwardCacheNotRestoredExplanationTree Source #

data PageBackForwardCacheNotRestoredExplanation Source #

Constructors

PageBackForwardCacheNotRestoredExplanation 

Fields

data PageBackForwardCacheNotRestoredReasonType Source #

Type BackForwardCacheNotRestoredReasonType. Types of not restored reasons for back-forward cache.

Instances

Instances details
Eq PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageBackForwardCacheNotRestoredReasonType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageBackForwardCacheNotRestoredReason Source #

Type BackForwardCacheNotRestoredReason. List of not restored reasons for back-forward cache.

Constructors

PageBackForwardCacheNotRestoredReasonNotPrimaryMainFrame 
PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabled 
PageBackForwardCacheNotRestoredReasonRelatedActiveContentsExist 
PageBackForwardCacheNotRestoredReasonHTTPStatusNotOK 
PageBackForwardCacheNotRestoredReasonSchemeNotHTTPOrHTTPS 
PageBackForwardCacheNotRestoredReasonLoading 
PageBackForwardCacheNotRestoredReasonWasGrantedMediaAccess 
PageBackForwardCacheNotRestoredReasonDisableForRenderFrameHostCalled 
PageBackForwardCacheNotRestoredReasonDomainNotAllowed 
PageBackForwardCacheNotRestoredReasonHTTPMethodNotGET 
PageBackForwardCacheNotRestoredReasonSubframeIsNavigating 
PageBackForwardCacheNotRestoredReasonTimeout 
PageBackForwardCacheNotRestoredReasonCacheLimit 
PageBackForwardCacheNotRestoredReasonJavaScriptExecution 
PageBackForwardCacheNotRestoredReasonRendererProcessKilled 
PageBackForwardCacheNotRestoredReasonRendererProcessCrashed 
PageBackForwardCacheNotRestoredReasonSchedulerTrackedFeatureUsed 
PageBackForwardCacheNotRestoredReasonConflictingBrowsingInstance 
PageBackForwardCacheNotRestoredReasonCacheFlushed 
PageBackForwardCacheNotRestoredReasonServiceWorkerVersionActivation 
PageBackForwardCacheNotRestoredReasonSessionRestored 
PageBackForwardCacheNotRestoredReasonServiceWorkerPostMessage 
PageBackForwardCacheNotRestoredReasonEnteredBackForwardCacheBeforeServiceWorkerHostAdded 
PageBackForwardCacheNotRestoredReasonRenderFrameHostReused_SameSite 
PageBackForwardCacheNotRestoredReasonRenderFrameHostReused_CrossSite 
PageBackForwardCacheNotRestoredReasonServiceWorkerClaim 
PageBackForwardCacheNotRestoredReasonIgnoreEventAndEvict 
PageBackForwardCacheNotRestoredReasonHaveInnerContents 
PageBackForwardCacheNotRestoredReasonTimeoutPuttingInCache 
PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledByLowMemory 
PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledByCommandLine 
PageBackForwardCacheNotRestoredReasonNetworkRequestDatapipeDrainedAsBytesConsumer 
PageBackForwardCacheNotRestoredReasonNetworkRequestRedirected 
PageBackForwardCacheNotRestoredReasonNetworkRequestTimeout 
PageBackForwardCacheNotRestoredReasonNetworkExceedsBufferLimit 
PageBackForwardCacheNotRestoredReasonNavigationCancelledWhileRestoring 
PageBackForwardCacheNotRestoredReasonNotMostRecentNavigationEntry 
PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledForPrerender 
PageBackForwardCacheNotRestoredReasonUserAgentOverrideDiffers 
PageBackForwardCacheNotRestoredReasonForegroundCacheLimit 
PageBackForwardCacheNotRestoredReasonBrowsingInstanceNotSwapped 
PageBackForwardCacheNotRestoredReasonBackForwardCacheDisabledForDelegate 
PageBackForwardCacheNotRestoredReasonUnloadHandlerExistsInMainFrame 
PageBackForwardCacheNotRestoredReasonUnloadHandlerExistsInSubFrame 
PageBackForwardCacheNotRestoredReasonServiceWorkerUnregistration 
PageBackForwardCacheNotRestoredReasonCacheControlNoStore 
PageBackForwardCacheNotRestoredReasonCacheControlNoStoreCookieModified 
PageBackForwardCacheNotRestoredReasonCacheControlNoStoreHTTPOnlyCookieModified 
PageBackForwardCacheNotRestoredReasonNoResponseHead 
PageBackForwardCacheNotRestoredReasonUnknown 
PageBackForwardCacheNotRestoredReasonActivationNavigationsDisallowedForBug1234857 
PageBackForwardCacheNotRestoredReasonErrorDocument 
PageBackForwardCacheNotRestoredReasonFencedFramesEmbedder 
PageBackForwardCacheNotRestoredReasonWebSocket 
PageBackForwardCacheNotRestoredReasonWebTransport 
PageBackForwardCacheNotRestoredReasonWebRTC 
PageBackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoStore 
PageBackForwardCacheNotRestoredReasonMainResourceHasCacheControlNoCache 
PageBackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoStore 
PageBackForwardCacheNotRestoredReasonSubresourceHasCacheControlNoCache 
PageBackForwardCacheNotRestoredReasonContainsPlugins 
PageBackForwardCacheNotRestoredReasonDocumentLoaded 
PageBackForwardCacheNotRestoredReasonDedicatedWorkerOrWorklet 
PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestOthers 
PageBackForwardCacheNotRestoredReasonOutstandingIndexedDBTransaction 
PageBackForwardCacheNotRestoredReasonRequestedNotificationsPermission 
PageBackForwardCacheNotRestoredReasonRequestedMIDIPermission 
PageBackForwardCacheNotRestoredReasonRequestedAudioCapturePermission 
PageBackForwardCacheNotRestoredReasonRequestedVideoCapturePermission 
PageBackForwardCacheNotRestoredReasonRequestedBackForwardCacheBlockedSensors 
PageBackForwardCacheNotRestoredReasonRequestedBackgroundWorkPermission 
PageBackForwardCacheNotRestoredReasonBroadcastChannel 
PageBackForwardCacheNotRestoredReasonIndexedDBConnection 
PageBackForwardCacheNotRestoredReasonWebXR 
PageBackForwardCacheNotRestoredReasonSharedWorker 
PageBackForwardCacheNotRestoredReasonWebLocks 
PageBackForwardCacheNotRestoredReasonWebHID 
PageBackForwardCacheNotRestoredReasonWebShare 
PageBackForwardCacheNotRestoredReasonRequestedStorageAccessGrant 
PageBackForwardCacheNotRestoredReasonWebNfc 
PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestFetch 
PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestXHR 
PageBackForwardCacheNotRestoredReasonAppBanner 
PageBackForwardCacheNotRestoredReasonPrinting 
PageBackForwardCacheNotRestoredReasonWebDatabase 
PageBackForwardCacheNotRestoredReasonPictureInPicture 
PageBackForwardCacheNotRestoredReasonPortal 
PageBackForwardCacheNotRestoredReasonSpeechRecognizer 
PageBackForwardCacheNotRestoredReasonIdleManager 
PageBackForwardCacheNotRestoredReasonPaymentManager 
PageBackForwardCacheNotRestoredReasonSpeechSynthesis 
PageBackForwardCacheNotRestoredReasonKeyboardLock 
PageBackForwardCacheNotRestoredReasonWebOTPService 
PageBackForwardCacheNotRestoredReasonOutstandingNetworkRequestDirectSocket 
PageBackForwardCacheNotRestoredReasonInjectedJavascript 
PageBackForwardCacheNotRestoredReasonInjectedStyleSheet 
PageBackForwardCacheNotRestoredReasonDummy 
PageBackForwardCacheNotRestoredReasonContentSecurityHandler 
PageBackForwardCacheNotRestoredReasonContentWebAuthenticationAPI 
PageBackForwardCacheNotRestoredReasonContentFileChooser 
PageBackForwardCacheNotRestoredReasonContentSerial 
PageBackForwardCacheNotRestoredReasonContentFileSystemAccess 
PageBackForwardCacheNotRestoredReasonContentMediaDevicesDispatcherHost 
PageBackForwardCacheNotRestoredReasonContentWebBluetooth 
PageBackForwardCacheNotRestoredReasonContentWebUSB 
PageBackForwardCacheNotRestoredReasonContentMediaSessionService 
PageBackForwardCacheNotRestoredReasonContentScreenReader 
PageBackForwardCacheNotRestoredReasonEmbedderPopupBlockerTabHelper 
PageBackForwardCacheNotRestoredReasonEmbedderSafeBrowsingTriggeredPopupBlocker 
PageBackForwardCacheNotRestoredReasonEmbedderSafeBrowsingThreatDetails 
PageBackForwardCacheNotRestoredReasonEmbedderAppBannerManager 
PageBackForwardCacheNotRestoredReasonEmbedderDomDistillerViewerSource 
PageBackForwardCacheNotRestoredReasonEmbedderDomDistillerSelfDeletingRequestDelegate 
PageBackForwardCacheNotRestoredReasonEmbedderOomInterventionTabHelper 
PageBackForwardCacheNotRestoredReasonEmbedderOfflinePage 
PageBackForwardCacheNotRestoredReasonEmbedderChromePasswordManagerClientBindCredentialManager 
PageBackForwardCacheNotRestoredReasonEmbedderPermissionRequestManager 
PageBackForwardCacheNotRestoredReasonEmbedderModalDialog 
PageBackForwardCacheNotRestoredReasonEmbedderExtensions 
PageBackForwardCacheNotRestoredReasonEmbedderExtensionMessaging 
PageBackForwardCacheNotRestoredReasonEmbedderExtensionMessagingForOpenPort 
PageBackForwardCacheNotRestoredReasonEmbedderExtensionSentMessageToCachedFrame 

Instances

Instances details
Eq PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageBackForwardCacheNotRestoredReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageNavigationType Source #

Type NavigationType. The type of a frameNavigated event.

Instances

Instances details
Eq PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageNavigationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageCompilationCacheParams Source #

Type CompilationCacheParams. Per-script compilation cache parameters for produceCompilationCache

Constructors

PageCompilationCacheParams 

Fields

data PageReferrerPolicy Source #

Type ReferrerPolicy. The referring-policy used for the navigation.

Instances

Instances details
Eq PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageInstallabilityErrorArgument Source #

Constructors

PageInstallabilityErrorArgument 

Fields

data PageClientNavigationDisposition Source #

Instances

Instances details
Eq PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageClientNavigationDisposition Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageClientNavigationReason Source #

Instances

Instances details
Eq PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageClientNavigationReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageFontFamilies Source #

Type FontFamilies. Generic font families collection.

Constructors

PageFontFamilies 

Fields

data PageViewport Source #

Type Viewport. Viewport for capturing screenshot.

Constructors

PageViewport 

Fields

data PageVisualViewport Source #

Type VisualViewport. Visual viewport position, dimensions, and scale.

Constructors

PageVisualViewport 

Fields

data PageLayoutViewport Source #

Type LayoutViewport. Layout viewport position and dimensions.

Constructors

PageLayoutViewport 

Fields

data PageDialogType Source #

Type DialogType. Javascript dialog type.

Instances

Instances details
Eq PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageDialogType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageScreencastFrameMetadata Source #

Type ScreencastFrameMetadata. Screencast frame metadata.

Constructors

PageScreencastFrameMetadata 

Fields

data PageNavigationEntry Source #

Type NavigationEntry. Navigation history entry.

Constructors

PageNavigationEntry 

Fields

data PageTransitionType Source #

Type TransitionType. Transition type.

Instances

Instances details
Eq PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageTransitionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type PageScriptIdentifier = Text Source #

Type ScriptIdentifier. Unique script identifier.

data PageFrameResource Source #

Type FrameResource. Information about the Resource on the page.

Constructors

PageFrameResource 

Fields

data PageFrame Source #

Type Frame. Information about the Frame on the page.

Constructors

PageFrame 

Fields

data PageOriginTrialTokenWithStatus Source #

data PageOriginTrialUsageRestriction Source #

Instances

Instances details
Eq PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageOriginTrialUsageRestriction Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageOriginTrialStatus Source #

Type OriginTrialStatus. Status for an Origin Trial.

Instances

Instances details
Eq PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageOriginTrialStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageOriginTrialTokenStatus Source #

Type OriginTrialTokenStatus. Origin Trial(https:/www.chromium.orgblink/origin-trials) support. Status for an Origin Trial token.

Instances

Instances details
Eq PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageOriginTrialTokenStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PagePermissionsPolicyFeatureState Source #

data PagePermissionsPolicyBlockLocator Source #

data PagePermissionsPolicyBlockReason Source #

Type PermissionsPolicyBlockReason. Reason for a permissions policy feature to be disabled.

Instances

Instances details
Eq PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PagePermissionsPolicyBlockReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PagePermissionsPolicyFeature Source #

Type PermissionsPolicyFeature. All Permissions Policy features. This enum should match the one defined in third_partyblinkrenderercorepermissions_policy/permissions_policy_features.json5.

Constructors

PagePermissionsPolicyFeatureAccelerometer 
PagePermissionsPolicyFeatureAmbientLightSensor 
PagePermissionsPolicyFeatureAttributionReporting 
PagePermissionsPolicyFeatureAutoplay 
PagePermissionsPolicyFeatureBluetooth 
PagePermissionsPolicyFeatureBrowsingTopics 
PagePermissionsPolicyFeatureCamera 
PagePermissionsPolicyFeatureChDpr 
PagePermissionsPolicyFeatureChDeviceMemory 
PagePermissionsPolicyFeatureChDownlink 
PagePermissionsPolicyFeatureChEct 
PagePermissionsPolicyFeatureChPrefersColorScheme 
PagePermissionsPolicyFeatureChPrefersReducedMotion 
PagePermissionsPolicyFeatureChRtt 
PagePermissionsPolicyFeatureChSaveData 
PagePermissionsPolicyFeatureChUa 
PagePermissionsPolicyFeatureChUaArch 
PagePermissionsPolicyFeatureChUaBitness 
PagePermissionsPolicyFeatureChUaPlatform 
PagePermissionsPolicyFeatureChUaModel 
PagePermissionsPolicyFeatureChUaMobile 
PagePermissionsPolicyFeatureChUaFull 
PagePermissionsPolicyFeatureChUaFullVersion 
PagePermissionsPolicyFeatureChUaFullVersionList 
PagePermissionsPolicyFeatureChUaPlatformVersion 
PagePermissionsPolicyFeatureChUaReduced 
PagePermissionsPolicyFeatureChUaWow64 
PagePermissionsPolicyFeatureChViewportHeight 
PagePermissionsPolicyFeatureChViewportWidth 
PagePermissionsPolicyFeatureChWidth 
PagePermissionsPolicyFeatureClipboardRead 
PagePermissionsPolicyFeatureClipboardWrite 
PagePermissionsPolicyFeatureCrossOriginIsolated 
PagePermissionsPolicyFeatureDirectSockets 
PagePermissionsPolicyFeatureDisplayCapture 
PagePermissionsPolicyFeatureDocumentDomain 
PagePermissionsPolicyFeatureEncryptedMedia 
PagePermissionsPolicyFeatureExecutionWhileOutOfViewport 
PagePermissionsPolicyFeatureExecutionWhileNotRendered 
PagePermissionsPolicyFeatureFocusWithoutUserActivation 
PagePermissionsPolicyFeatureFullscreen 
PagePermissionsPolicyFeatureFrobulate 
PagePermissionsPolicyFeatureGamepad 
PagePermissionsPolicyFeatureGeolocation 
PagePermissionsPolicyFeatureGyroscope 
PagePermissionsPolicyFeatureHid 
PagePermissionsPolicyFeatureIdentityCredentialsGet 
PagePermissionsPolicyFeatureIdleDetection 
PagePermissionsPolicyFeatureInterestCohort 
PagePermissionsPolicyFeatureJoinAdInterestGroup 
PagePermissionsPolicyFeatureKeyboardMap 
PagePermissionsPolicyFeatureLocalFonts 
PagePermissionsPolicyFeatureMagnetometer 
PagePermissionsPolicyFeatureMicrophone 
PagePermissionsPolicyFeatureMidi 
PagePermissionsPolicyFeatureOtpCredentials 
PagePermissionsPolicyFeaturePayment 
PagePermissionsPolicyFeaturePictureInPicture 
PagePermissionsPolicyFeaturePublickeyCredentialsGet 
PagePermissionsPolicyFeatureRunAdAuction 
PagePermissionsPolicyFeatureScreenWakeLock 
PagePermissionsPolicyFeatureSerial 
PagePermissionsPolicyFeatureSharedAutofill 
PagePermissionsPolicyFeatureSharedStorage 
PagePermissionsPolicyFeatureStorageAccess 
PagePermissionsPolicyFeatureSyncXhr 
PagePermissionsPolicyFeatureTrustTokenRedemption 
PagePermissionsPolicyFeatureUnload 
PagePermissionsPolicyFeatureUsb 
PagePermissionsPolicyFeatureVerticalScroll 
PagePermissionsPolicyFeatureWebShare 
PagePermissionsPolicyFeatureWindowPlacement 
PagePermissionsPolicyFeatureXrSpatialTracking 

Instances

Instances details
Eq PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PagePermissionsPolicyFeature Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageGatedAPIFeatures Source #

Instances

Instances details
Eq PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageGatedAPIFeatures Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageCrossOriginIsolatedContextType Source #

Type CrossOriginIsolatedContextType. Indicates whether the frame is cross-origin isolated and why it is the case.

Instances

Instances details
Eq PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageCrossOriginIsolatedContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageSecureContextType Source #

Type SecureContextType. Indicates whether the frame is a secure context and why it is the case.

Instances

Instances details
Eq PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageSecureContextType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageAdScriptId Source #

Type AdScriptId. Identifies the bottom-most script which caused the frame to be labelled as an ad.

Constructors

PageAdScriptId 

Fields

data PageAdFrameExplanation Source #

Instances

Instances details
Eq PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageAdFrameExplanation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PageAdFrameType Source #

Type AdFrameType. Indicates whether a frame has been identified as an ad.

Instances

Instances details
Eq PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PageAdFrameType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type PageFrameId = Text Source #

Type FrameId. Unique frame identifier.

data PNetworkLoadNetworkResource Source #

Fetches the resource and returns the content.

Parameters of the loadNetworkResource command.

Constructors

PNetworkLoadNetworkResource 

Fields

Instances

Instances details
Eq PNetworkLoadNetworkResource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkLoadNetworkResource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkLoadNetworkResource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkLoadNetworkResource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkLoadNetworkResource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkEnableReportingApi Source #

Enables tracking for the Reporting API, events generated by the Reporting API will now be delivered to the client. Enabling triggers reportingApiReportAdded for all existing reports.

Parameters of the enableReportingApi command.

Constructors

PNetworkEnableReportingApi 

Fields

data PNetworkGetSecurityIsolationStatus Source #

Returns information about the COEP/COOP isolation status.

Parameters of the getSecurityIsolationStatus command.

Constructors

PNetworkGetSecurityIsolationStatus 

Fields

Instances

Instances details
Eq PNetworkGetSecurityIsolationStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkGetSecurityIsolationStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkGetSecurityIsolationStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkGetSecurityIsolationStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkGetSecurityIsolationStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkSetUserAgentOverride Source #

Allows overriding user agent with the given string.

Parameters of the setUserAgentOverride command.

Constructors

PNetworkSetUserAgentOverride 

Fields

Instances

Instances details
Eq PNetworkSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkSetAttachDebugStack Source #

Specifies whether to attach a page script stack id in requests

Parameters of the setAttachDebugStack command.

Constructors

PNetworkSetAttachDebugStack 

Fields

data PNetworkSetExtraHTTPHeaders Source #

Specifies whether to always send extra HTTP headers with the requests from this page.

Parameters of the setExtraHTTPHeaders command.

Constructors

PNetworkSetExtraHTTPHeaders 

Fields

data PNetworkSetCookie Source #

Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.

Parameters of the setCookie command.

Constructors

PNetworkSetCookie 

Fields

data PNetworkSetCacheDisabled Source #

Toggles ignoring cache for each request. If true, cache will not be used.

Parameters of the setCacheDisabled command.

Constructors

PNetworkSetCacheDisabled 

Fields

data PNetworkSetBypassServiceWorker Source #

Toggles ignoring of service worker for each request.

Parameters of the setBypassServiceWorker command.

Constructors

PNetworkSetBypassServiceWorker 

Fields

Instances

Instances details
Eq PNetworkSetBypassServiceWorker Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkSetBypassServiceWorker Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkSetBypassServiceWorker Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkSetBypassServiceWorker Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkSetBypassServiceWorker Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkSetBlockedURLs Source #

Blocks URLs from loading.

Parameters of the setBlockedURLs command.

Constructors

PNetworkSetBlockedURLs 

Fields

data PNetworkSearchInResponseBody Source #

Searches for given string in response content.

Parameters of the searchInResponseBody command.

Constructors

PNetworkSearchInResponseBody 

Fields

Instances

Instances details
Eq PNetworkSearchInResponseBody Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkSearchInResponseBody Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkSearchInResponseBody Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkSearchInResponseBody Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkSearchInResponseBody Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkReplayXHR Source #

This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.

Parameters of the replayXHR command.

Constructors

PNetworkReplayXHR 

Fields

data PNetworkTakeResponseBodyForInterceptionAsStream Source #

Returns a handle to the stream representing the response body. Note that after this command, the intercepted request can't be continued as is -- you either need to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified.

Parameters of the takeResponseBodyForInterceptionAsStream command.

Instances

Instances details
Eq PNetworkTakeResponseBodyForInterceptionAsStream Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkTakeResponseBodyForInterceptionAsStream Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkTakeResponseBodyForInterceptionAsStream Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkTakeResponseBodyForInterceptionAsStream Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkTakeResponseBodyForInterceptionAsStream Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkGetResponseBodyForInterception Source #

Returns content served for the given currently intercepted request.

Parameters of the getResponseBodyForInterception command.

Constructors

PNetworkGetResponseBodyForInterception 

Fields

Instances

Instances details
Eq PNetworkGetResponseBodyForInterception Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkGetResponseBodyForInterception Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkGetResponseBodyForInterception Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkGetResponseBodyForInterception Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkGetResponseBodyForInterception Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkGetRequestPostData Source #

Returns post data sent with the request. Returns an error when no data was sent with the request.

Parameters of the getRequestPostData command.

Constructors

PNetworkGetRequestPostData 

Fields

data PNetworkGetResponseBody Source #

Returns content served for the given request.

Parameters of the getResponseBody command.

Constructors

PNetworkGetResponseBody 

Fields

data PNetworkGetCookies Source #

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Parameters of the getCookies command.

Constructors

PNetworkGetCookies 

Fields

  • pNetworkGetCookiesUrls :: Maybe [Text]

    The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes.

data PNetworkGetCertificate Source #

Returns the DER-encoded certificate.

Parameters of the getCertificate command.

Constructors

PNetworkGetCertificate 

Fields

data PNetworkGetAllCookies Source #

Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the cookies field.

Parameters of the getAllCookies command.

Constructors

PNetworkGetAllCookies 

data PNetworkEnable Source #

Enables network tracking, network events will now be delivered to the client.

Parameters of the enable command.

Constructors

PNetworkEnable 

Fields

data PNetworkEmulateNetworkConditions Source #

Activates emulation of network conditions.

Parameters of the emulateNetworkConditions command.

Constructors

PNetworkEmulateNetworkConditions 

Fields

Instances

Instances details
Eq PNetworkEmulateNetworkConditions Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkEmulateNetworkConditions Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkEmulateNetworkConditions Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkEmulateNetworkConditions Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkEmulateNetworkConditions Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkDeleteCookies Source #

Deletes browser cookies with matching name and url or domain/path pair.

Parameters of the deleteCookies command.

Constructors

PNetworkDeleteCookies 

Fields

data PNetworkClearBrowserCookies Source #

Clears browser cookies.

Parameters of the clearBrowserCookies command.

data PNetworkClearBrowserCache Source #

Clears browser cache.

Parameters of the clearBrowserCache command.

data PNetworkClearAcceptedEncodingsOverride Source #

Clears accepted encodings set by setAcceptedEncodings

Parameters of the clearAcceptedEncodingsOverride command.

Instances

Instances details
Eq PNetworkClearAcceptedEncodingsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkClearAcceptedEncodingsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkClearAcceptedEncodingsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkClearAcceptedEncodingsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkClearAcceptedEncodingsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PNetworkSetAcceptedEncodings Source #

Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.

Parameters of the setAcceptedEncodings command.

Constructors

PNetworkSetAcceptedEncodings 

Fields

Instances

Instances details
Eq PNetworkSetAcceptedEncodings Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PNetworkSetAcceptedEncodings Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PNetworkSetAcceptedEncodings Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PNetworkSetAcceptedEncodings Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PNetworkSetAcceptedEncodings Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkReportingApiEndpointsChangedForOrigin Source #

data NetworkSubresourceWebBundleInnerResponseError Source #

Constructors

NetworkSubresourceWebBundleInnerResponseError 

Fields

data NetworkSubresourceWebBundleInnerResponseParsed Source #

Constructors

NetworkSubresourceWebBundleInnerResponseParsed 

Fields

data NetworkSubresourceWebBundleMetadataError Source #

Constructors

NetworkSubresourceWebBundleMetadataError 

Fields

data NetworkSubresourceWebBundleMetadataReceived Source #

Constructors

NetworkSubresourceWebBundleMetadataReceived 

Fields

data NetworkTrustTokenOperationDone Source #

Constructors

NetworkTrustTokenOperationDone 

Fields

data NetworkTrustTokenOperationDoneStatus Source #

Type of the trustTokenOperationDone event.

Instances

Instances details
Eq NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkTrustTokenOperationDoneStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkResponseReceivedExtraInfo Source #

Type of the responseReceivedExtraInfo event.

Constructors

NetworkResponseReceivedExtraInfo 

Fields

data NetworkRequestWillBeSentExtraInfo Source #

Type of the requestWillBeSentExtraInfo event.

Constructors

NetworkRequestWillBeSentExtraInfo 

Fields

data NetworkWebTransportConnectionEstablished Source #

data NetworkWebSocketWillSendHandshakeRequest Source #

data NetworkWebSocketHandshakeResponseReceived Source #

data NetworkResponseReceived Source #

Type of the responseReceived event.

Constructors

NetworkResponseReceived 

Fields

data NetworkRequestWillBeSent Source #

Type of the requestWillBeSent event.

Constructors

NetworkRequestWillBeSent 

Fields

data NetworkLoadingFailed Source #

Type of the loadingFailed event.

Constructors

NetworkLoadingFailed 

Fields

data NetworkEventSourceMessageReceived Source #

Type of the eventSourceMessageReceived event.

data NetworkLoadNetworkResourceOptions Source #

Type LoadNetworkResourceOptions. An options object that may be extended later to better support CORS, CORB and streaming.

data NetworkLoadNetworkResourcePageResult Source #

Type LoadNetworkResourcePageResult. An object providing the result of a network resource load.

data NetworkReportingApiReport Source #

Type ReportingApiReport. An object representing a report generated by the Reporting API.

Constructors

NetworkReportingApiReport 

Fields

data NetworkReportStatus Source #

Type ReportStatus. The status of a Reporting API report.

Instances

Instances details
Eq NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkReportStatus Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkSecurityIsolationStatus Source #

data NetworkCrossOriginEmbedderPolicyStatus Source #

data NetworkCrossOriginEmbedderPolicyValue Source #

Instances

Instances details
Eq NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCrossOriginEmbedderPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCrossOriginOpenerPolicyStatus Source #

data NetworkCrossOriginOpenerPolicyValue Source #

Instances

Instances details
Eq NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCrossOriginOpenerPolicyValue Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkConnectTiming Source #

Constructors

NetworkConnectTiming 

Fields

  • networkConnectTimingRequestTime :: Double

    Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for the same request (but not for redirected requests).

data NetworkIPAddressSpace Source #

Instances

Instances details
Eq NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkIPAddressSpace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkPrivateNetworkRequestPolicy Source #

Instances

Instances details
Eq NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkPrivateNetworkRequestPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkContentEncoding Source #

Type ContentEncoding. List of content encodings supported by the backend.

Instances

Instances details
Eq NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkContentEncoding Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkSignedExchangeInfo Source #

Type SignedExchangeInfo. Information about a signed exchange response.

Constructors

NetworkSignedExchangeInfo 

Fields

data NetworkSignedExchangeError Source #

Type SignedExchangeError. Information about a signed exchange response.

Constructors

NetworkSignedExchangeError 

Fields

data NetworkSignedExchangeErrorField Source #

Type SignedExchangeErrorField. Field type for a signed exchange related error.

Instances

Instances details
Eq NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkSignedExchangeErrorField Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkSignedExchangeHeader Source #

Constructors

NetworkSignedExchangeHeader 

Fields

data NetworkSignedExchangeSignature Source #

Constructors

NetworkSignedExchangeSignature 

Fields

data NetworkRequestPattern Source #

Type RequestPattern. Request pattern for interception.

Constructors

NetworkRequestPattern 

Fields

data NetworkInterceptionStage Source #

Type InterceptionStage. Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

Instances

Instances details
Eq NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkInterceptionStage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkAuthChallengeResponse Source #

Constructors

NetworkAuthChallengeResponse 

Fields

data NetworkAuthChallengeResponseResponse Source #

Type AuthChallengeResponse. Response to an AuthChallenge.

Instances

Instances details
Eq NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkAuthChallengeResponseResponse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkAuthChallengeSource Source #

Type AuthChallenge. Authorization challenge for HTTP status code 401 or 407.

Instances

Instances details
Eq NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkAuthChallengeSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCookieParam Source #

Type CookieParam. Cookie parameter object

Constructors

NetworkCookieParam 

Fields

data NetworkBlockedCookieWithReason Source #

Type BlockedCookieWithReason. A cookie with was not sent with a request with the corresponding reason.

Constructors

NetworkBlockedCookieWithReason 

Fields

data NetworkBlockedSetCookieWithReason Source #

Type BlockedSetCookieWithReason. A cookie which was not stored from a response with the corresponding reason.

Constructors

NetworkBlockedSetCookieWithReason 

Fields

data NetworkCookieBlockedReason Source #

Type CookieBlockedReason. Types of reasons why a cookie may not be sent with a request.

Instances

Instances details
Eq NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkSetCookieBlockedReason Source #

Type SetCookieBlockedReason. Types of reasons why a cookie may not be stored from a response.

Instances

Instances details
Eq NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkSetCookieBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCookie Source #

Type Cookie. Cookie object

Constructors

NetworkCookie 

Fields

data NetworkInitiator Source #

Constructors

NetworkInitiator 

Fields

data NetworkInitiatorType Source #

Type Initiator. Information about the request initiator.

Instances

Instances details
Eq NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkInitiatorType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCachedResource Source #

Type CachedResource. Information about the cached resource.

Constructors

NetworkCachedResource 

Fields

data NetworkWebSocketFrame Source #

Type WebSocketFrame. WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.

Constructors

NetworkWebSocketFrame 

Fields

data NetworkWebSocketResponse Source #

Type WebSocketResponse. WebSocket response data.

Constructors

NetworkWebSocketResponse 

Fields

data NetworkResponse Source #

Type Response. HTTP response data.

Constructors

NetworkResponse 

Fields

data NetworkAlternateProtocolUsage Source #

Type AlternateProtocolUsage. The reason why Chrome uses a specific transport protocol for HTTP semantics.

Instances

Instances details
Eq NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkAlternateProtocolUsage Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkTrustTokenOperationType Source #

Instances

Instances details
Eq NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkTrustTokenOperationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkTrustTokenParams Source #

Constructors

NetworkTrustTokenParams 

Fields

data NetworkTrustTokenParamsRefreshPolicy Source #

Type TrustTokenParams. Determines what type of Trust Token operation is executed and depending on the type, some additional parameters. The values are specified in third_partyblinkrenderercorefetch/trust_token.idl.

Instances

Instances details
Eq NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkTrustTokenParamsRefreshPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkServiceWorkerResponseSource Source #

Type ServiceWorkerResponseSource. Source of serviceworker response.

Instances

Instances details
Eq NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkServiceWorkerResponseSource Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCorsError Source #

Type CorsError. The reason why request was blocked.

Instances

Instances details
Eq NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCorsError Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkBlockedReason Source #

Type BlockedReason. The reason why request was blocked.

Instances

Instances details
Eq NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkBlockedReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCertificateTransparencyCompliance Source #

Type CertificateTransparencyCompliance. Whether the request complied with Certificate Transparency policy.

Instances

Instances details
Eq NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCertificateTransparencyCompliance Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkSecurityDetails Source #

Type SecurityDetails. Security details about a request.

Constructors

NetworkSecurityDetails 

Fields

data NetworkSignedCertificateTimestamp Source #

Type SignedCertificateTimestamp. Details of a signed certificate timestamp (SCT).

Constructors

NetworkSignedCertificateTimestamp 

Fields

data NetworkRequest Source #

Constructors

NetworkRequest 

Fields

data NetworkRequestReferrerPolicy Source #

Type Request. HTTP request data.

Instances

Instances details
Eq NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkRequestReferrerPolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkResourcePriority Source #

Type ResourcePriority. Loading priority of a resource request.

Instances

Instances details
Eq NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkResourcePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkResourceTiming Source #

Type ResourceTiming. Timing information for the request.

Constructors

NetworkResourceTiming 

Fields

data NetworkCookieSourceScheme Source #

Type CookieSourceScheme. Represents the source scheme of the origin that originally set the cookie. A value of Unset allows protocol clients to emulate legacy cookie scope for the scheme. This is a temporary ability and it will be removed in the future.

Instances

Instances details
Eq NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCookieSourceScheme Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCookiePriority Source #

Type CookiePriority. Represents the cookie's Priority status: https://tools.ietf.org/html/draft-west-cookie-priority-00

Instances

Instances details
Eq NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCookiePriority Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkCookieSameSite Source #

Type CookieSameSite. Represents the cookie's SameSite status: https://tools.ietf.org/html/draft-west-first-party-cookies

Instances

Instances details
Eq NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkCookieSameSite Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data NetworkConnectionType Source #

Type ConnectionType. The underlying connection technology that the browser is supposedly using.

Instances

Instances details
Eq NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkConnectionType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type NetworkHeaders = [(Text, Text)] Source #

Type Headers. Request response headers as keys values of JSON object.

type NetworkMonotonicTime = Double Source #

Type MonotonicTime. Monotonically increasing time in seconds since an arbitrary point in the past.

type NetworkTimeSinceEpoch = Double Source #

Type TimeSinceEpoch. UTC time in seconds, counted from January 1, 1970.

data NetworkErrorReason Source #

Type ErrorReason. Network level fetch failure reason.

Instances

Instances details
Eq NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkErrorReason Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type NetworkInterceptionId = Text Source #

Type InterceptionId. Unique intercepted request identifier.

type NetworkRequestId = Text Source #

Type RequestId. Unique request identifier.

type NetworkLoaderId = Text Source #

Type LoaderId. Unique loader identifier.

data NetworkResourceType Source #

Type ResourceType. Resource type as it was perceived by the rendering engine.

Instances

Instances details
Eq NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON NetworkResourceType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetAutomationOverride Source #

Allows overriding the automation flag.

Parameters of the setAutomationOverride command.

Constructors

PEmulationSetAutomationOverride 

Fields

Instances

Instances details
Eq PEmulationSetAutomationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetAutomationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetAutomationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetAutomationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetAutomationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetUserAgentOverride Source #

Allows overriding user agent with the given string.

Parameters of the setUserAgentOverride command.

Constructors

PEmulationSetUserAgentOverride 

Fields

Instances

Instances details
Eq PEmulationSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetUserAgentOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetHardwareConcurrencyOverride Source #

Parameters of the setHardwareConcurrencyOverride command.

Instances

Instances details
Eq PEmulationSetHardwareConcurrencyOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetHardwareConcurrencyOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetHardwareConcurrencyOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetHardwareConcurrencyOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetHardwareConcurrencyOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetDisabledImageTypes Source #

Parameters of the setDisabledImageTypes command.

Instances

Instances details
Eq PEmulationSetDisabledImageTypes Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetDisabledImageTypes Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetDisabledImageTypes Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetDisabledImageTypes Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetDisabledImageTypes Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetTimezoneOverride Source #

Overrides default host system timezone with the specified one.

Parameters of the setTimezoneOverride command.

Constructors

PEmulationSetTimezoneOverride 

Fields

Instances

Instances details
Eq PEmulationSetTimezoneOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetTimezoneOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetTimezoneOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetTimezoneOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetTimezoneOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetLocaleOverride Source #

Overrides default host system locale with the specified one.

Parameters of the setLocaleOverride command.

Constructors

PEmulationSetLocaleOverride 

Fields

data PEmulationSetVirtualTimePolicy Source #

Turns on virtual time for all frames (replacing real-time with a synthetic time source) and sets the current virtual time policy. Note this supersedes any previous time budget.

Parameters of the setVirtualTimePolicy command.

Constructors

PEmulationSetVirtualTimePolicy 

Fields

Instances

Instances details
Eq PEmulationSetVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetTouchEmulationEnabled Source #

Enables touch on platforms which do not support them.

Parameters of the setTouchEmulationEnabled command.

Constructors

PEmulationSetTouchEmulationEnabled 

Fields

Instances

Instances details
Eq PEmulationSetTouchEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetTouchEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetTouchEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetTouchEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetTouchEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetScriptExecutionDisabled Source #

Switches script execution in the page.

Parameters of the setScriptExecutionDisabled command.

Constructors

PEmulationSetScriptExecutionDisabled 

Fields

Instances

Instances details
Eq PEmulationSetScriptExecutionDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetScriptExecutionDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetScriptExecutionDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetScriptExecutionDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetScriptExecutionDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetPageScaleFactor Source #

Sets a specified page scale factor.

Parameters of the setPageScaleFactor command.

Instances

Instances details
Eq PEmulationSetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationClearIdleOverride Source #

Clears Idle state overrides.

Parameters of the clearIdleOverride command.

data PEmulationSetIdleOverride Source #

Overrides the Idle state.

Parameters of the setIdleOverride command.

data PEmulationSetGeolocationOverride Source #

Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable.

Parameters of the setGeolocationOverride command.

Instances

Instances details
Eq PEmulationSetGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetEmulatedVisionDeficiency Source #

Instances

Instances details
Eq PEmulationSetEmulatedVisionDeficiency Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetEmulatedVisionDeficiency Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetEmulatedVisionDeficiency Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetEmulatedVisionDeficiency Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetEmulatedVisionDeficiency Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetEmulatedVisionDeficiencyType Source #

Emulates the given vision deficiency.

Parameters of the setEmulatedVisionDeficiency command.

Instances

Instances details
Eq PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PEmulationSetEmulatedVisionDeficiencyType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetEmulatedMedia Source #

Emulates the given media type or media feature for CSS media queries.

Parameters of the setEmulatedMedia command.

Constructors

PEmulationSetEmulatedMedia 

Fields

data PEmulationSetEmitTouchEventsForMouse Source #

Constructors

PEmulationSetEmitTouchEventsForMouse 

Fields

Instances

Instances details
Eq PEmulationSetEmitTouchEventsForMouse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetEmitTouchEventsForMouse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetEmitTouchEventsForMouse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetEmitTouchEventsForMouse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetEmitTouchEventsForMouse Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetEmitTouchEventsForMouseConfiguration Source #

Parameters of the setEmitTouchEventsForMouse command.

Instances

Instances details
Eq PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PEmulationSetEmitTouchEventsForMouseConfiguration Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetDocumentCookieDisabled Source #

Parameters of the setDocumentCookieDisabled command.

Constructors

PEmulationSetDocumentCookieDisabled 

Fields

Instances

Instances details
Eq PEmulationSetDocumentCookieDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetDocumentCookieDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetDocumentCookieDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetDocumentCookieDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetDocumentCookieDisabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetScrollbarsHidden Source #

Parameters of the setScrollbarsHidden command.

Constructors

PEmulationSetScrollbarsHidden 

Fields

Instances

Instances details
Eq PEmulationSetScrollbarsHidden Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetScrollbarsHidden Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetScrollbarsHidden Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetScrollbarsHidden Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetScrollbarsHidden Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetDeviceMetricsOverride Source #

Overrides the values of device screen dimensions (window.screen.width, window.screen.height, window.innerWidth, window.innerHeight, and "device-width"/"device-height"-related CSS media query results).

Parameters of the setDeviceMetricsOverride command.

Constructors

PEmulationSetDeviceMetricsOverride 

Fields

Instances

Instances details
Eq PEmulationSetDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetDefaultBackgroundColorOverride Source #

Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.

Parameters of the setDefaultBackgroundColorOverride command.

Constructors

PEmulationSetDefaultBackgroundColorOverride 

Fields

Instances

Instances details
Eq PEmulationSetDefaultBackgroundColorOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetDefaultBackgroundColorOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetDefaultBackgroundColorOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetDefaultBackgroundColorOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetDefaultBackgroundColorOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetCPUThrottlingRate Source #

Enables CPU throttling to emulate slow CPUs.

Parameters of the setCPUThrottlingRate command.

Constructors

PEmulationSetCPUThrottlingRate 

Fields

Instances

Instances details
Eq PEmulationSetCPUThrottlingRate Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetCPUThrottlingRate Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetCPUThrottlingRate Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetCPUThrottlingRate Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetCPUThrottlingRate Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetAutoDarkModeOverride Source #

Automatically render all web contents using a dark theme.

Parameters of the setAutoDarkModeOverride command.

Constructors

PEmulationSetAutoDarkModeOverride 

Fields

Instances

Instances details
Eq PEmulationSetAutoDarkModeOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetAutoDarkModeOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetAutoDarkModeOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetAutoDarkModeOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetAutoDarkModeOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationSetFocusEmulationEnabled Source #

Enables or disables simulating a focused and active page.

Parameters of the setFocusEmulationEnabled command.

Constructors

PEmulationSetFocusEmulationEnabled 

Fields

Instances

Instances details
Eq PEmulationSetFocusEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationSetFocusEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationSetFocusEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationSetFocusEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationSetFocusEmulationEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationResetPageScaleFactor Source #

Requests that page scale factor is reset to initial values.

Parameters of the resetPageScaleFactor command.

Instances

Instances details
Eq PEmulationResetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationResetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationResetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationResetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationResetPageScaleFactor Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationClearGeolocationOverride Source #

Clears the overridden Geolocation Position and Error.

Parameters of the clearGeolocationOverride command.

Instances

Instances details
Eq PEmulationClearGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationClearGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationClearGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationClearGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationClearGeolocationOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PEmulationClearDeviceMetricsOverride Source #

Clears the overridden device metrics.

Parameters of the clearDeviceMetricsOverride command.

Instances

Instances details
Eq PEmulationClearDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PEmulationClearDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PEmulationClearDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PEmulationClearDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PEmulationClearDeviceMetricsOverride Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data EmulationVirtualTimeBudgetExpired Source #

Type of the virtualTimeBudgetExpired event.

data EmulationDisabledImageType Source #

Type DisabledImageType. Enum of image types that can be disabled.

Instances

Instances details
Eq EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON EmulationDisabledImageType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data EmulationUserAgentMetadata Source #

Type UserAgentMetadata. Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.

data EmulationUserAgentBrandVersion Source #

Type UserAgentBrandVersion. Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints

data EmulationVirtualTimePolicy Source #

Type VirtualTimePolicy. advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.

Instances

Instances details
Eq EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON EmulationVirtualTimePolicy Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data EmulationDisplayFeature Source #

Constructors

EmulationDisplayFeature 

Fields

data EmulationDisplayFeatureOrientation Source #

Instances

Instances details
Eq EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON EmulationDisplayFeatureOrientation Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data EmulationScreenOrientationType Source #

Type ScreenOrientation. Screen orientation.

Instances

Instances details
Eq EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON EmulationScreenOrientationType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMGetQueryingDescendantsForContainer Source #

Returns the descendants of a container query container that have container queries against this container.

Parameters of the getQueryingDescendantsForContainer command.

Constructors

PDOMGetQueryingDescendantsForContainer 

Fields

Instances

Instances details
Eq PDOMGetQueryingDescendantsForContainer Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMGetQueryingDescendantsForContainer Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMGetQueryingDescendantsForContainer Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMGetQueryingDescendantsForContainer Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMGetQueryingDescendantsForContainer Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMGetContainerForNode Source #

Returns the container of the given node based on container query conditions. If containerName is given, it will find the nearest container with a matching name; otherwise it will find the nearest container regardless of its container name.

Parameters of the getContainerForNode command.

data PDOMSetOuterHTML Source #

Sets node HTML markup, returns new node id.

Parameters of the setOuterHTML command.

Constructors

PDOMSetOuterHTML 

Fields

data PDOMSetNodeValue Source #

Sets node value for a node with given id.

Parameters of the setNodeValue command.

Constructors

PDOMSetNodeValue 

Fields

data PDOMSetInspectedNode Source #

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Parameters of the setInspectedNode command.

Constructors

PDOMSetInspectedNode 

Fields

data PDOMGetNodeStackTraces Source #

Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

Parameters of the getNodeStackTraces command.

Constructors

PDOMGetNodeStackTraces 

Fields

data PDOMSetNodeStackTracesEnabled Source #

Sets if stack traces should be captured for Nodes. See getNodeStackTraces. Default is disabled.

Parameters of the setNodeStackTracesEnabled command.

Instances

Instances details
Eq PDOMSetNodeStackTracesEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMSetNodeStackTracesEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMSetNodeStackTracesEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMSetNodeStackTracesEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMSetNodeStackTracesEnabled Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMSetFileInputFiles Source #

Sets files for the given file input element.

Parameters of the setFileInputFiles command.

Constructors

PDOMSetFileInputFiles 

Fields

data PDOMSetAttributesAsText Source #

Sets attributes on element with given id. This method is useful when user edits some existing attribute value and types in several attribute name/value pairs.

Parameters of the setAttributesAsText command.

Constructors

PDOMSetAttributesAsText 

Fields

data PDOMSetAttributeValue Source #

Sets attribute for an element with given id.

Parameters of the setAttributeValue command.

Constructors

PDOMSetAttributeValue 

Fields

data PDOMResolveNode Source #

Resolves the JavaScript node object for a given NodeId or BackendNodeId.

Parameters of the resolveNode command.

Constructors

PDOMResolveNode 

Fields

data PDOMRequestNode Source #

Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

Parameters of the requestNode command.

Constructors

PDOMRequestNode 

Fields

data PDOMRequestChildNodes Source #

Requests that children of the node with given id are returned to the caller in form of setChildNodes events where not only immediate children are retrieved, but all children down to the specified depth.

Parameters of the requestChildNodes command.

Constructors

PDOMRequestChildNodes 

Fields

data PDOMRemoveAttribute Source #

Removes attribute with given name from an element with given id.

Parameters of the removeAttribute command.

Constructors

PDOMRemoveAttribute 

Fields

data PDOMGetTopLayerElements Source #

Returns NodeIds of current top layer elements. Top layer is rendered closest to the user within a viewport, therefore its elements always appear on top of all other content.

Parameters of the getTopLayerElements command.

data PDOMQuerySelectorAll Source #

Executes querySelectorAll on a given node.

Parameters of the querySelectorAll command.

Constructors

PDOMQuerySelectorAll 

Fields

data PDOMQuerySelector Source #

Executes querySelector on a given node.

Parameters of the querySelector command.

Constructors

PDOMQuerySelector 

Fields

data PDOMPushNodesByBackendIdsToFrontend Source #

Requests that a batch of nodes is sent to the caller given their backend node ids.

Parameters of the pushNodesByBackendIdsToFrontend command.

Instances

Instances details
Eq PDOMPushNodesByBackendIdsToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMPushNodesByBackendIdsToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMPushNodesByBackendIdsToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMPushNodesByBackendIdsToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMPushNodesByBackendIdsToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMPushNodeByPathToFrontend Source #

Requests that the node is sent to the caller given its path. // FIXME, use XPath

Parameters of the pushNodeByPathToFrontend command.

Constructors

PDOMPushNodeByPathToFrontend 

Fields

Instances

Instances details
Eq PDOMPushNodeByPathToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMPushNodeByPathToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMPushNodeByPathToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMPushNodeByPathToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMPushNodeByPathToFrontend Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMPerformSearch Source #

Searches for a given string in the DOM tree. Use getSearchResults to access search results or cancelSearch to end this search session.

Parameters of the performSearch command.

Constructors

PDOMPerformSearch 

Fields

data DOMMoveTo Source #

Constructors

DOMMoveTo 

Fields

data PDOMMoveTo Source #

Moves node into the new container, places it before the given anchor.

Parameters of the moveTo command.

Constructors

PDOMMoveTo 

Fields

data PDOMMarkUndoableState Source #

Marks last undoable state.

Parameters of the markUndoableState command.

Constructors

PDOMMarkUndoableState 

data PDOMGetSearchResults Source #

Returns search results from given fromIndex to given toIndex from the search with the given identifier.

Parameters of the getSearchResults command.

Constructors

PDOMGetSearchResults 

Fields

data PDOMGetRelayoutBoundary Source #

Returns the id of the nearest ancestor that is a relayout boundary.

Parameters of the getRelayoutBoundary command.

data PDOMGetOuterHTML Source #

Returns node's HTML markup.

Parameters of the getOuterHTML command.

Constructors

PDOMGetOuterHTML 

Fields

data PDOMGetNodeForLocation Source #

Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.

Parameters of the getNodeForLocation command.

Constructors

PDOMGetNodeForLocation 

Fields

data PDOMGetNodesForSubtreeByStyle Source #

Finds nodes with a given computed style in a subtree.

Parameters of the getNodesForSubtreeByStyle command.

Constructors

PDOMGetNodesForSubtreeByStyle 

Fields

Instances

Instances details
Eq PDOMGetNodesForSubtreeByStyle Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMGetNodesForSubtreeByStyle Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMGetNodesForSubtreeByStyle Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMGetNodesForSubtreeByStyle Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMGetNodesForSubtreeByStyle Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMGetDocument Source #

Returns the root DOM node (and optionally the subtree) to the caller.

Parameters of the getDocument command.

Constructors

PDOMGetDocument 

Fields

  • pDOMGetDocumentDepth :: Maybe Int

    The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.

  • pDOMGetDocumentPierce :: Maybe Bool

    Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false).

data PDOMGetContentQuads Source #

Returns quads that describe node position on the page. This method might return multiple quads for inline nodes.

Parameters of the getContentQuads command.

Constructors

PDOMGetContentQuads 

Fields

data PDOMGetBoxModel Source #

Returns boxes for the given node.

Parameters of the getBoxModel command.

Constructors

PDOMGetBoxModel 

Fields

data PDOMGetAttributes Source #

Returns attributes for the specified node.

Parameters of the getAttributes command.

Constructors

PDOMGetAttributes 

Fields

data PDOMFocus Source #

Focuses the given element.

Parameters of the focus command.

Constructors

PDOMFocus 

Fields

data PDOMEnableIncludeWhitespace Source #

Enables DOM agent for the given page.

Parameters of the enable command.

Instances

Instances details
Eq PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON PDOMEnableIncludeWhitespace Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data PDOMDiscardSearchResults Source #

Discards search results from the session with the given id. getSearchResults should no longer be called for that search.

Parameters of the discardSearchResults command.

Constructors

PDOMDiscardSearchResults 

Fields

data PDOMScrollIntoViewIfNeeded Source #

Scrolls the specified rect of the given node into view if not already visible. Note: exactly one between nodeId, backendNodeId and objectId should be passed to identify the node.

Parameters of the scrollIntoViewIfNeeded command.

Constructors

PDOMScrollIntoViewIfNeeded 

Fields

data PDOMDescribeNode Source #

Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.

Parameters of the describeNode command.

Constructors

PDOMDescribeNode 

Fields

data PDOMCopyTo Source #

Creates a deep copy of the specified node and places it into the target container before the given anchor.

Parameters of the copyTo command.

Constructors

PDOMCopyTo 

Fields

data PDOMCollectClassNamesFromSubtree Source #

Collects class names for the node with given id and all of it's child nodes.

Parameters of the collectClassNamesFromSubtree command.

Constructors

PDOMCollectClassNamesFromSubtree 

Fields

Instances

Instances details
Eq PDOMCollectClassNamesFromSubtree Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show PDOMCollectClassNamesFromSubtree Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON PDOMCollectClassNamesFromSubtree Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Command PDOMCollectClassNamesFromSubtree Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type CommandResponse PDOMCollectClassNamesFromSubtree Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data DOMRect Source #

Type Rect. Rectangle.

Constructors

DOMRect 

Fields

type DOMQuad = [Double] Source #

Type Quad. An array of quad vertices, x immediately followed by y for each point, points clock-wise.

data DOMRGBA Source #

Type RGBA. A structure holding an RGBA color.

Constructors

DOMRGBA 

Fields

data DOMNode Source #

Type Node. DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.

Constructors

DOMNode 

Fields

data DOMCompatibilityMode Source #

Type CompatibilityMode. Document compatibility mode.

Instances

Instances details
Eq DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON DOMCompatibilityMode Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data DOMShadowRootType Source #

Type ShadowRootType. Shadow root type.

Instances

Instances details
Eq DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON DOMShadowRootType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

data DOMPseudoType Source #

Type PseudoType. Pseudo element type.

Instances

Instances details
Eq DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Ord DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Read DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

Show DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

ToJSON DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

FromJSON DOMPseudoType Source # 
Instance details

Defined in CDP.Domains.DOMPageNetworkEmulationSecurity

type DOMBackendNodeId = Int Source #

Type BackendNodeId. Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.

type DOMNodeId = Int Source #

Type NodeId. Unique DOM node identifier.