| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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
- data PSecuritySetIgnoreCertificateErrors = PSecuritySetIgnoreCertificateErrors {}
- data PSecurityEnable = PSecurityEnable
- data PSecurityDisable = PSecurityDisable
- data SecurityVisibleSecurityStateChanged = SecurityVisibleSecurityStateChanged {}
- data SecurityCertificateErrorAction
- data SecuritySecurityStateExplanation = SecuritySecurityStateExplanation {
- securitySecurityStateExplanationSecurityState :: SecuritySecurityState
- securitySecurityStateExplanationTitle :: Text
- securitySecurityStateExplanationSummary :: Text
- securitySecurityStateExplanationDescription :: Text
- securitySecurityStateExplanationMixedContentType :: SecurityMixedContentType
- securitySecurityStateExplanationCertificate :: [Text]
- securitySecurityStateExplanationRecommendations :: Maybe [Text]
- data SecurityVisibleSecurityState = SecurityVisibleSecurityState {}
- data SecuritySafetyTipInfo = SecuritySafetyTipInfo {}
- data SecuritySafetyTipStatus
- data SecurityCertificateSecurityState = SecurityCertificateSecurityState {
- securityCertificateSecurityStateProtocol :: Text
- securityCertificateSecurityStateKeyExchange :: Text
- securityCertificateSecurityStateKeyExchangeGroup :: Maybe Text
- securityCertificateSecurityStateCipher :: Text
- securityCertificateSecurityStateMac :: Maybe Text
- securityCertificateSecurityStateCertificate :: [Text]
- securityCertificateSecurityStateSubjectName :: Text
- securityCertificateSecurityStateIssuer :: Text
- securityCertificateSecurityStateValidFrom :: NetworkTimeSinceEpoch
- securityCertificateSecurityStateValidTo :: NetworkTimeSinceEpoch
- securityCertificateSecurityStateCertificateNetworkError :: Maybe Text
- securityCertificateSecurityStateCertificateHasWeakSignature :: Bool
- securityCertificateSecurityStateCertificateHasSha1Signature :: Bool
- securityCertificateSecurityStateModernSSL :: Bool
- securityCertificateSecurityStateObsoleteSslProtocol :: Bool
- securityCertificateSecurityStateObsoleteSslKeyExchange :: Bool
- securityCertificateSecurityStateObsoleteSslCipher :: Bool
- securityCertificateSecurityStateObsoleteSslSignature :: Bool
- data SecuritySecurityState
- data SecurityMixedContentType
- type SecurityCertificateId = Int
- data PPageSetInterceptFileChooserDialog = PPageSetInterceptFileChooserDialog {}
- data PPageWaitForDebugger = PPageWaitForDebugger
- data PPageGenerateTestReport = PPageGenerateTestReport {}
- data PPageSetSPCTransactionMode = PPageSetSPCTransactionMode {}
- data PPageSetSPCTransactionModeMode
- data PPageClearCompilationCache = PPageClearCompilationCache
- data PPageAddCompilationCache = PPageAddCompilationCache {}
- data PPageProduceCompilationCache = PPageProduceCompilationCache {}
- data PPageStopScreencast = PPageStopScreencast
- data PPageSetWebLifecycleState = PPageSetWebLifecycleState {}
- data PPageSetWebLifecycleStateState
- data PPageClose = PPageClose
- data PPageCrash = PPageCrash
- data PPageStopLoading = PPageStopLoading
- data PPageStartScreencast = PPageStartScreencast {}
- data PPageStartScreencastFormat
- data PPageSetLifecycleEventsEnabled = PPageSetLifecycleEventsEnabled {}
- data PPageSetDocumentContent = PPageSetDocumentContent {}
- data PPageSetFontSizes = PPageSetFontSizes {}
- data PPageSetFontFamilies = PPageSetFontFamilies {}
- data PageGetOriginTrials = PageGetOriginTrials {}
- data PPageGetOriginTrials = PPageGetOriginTrials {}
- data PageGetPermissionsPolicyState = PageGetPermissionsPolicyState {}
- data PPageGetPermissionsPolicyState = PPageGetPermissionsPolicyState {}
- data PPageSetBypassCSP = PPageSetBypassCSP {}
- data PPageSetAdBlockingEnabled = PPageSetAdBlockingEnabled {}
- data PageSearchInResource = PageSearchInResource {}
- data PPageSearchInResource = PPageSearchInResource {}
- data PPageScreencastFrameAck = PPageScreencastFrameAck {}
- data PPageRemoveScriptToEvaluateOnNewDocument = PPageRemoveScriptToEvaluateOnNewDocument {}
- data PPageReload = PPageReload {}
- data PagePrintToPDF = PagePrintToPDF {}
- data PPagePrintToPDF = PPagePrintToPDF {
- pPagePrintToPDFLandscape :: Maybe Bool
- pPagePrintToPDFDisplayHeaderFooter :: Maybe Bool
- pPagePrintToPDFPrintBackground :: Maybe Bool
- pPagePrintToPDFScale :: Maybe Double
- pPagePrintToPDFPaperWidth :: Maybe Double
- pPagePrintToPDFPaperHeight :: Maybe Double
- pPagePrintToPDFMarginTop :: Maybe Double
- pPagePrintToPDFMarginBottom :: Maybe Double
- pPagePrintToPDFMarginLeft :: Maybe Double
- pPagePrintToPDFMarginRight :: Maybe Double
- pPagePrintToPDFPageRanges :: Maybe Text
- pPagePrintToPDFHeaderTemplate :: Maybe Text
- pPagePrintToPDFFooterTemplate :: Maybe Text
- pPagePrintToPDFPreferCSSPageSize :: Maybe Bool
- pPagePrintToPDFTransferMode :: Maybe PPagePrintToPDFTransferMode
- data PPagePrintToPDFTransferMode
- data PPageNavigateToHistoryEntry = PPageNavigateToHistoryEntry {}
- data PageNavigate = PageNavigate {}
- data PPageNavigate = PPageNavigate {}
- data PPageHandleJavaScriptDialog = PPageHandleJavaScriptDialog {}
- data PageGetResourceTree = PageGetResourceTree {}
- data PPageGetResourceTree = PPageGetResourceTree
- data PageGetResourceContent = PageGetResourceContent {}
- data PPageGetResourceContent = PPageGetResourceContent {}
- data PPageResetNavigationHistory = PPageResetNavigationHistory
- data PageGetNavigationHistory = PageGetNavigationHistory {}
- data PPageGetNavigationHistory = PPageGetNavigationHistory
- data PageGetLayoutMetrics = PageGetLayoutMetrics {}
- data PPageGetLayoutMetrics = PPageGetLayoutMetrics
- data PageGetFrameTree = PageGetFrameTree {}
- data PPageGetFrameTree = PPageGetFrameTree
- data PageGetAdScriptId = PageGetAdScriptId {}
- data PPageGetAdScriptId = PPageGetAdScriptId {}
- data PageGetAppId = PageGetAppId {}
- data PPageGetAppId = PPageGetAppId
- data PageGetManifestIcons = PageGetManifestIcons {}
- data PPageGetManifestIcons = PPageGetManifestIcons
- data PageGetInstallabilityErrors = PageGetInstallabilityErrors {}
- data PPageGetInstallabilityErrors = PPageGetInstallabilityErrors
- data PageGetAppManifest = PageGetAppManifest {}
- data PPageGetAppManifest = PPageGetAppManifest
- data PPageEnable = PPageEnable
- data PPageDisable = PPageDisable
- data PageCreateIsolatedWorld = PageCreateIsolatedWorld {}
- data PPageCreateIsolatedWorld = PPageCreateIsolatedWorld {}
- data PageCaptureSnapshot = PageCaptureSnapshot {}
- data PPageCaptureSnapshot = PPageCaptureSnapshot {}
- data PPageCaptureSnapshotFormat = PPageCaptureSnapshotFormatMhtml
- data PageCaptureScreenshot = PageCaptureScreenshot {}
- data PPageCaptureScreenshot = PPageCaptureScreenshot {}
- data PPageCaptureScreenshotFormat
- data PPageBringToFront = PPageBringToFront
- data PageAddScriptToEvaluateOnNewDocument = PageAddScriptToEvaluateOnNewDocument {}
- data PPageAddScriptToEvaluateOnNewDocument = PPageAddScriptToEvaluateOnNewDocument {}
- data PageCompilationCacheProduced = PageCompilationCacheProduced {}
- data PageWindowOpen = PageWindowOpen {}
- data PageScreencastVisibilityChanged = PageScreencastVisibilityChanged {}
- data PageScreencastFrame = PageScreencastFrame {}
- data PageNavigatedWithinDocument = PageNavigatedWithinDocument {}
- data PageLoadEventFired = PageLoadEventFired {}
- data PagePrerenderAttemptCompleted = PagePrerenderAttemptCompleted {}
- data PageBackForwardCacheNotUsed = PageBackForwardCacheNotUsed {
- pageBackForwardCacheNotUsedLoaderId :: NetworkLoaderId
- pageBackForwardCacheNotUsedFrameId :: PageFrameId
- pageBackForwardCacheNotUsedNotRestoredExplanations :: [PageBackForwardCacheNotRestoredExplanation]
- pageBackForwardCacheNotUsedNotRestoredExplanationsTree :: Maybe PageBackForwardCacheNotRestoredExplanationTree
- data PageLifecycleEvent = PageLifecycleEvent {}
- data PageJavascriptDialogOpening = PageJavascriptDialogOpening {}
- data PageJavascriptDialogClosed = PageJavascriptDialogClosed {}
- data PageInterstitialShown = PageInterstitialShown
- data PageInterstitialHidden = PageInterstitialHidden
- data PageFrameStoppedLoading = PageFrameStoppedLoading {}
- data PageFrameStartedLoading = PageFrameStartedLoading {}
- data PageFrameRequestedNavigation = PageFrameRequestedNavigation {}
- data PageFrameResized = PageFrameResized
- data PageDocumentOpened = PageDocumentOpened {}
- data PageFrameNavigated = PageFrameNavigated {}
- data PageFrameDetached = PageFrameDetached {}
- data PageFrameDetachedReason
- data PageFrameAttached = PageFrameAttached {}
- data PageFileChooserOpened = PageFileChooserOpened {}
- data PageFileChooserOpenedMode
- data PageDomContentEventFired = PageDomContentEventFired {}
- data PagePrerenderFinalStatus
- = 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
- data PageBackForwardCacheNotRestoredExplanationTree = PageBackForwardCacheNotRestoredExplanationTree {}
- data PageBackForwardCacheNotRestoredExplanation = PageBackForwardCacheNotRestoredExplanation {}
- data PageBackForwardCacheNotRestoredReasonType
- data PageBackForwardCacheNotRestoredReason
- = 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
- data PageNavigationType
- data PageCompilationCacheParams = PageCompilationCacheParams {}
- data PageReferrerPolicy
- data PageInstallabilityError = PageInstallabilityError {}
- data PageInstallabilityErrorArgument = PageInstallabilityErrorArgument {}
- data PageClientNavigationDisposition
- data PageClientNavigationReason
- = PageClientNavigationReasonFormSubmissionGet
- | PageClientNavigationReasonFormSubmissionPost
- | PageClientNavigationReasonHttpHeaderRefresh
- | PageClientNavigationReasonScriptInitiated
- | PageClientNavigationReasonMetaTagRefresh
- | PageClientNavigationReasonPageBlockInterstitial
- | PageClientNavigationReasonReload
- | PageClientNavigationReasonAnchorClick
- data PageFontSizes = PageFontSizes {}
- data PageScriptFontFamilies = PageScriptFontFamilies {}
- data PageFontFamilies = PageFontFamilies {}
- data PageViewport = PageViewport {}
- data PageVisualViewport = PageVisualViewport {}
- data PageLayoutViewport = PageLayoutViewport {}
- data PageAppManifestParsedProperties = PageAppManifestParsedProperties {}
- data PageAppManifestError = PageAppManifestError {}
- data PageDialogType
- data PageScreencastFrameMetadata = PageScreencastFrameMetadata {
- pageScreencastFrameMetadataOffsetTop :: Double
- pageScreencastFrameMetadataPageScaleFactor :: Double
- pageScreencastFrameMetadataDeviceWidth :: Double
- pageScreencastFrameMetadataDeviceHeight :: Double
- pageScreencastFrameMetadataScrollOffsetX :: Double
- pageScreencastFrameMetadataScrollOffsetY :: Double
- pageScreencastFrameMetadataTimestamp :: Maybe NetworkTimeSinceEpoch
- data PageNavigationEntry = PageNavigationEntry {}
- data PageTransitionType
- = PageTransitionTypeLink
- | PageTransitionTypeTyped
- | PageTransitionTypeAddress_bar
- | PageTransitionTypeAuto_bookmark
- | PageTransitionTypeAuto_subframe
- | PageTransitionTypeManual_subframe
- | PageTransitionTypeGenerated
- | PageTransitionTypeAuto_toplevel
- | PageTransitionTypeForm_submit
- | PageTransitionTypeReload
- | PageTransitionTypeKeyword
- | PageTransitionTypeKeyword_generated
- | PageTransitionTypeOther
- type PageScriptIdentifier = Text
- data PageFrameTree = PageFrameTree {}
- data PageFrameResourceTree = PageFrameResourceTree {}
- data PageFrameResource = PageFrameResource {}
- data PageFrame = PageFrame {
- pageFrameId :: PageFrameId
- pageFrameParentId :: Maybe PageFrameId
- pageFrameLoaderId :: NetworkLoaderId
- pageFrameName :: Maybe Text
- pageFrameUrl :: Text
- pageFrameUrlFragment :: Maybe Text
- pageFrameDomainAndRegistry :: Text
- pageFrameSecurityOrigin :: Text
- pageFrameMimeType :: Text
- pageFrameUnreachableUrl :: Maybe Text
- pageFrameAdFrameStatus :: Maybe PageAdFrameStatus
- pageFrameSecureContextType :: PageSecureContextType
- pageFrameCrossOriginIsolatedContextType :: PageCrossOriginIsolatedContextType
- pageFrameGatedAPIFeatures :: [PageGatedAPIFeatures]
- data PageOriginTrial = PageOriginTrial {}
- data PageOriginTrialTokenWithStatus = PageOriginTrialTokenWithStatus {}
- data PageOriginTrialToken = PageOriginTrialToken {}
- data PageOriginTrialUsageRestriction
- data PageOriginTrialStatus
- data PageOriginTrialTokenStatus
- = PageOriginTrialTokenStatusSuccess
- | PageOriginTrialTokenStatusNotSupported
- | PageOriginTrialTokenStatusInsecure
- | PageOriginTrialTokenStatusExpired
- | PageOriginTrialTokenStatusWrongOrigin
- | PageOriginTrialTokenStatusInvalidSignature
- | PageOriginTrialTokenStatusMalformed
- | PageOriginTrialTokenStatusWrongVersion
- | PageOriginTrialTokenStatusFeatureDisabled
- | PageOriginTrialTokenStatusTokenDisabled
- | PageOriginTrialTokenStatusFeatureDisabledForUser
- | PageOriginTrialTokenStatusUnknownTrial
- data PagePermissionsPolicyFeatureState = PagePermissionsPolicyFeatureState {}
- data PagePermissionsPolicyBlockLocator = PagePermissionsPolicyBlockLocator {}
- data PagePermissionsPolicyBlockReason
- data PagePermissionsPolicyFeature
- = 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
- data PageGatedAPIFeatures
- data PageCrossOriginIsolatedContextType
- data PageSecureContextType
- data PageAdScriptId = PageAdScriptId {}
- data PageAdFrameStatus = PageAdFrameStatus {}
- data PageAdFrameExplanation
- data PageAdFrameType
- type PageFrameId = Text
- data NetworkLoadNetworkResource = NetworkLoadNetworkResource {}
- data PNetworkLoadNetworkResource = PNetworkLoadNetworkResource {}
- data PNetworkEnableReportingApi = PNetworkEnableReportingApi {}
- data NetworkGetSecurityIsolationStatus = NetworkGetSecurityIsolationStatus {}
- data PNetworkGetSecurityIsolationStatus = PNetworkGetSecurityIsolationStatus {}
- data PNetworkSetUserAgentOverride = PNetworkSetUserAgentOverride {}
- data PNetworkSetAttachDebugStack = PNetworkSetAttachDebugStack {}
- data PNetworkSetExtraHTTPHeaders = PNetworkSetExtraHTTPHeaders {}
- data PNetworkSetCookies = PNetworkSetCookies {}
- data PNetworkSetCookie = PNetworkSetCookie {
- pNetworkSetCookieName :: Text
- pNetworkSetCookieValue :: Text
- pNetworkSetCookieUrl :: Maybe Text
- pNetworkSetCookieDomain :: Maybe Text
- pNetworkSetCookiePath :: Maybe Text
- pNetworkSetCookieSecure :: Maybe Bool
- pNetworkSetCookieHttpOnly :: Maybe Bool
- pNetworkSetCookieSameSite :: Maybe NetworkCookieSameSite
- pNetworkSetCookieExpires :: Maybe NetworkTimeSinceEpoch
- pNetworkSetCookiePriority :: Maybe NetworkCookiePriority
- pNetworkSetCookieSameParty :: Maybe Bool
- pNetworkSetCookieSourceScheme :: Maybe NetworkCookieSourceScheme
- pNetworkSetCookieSourcePort :: Maybe Int
- pNetworkSetCookiePartitionKey :: Maybe Text
- data PNetworkSetCacheDisabled = PNetworkSetCacheDisabled {}
- data PNetworkSetBypassServiceWorker = PNetworkSetBypassServiceWorker {}
- data PNetworkSetBlockedURLs = PNetworkSetBlockedURLs {}
- data NetworkSearchInResponseBody = NetworkSearchInResponseBody {}
- data PNetworkSearchInResponseBody = PNetworkSearchInResponseBody {}
- data PNetworkReplayXHR = PNetworkReplayXHR {}
- data NetworkTakeResponseBodyForInterceptionAsStream = NetworkTakeResponseBodyForInterceptionAsStream {}
- data PNetworkTakeResponseBodyForInterceptionAsStream = PNetworkTakeResponseBodyForInterceptionAsStream {}
- data NetworkGetResponseBodyForInterception = NetworkGetResponseBodyForInterception {}
- data PNetworkGetResponseBodyForInterception = PNetworkGetResponseBodyForInterception {}
- data NetworkGetRequestPostData = NetworkGetRequestPostData {}
- data PNetworkGetRequestPostData = PNetworkGetRequestPostData {}
- data NetworkGetResponseBody = NetworkGetResponseBody {}
- data PNetworkGetResponseBody = PNetworkGetResponseBody {}
- data NetworkGetCookies = NetworkGetCookies {}
- data PNetworkGetCookies = PNetworkGetCookies {}
- data NetworkGetCertificate = NetworkGetCertificate {}
- data PNetworkGetCertificate = PNetworkGetCertificate {}
- data NetworkGetAllCookies = NetworkGetAllCookies {}
- data PNetworkGetAllCookies = PNetworkGetAllCookies
- data PNetworkEnable = PNetworkEnable {}
- data PNetworkEmulateNetworkConditions = PNetworkEmulateNetworkConditions {}
- data PNetworkDisable = PNetworkDisable
- data PNetworkDeleteCookies = PNetworkDeleteCookies {}
- data PNetworkClearBrowserCookies = PNetworkClearBrowserCookies
- data PNetworkClearBrowserCache = PNetworkClearBrowserCache
- data PNetworkClearAcceptedEncodingsOverride = PNetworkClearAcceptedEncodingsOverride
- data PNetworkSetAcceptedEncodings = PNetworkSetAcceptedEncodings {}
- data NetworkReportingApiEndpointsChangedForOrigin = NetworkReportingApiEndpointsChangedForOrigin {}
- data NetworkReportingApiReportUpdated = NetworkReportingApiReportUpdated {}
- data NetworkReportingApiReportAdded = NetworkReportingApiReportAdded {}
- data NetworkSubresourceWebBundleInnerResponseError = NetworkSubresourceWebBundleInnerResponseError {}
- data NetworkSubresourceWebBundleInnerResponseParsed = NetworkSubresourceWebBundleInnerResponseParsed {}
- data NetworkSubresourceWebBundleMetadataError = NetworkSubresourceWebBundleMetadataError {}
- data NetworkSubresourceWebBundleMetadataReceived = NetworkSubresourceWebBundleMetadataReceived {}
- data NetworkTrustTokenOperationDone = NetworkTrustTokenOperationDone {
- networkTrustTokenOperationDoneStatus :: NetworkTrustTokenOperationDoneStatus
- networkTrustTokenOperationDoneType :: NetworkTrustTokenOperationType
- networkTrustTokenOperationDoneRequestId :: NetworkRequestId
- networkTrustTokenOperationDoneTopLevelOrigin :: Maybe Text
- networkTrustTokenOperationDoneIssuerOrigin :: Maybe Text
- networkTrustTokenOperationDoneIssuedTokenCount :: Maybe Int
- data NetworkTrustTokenOperationDoneStatus
- = NetworkTrustTokenOperationDoneStatusOk
- | NetworkTrustTokenOperationDoneStatusInvalidArgument
- | NetworkTrustTokenOperationDoneStatusFailedPrecondition
- | NetworkTrustTokenOperationDoneStatusResourceExhausted
- | NetworkTrustTokenOperationDoneStatusAlreadyExists
- | NetworkTrustTokenOperationDoneStatusUnavailable
- | NetworkTrustTokenOperationDoneStatusBadResponse
- | NetworkTrustTokenOperationDoneStatusInternalError
- | NetworkTrustTokenOperationDoneStatusUnknownError
- | NetworkTrustTokenOperationDoneStatusFulfilledLocally
- data NetworkResponseReceivedExtraInfo = NetworkResponseReceivedExtraInfo {
- networkResponseReceivedExtraInfoRequestId :: NetworkRequestId
- networkResponseReceivedExtraInfoBlockedCookies :: [NetworkBlockedSetCookieWithReason]
- networkResponseReceivedExtraInfoHeaders :: NetworkHeaders
- networkResponseReceivedExtraInfoResourceIPAddressSpace :: NetworkIPAddressSpace
- networkResponseReceivedExtraInfoStatusCode :: Int
- networkResponseReceivedExtraInfoHeadersText :: Maybe Text
- data NetworkRequestWillBeSentExtraInfo = NetworkRequestWillBeSentExtraInfo {
- networkRequestWillBeSentExtraInfoRequestId :: NetworkRequestId
- networkRequestWillBeSentExtraInfoAssociatedCookies :: [NetworkBlockedCookieWithReason]
- networkRequestWillBeSentExtraInfoHeaders :: NetworkHeaders
- networkRequestWillBeSentExtraInfoConnectTiming :: NetworkConnectTiming
- networkRequestWillBeSentExtraInfoClientSecurityState :: Maybe NetworkClientSecurityState
- data NetworkWebTransportClosed = NetworkWebTransportClosed {}
- data NetworkWebTransportConnectionEstablished = NetworkWebTransportConnectionEstablished {}
- data NetworkWebTransportCreated = NetworkWebTransportCreated {}
- data NetworkWebSocketWillSendHandshakeRequest = NetworkWebSocketWillSendHandshakeRequest {}
- data NetworkWebSocketHandshakeResponseReceived = NetworkWebSocketHandshakeResponseReceived {}
- data NetworkWebSocketFrameSent = NetworkWebSocketFrameSent {}
- data NetworkWebSocketFrameReceived = NetworkWebSocketFrameReceived {}
- data NetworkWebSocketFrameError = NetworkWebSocketFrameError {}
- data NetworkWebSocketCreated = NetworkWebSocketCreated {}
- data NetworkWebSocketClosed = NetworkWebSocketClosed {}
- data NetworkResponseReceived = NetworkResponseReceived {
- networkResponseReceivedRequestId :: NetworkRequestId
- networkResponseReceivedLoaderId :: NetworkLoaderId
- networkResponseReceivedTimestamp :: NetworkMonotonicTime
- networkResponseReceivedType :: NetworkResourceType
- networkResponseReceivedResponse :: NetworkResponse
- networkResponseReceivedHasExtraInfo :: Bool
- networkResponseReceivedFrameId :: Maybe PageFrameId
- data NetworkSignedExchangeReceived = NetworkSignedExchangeReceived {}
- data NetworkResourceChangedPriority = NetworkResourceChangedPriority {}
- data NetworkRequestWillBeSent = NetworkRequestWillBeSent {
- networkRequestWillBeSentRequestId :: NetworkRequestId
- networkRequestWillBeSentLoaderId :: NetworkLoaderId
- networkRequestWillBeSentDocumentURL :: Text
- networkRequestWillBeSentRequest :: NetworkRequest
- networkRequestWillBeSentTimestamp :: NetworkMonotonicTime
- networkRequestWillBeSentWallTime :: NetworkTimeSinceEpoch
- networkRequestWillBeSentInitiator :: NetworkInitiator
- networkRequestWillBeSentRedirectHasExtraInfo :: Bool
- networkRequestWillBeSentRedirectResponse :: Maybe NetworkResponse
- networkRequestWillBeSentType :: Maybe NetworkResourceType
- networkRequestWillBeSentFrameId :: Maybe PageFrameId
- networkRequestWillBeSentHasUserGesture :: Maybe Bool
- data NetworkRequestServedFromCache = NetworkRequestServedFromCache {}
- data NetworkLoadingFinished = NetworkLoadingFinished {}
- data NetworkLoadingFailed = NetworkLoadingFailed {
- networkLoadingFailedRequestId :: NetworkRequestId
- networkLoadingFailedTimestamp :: NetworkMonotonicTime
- networkLoadingFailedType :: NetworkResourceType
- networkLoadingFailedErrorText :: Text
- networkLoadingFailedCanceled :: Maybe Bool
- networkLoadingFailedBlockedReason :: Maybe NetworkBlockedReason
- networkLoadingFailedCorsErrorStatus :: Maybe NetworkCorsErrorStatus
- data NetworkEventSourceMessageReceived = NetworkEventSourceMessageReceived {}
- data NetworkDataReceived = NetworkDataReceived {}
- data NetworkLoadNetworkResourceOptions = NetworkLoadNetworkResourceOptions {}
- data NetworkLoadNetworkResourcePageResult = NetworkLoadNetworkResourcePageResult {
- networkLoadNetworkResourcePageResultSuccess :: Bool
- networkLoadNetworkResourcePageResultNetError :: Maybe Double
- networkLoadNetworkResourcePageResultNetErrorName :: Maybe Text
- networkLoadNetworkResourcePageResultHttpStatusCode :: Maybe Double
- networkLoadNetworkResourcePageResultStream :: Maybe IOStreamHandle
- networkLoadNetworkResourcePageResultHeaders :: Maybe NetworkHeaders
- data NetworkReportingApiEndpoint = NetworkReportingApiEndpoint {}
- data NetworkReportingApiReport = NetworkReportingApiReport {
- networkReportingApiReportId :: NetworkReportId
- networkReportingApiReportInitiatorUrl :: Text
- networkReportingApiReportDestination :: Text
- networkReportingApiReportType :: Text
- networkReportingApiReportTimestamp :: NetworkTimeSinceEpoch
- networkReportingApiReportDepth :: Int
- networkReportingApiReportCompletedAttempts :: Int
- networkReportingApiReportBody :: [(Text, Text)]
- networkReportingApiReportStatus :: NetworkReportStatus
- type NetworkReportId = Text
- data NetworkReportStatus
- data NetworkSecurityIsolationStatus = NetworkSecurityIsolationStatus {}
- data NetworkCrossOriginEmbedderPolicyStatus = NetworkCrossOriginEmbedderPolicyStatus {
- networkCrossOriginEmbedderPolicyStatusValue :: NetworkCrossOriginEmbedderPolicyValue
- networkCrossOriginEmbedderPolicyStatusReportOnlyValue :: NetworkCrossOriginEmbedderPolicyValue
- networkCrossOriginEmbedderPolicyStatusReportingEndpoint :: Maybe Text
- networkCrossOriginEmbedderPolicyStatusReportOnlyReportingEndpoint :: Maybe Text
- data NetworkCrossOriginEmbedderPolicyValue
- data NetworkCrossOriginOpenerPolicyStatus = NetworkCrossOriginOpenerPolicyStatus {
- networkCrossOriginOpenerPolicyStatusValue :: NetworkCrossOriginOpenerPolicyValue
- networkCrossOriginOpenerPolicyStatusReportOnlyValue :: NetworkCrossOriginOpenerPolicyValue
- networkCrossOriginOpenerPolicyStatusReportingEndpoint :: Maybe Text
- networkCrossOriginOpenerPolicyStatusReportOnlyReportingEndpoint :: Maybe Text
- data NetworkCrossOriginOpenerPolicyValue
- = NetworkCrossOriginOpenerPolicyValueSameOrigin
- | NetworkCrossOriginOpenerPolicyValueSameOriginAllowPopups
- | NetworkCrossOriginOpenerPolicyValueRestrictProperties
- | NetworkCrossOriginOpenerPolicyValueUnsafeNone
- | NetworkCrossOriginOpenerPolicyValueSameOriginPlusCoep
- | NetworkCrossOriginOpenerPolicyValueRestrictPropertiesPlusCoep
- data NetworkClientSecurityState = NetworkClientSecurityState {}
- data NetworkConnectTiming = NetworkConnectTiming {}
- data NetworkIPAddressSpace
- data NetworkPrivateNetworkRequestPolicy
- data NetworkContentEncoding
- data NetworkSignedExchangeInfo = NetworkSignedExchangeInfo {}
- data NetworkSignedExchangeError = NetworkSignedExchangeError {}
- data NetworkSignedExchangeErrorField
- = NetworkSignedExchangeErrorFieldSignatureSig
- | NetworkSignedExchangeErrorFieldSignatureIntegrity
- | NetworkSignedExchangeErrorFieldSignatureCertUrl
- | NetworkSignedExchangeErrorFieldSignatureCertSha256
- | NetworkSignedExchangeErrorFieldSignatureValidityUrl
- | NetworkSignedExchangeErrorFieldSignatureTimestamps
- data NetworkSignedExchangeHeader = NetworkSignedExchangeHeader {}
- data NetworkSignedExchangeSignature = NetworkSignedExchangeSignature {
- networkSignedExchangeSignatureLabel :: Text
- networkSignedExchangeSignatureSignature :: Text
- networkSignedExchangeSignatureIntegrity :: Text
- networkSignedExchangeSignatureCertUrl :: Maybe Text
- networkSignedExchangeSignatureCertSha256 :: Maybe Text
- networkSignedExchangeSignatureValidityUrl :: Text
- networkSignedExchangeSignatureDate :: Int
- networkSignedExchangeSignatureExpires :: Int
- networkSignedExchangeSignatureCertificates :: Maybe [Text]
- data NetworkRequestPattern = NetworkRequestPattern {}
- data NetworkInterceptionStage
- data NetworkAuthChallengeResponse = NetworkAuthChallengeResponse {}
- data NetworkAuthChallengeResponseResponse
- data NetworkAuthChallenge = NetworkAuthChallenge {}
- data NetworkAuthChallengeSource
- data NetworkCookieParam = NetworkCookieParam {
- networkCookieParamName :: Text
- networkCookieParamValue :: Text
- networkCookieParamUrl :: Maybe Text
- networkCookieParamDomain :: Maybe Text
- networkCookieParamPath :: Maybe Text
- networkCookieParamSecure :: Maybe Bool
- networkCookieParamHttpOnly :: Maybe Bool
- networkCookieParamSameSite :: Maybe NetworkCookieSameSite
- networkCookieParamExpires :: Maybe NetworkTimeSinceEpoch
- networkCookieParamPriority :: Maybe NetworkCookiePriority
- networkCookieParamSameParty :: Maybe Bool
- networkCookieParamSourceScheme :: Maybe NetworkCookieSourceScheme
- networkCookieParamSourcePort :: Maybe Int
- networkCookieParamPartitionKey :: Maybe Text
- data NetworkBlockedCookieWithReason = NetworkBlockedCookieWithReason {}
- data NetworkBlockedSetCookieWithReason = NetworkBlockedSetCookieWithReason {}
- data NetworkCookieBlockedReason
- = NetworkCookieBlockedReasonSecureOnly
- | NetworkCookieBlockedReasonNotOnPath
- | NetworkCookieBlockedReasonDomainMismatch
- | NetworkCookieBlockedReasonSameSiteStrict
- | NetworkCookieBlockedReasonSameSiteLax
- | NetworkCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax
- | NetworkCookieBlockedReasonSameSiteNoneInsecure
- | NetworkCookieBlockedReasonUserPreferences
- | NetworkCookieBlockedReasonUnknownError
- | NetworkCookieBlockedReasonSchemefulSameSiteStrict
- | NetworkCookieBlockedReasonSchemefulSameSiteLax
- | NetworkCookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax
- | NetworkCookieBlockedReasonSamePartyFromCrossPartyContext
- | NetworkCookieBlockedReasonNameValuePairExceedsMaxSize
- data NetworkSetCookieBlockedReason
- = NetworkSetCookieBlockedReasonSecureOnly
- | NetworkSetCookieBlockedReasonSameSiteStrict
- | NetworkSetCookieBlockedReasonSameSiteLax
- | NetworkSetCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax
- | NetworkSetCookieBlockedReasonSameSiteNoneInsecure
- | NetworkSetCookieBlockedReasonUserPreferences
- | NetworkSetCookieBlockedReasonSyntaxError
- | NetworkSetCookieBlockedReasonSchemeNotSupported
- | NetworkSetCookieBlockedReasonOverwriteSecure
- | NetworkSetCookieBlockedReasonInvalidDomain
- | NetworkSetCookieBlockedReasonInvalidPrefix
- | NetworkSetCookieBlockedReasonUnknownError
- | NetworkSetCookieBlockedReasonSchemefulSameSiteStrict
- | NetworkSetCookieBlockedReasonSchemefulSameSiteLax
- | NetworkSetCookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax
- | NetworkSetCookieBlockedReasonSamePartyFromCrossPartyContext
- | NetworkSetCookieBlockedReasonSamePartyConflictsWithOtherAttributes
- | NetworkSetCookieBlockedReasonNameValuePairExceedsMaxSize
- data NetworkCookie = NetworkCookie {
- networkCookieName :: Text
- networkCookieValue :: Text
- networkCookieDomain :: Text
- networkCookiePath :: Text
- networkCookieExpires :: Double
- networkCookieSize :: Int
- networkCookieHttpOnly :: Bool
- networkCookieSecure :: Bool
- networkCookieSession :: Bool
- networkCookieSameSite :: Maybe NetworkCookieSameSite
- networkCookiePriority :: NetworkCookiePriority
- networkCookieSameParty :: Bool
- networkCookieSourceScheme :: NetworkCookieSourceScheme
- networkCookieSourcePort :: Int
- networkCookiePartitionKey :: Maybe Text
- networkCookiePartitionKeyOpaque :: Maybe Bool
- data NetworkInitiator = NetworkInitiator {}
- data NetworkInitiatorType
- data NetworkCachedResource = NetworkCachedResource {}
- data NetworkWebSocketFrame = NetworkWebSocketFrame {}
- data NetworkWebSocketResponse = NetworkWebSocketResponse {}
- data NetworkWebSocketRequest = NetworkWebSocketRequest {}
- data NetworkResponse = NetworkResponse {
- networkResponseUrl :: Text
- networkResponseStatus :: Int
- networkResponseStatusText :: Text
- networkResponseHeaders :: NetworkHeaders
- networkResponseMimeType :: Text
- networkResponseRequestHeaders :: Maybe NetworkHeaders
- networkResponseConnectionReused :: Bool
- networkResponseConnectionId :: Double
- networkResponseRemoteIPAddress :: Maybe Text
- networkResponseRemotePort :: Maybe Int
- networkResponseFromDiskCache :: Maybe Bool
- networkResponseFromServiceWorker :: Maybe Bool
- networkResponseFromPrefetchCache :: Maybe Bool
- networkResponseEncodedDataLength :: Double
- networkResponseTiming :: Maybe NetworkResourceTiming
- networkResponseServiceWorkerResponseSource :: Maybe NetworkServiceWorkerResponseSource
- networkResponseResponseTime :: Maybe NetworkTimeSinceEpoch
- networkResponseCacheStorageCacheName :: Maybe Text
- networkResponseProtocol :: Maybe Text
- networkResponseAlternateProtocolUsage :: Maybe NetworkAlternateProtocolUsage
- networkResponseSecurityState :: SecuritySecurityState
- networkResponseSecurityDetails :: Maybe NetworkSecurityDetails
- data NetworkAlternateProtocolUsage
- = NetworkAlternateProtocolUsageAlternativeJobWonWithoutRace
- | NetworkAlternateProtocolUsageAlternativeJobWonRace
- | NetworkAlternateProtocolUsageMainJobWonRace
- | NetworkAlternateProtocolUsageMappingMissing
- | NetworkAlternateProtocolUsageBroken
- | NetworkAlternateProtocolUsageDnsAlpnH3JobWonWithoutRace
- | NetworkAlternateProtocolUsageDnsAlpnH3JobWonRace
- | NetworkAlternateProtocolUsageUnspecifiedReason
- data NetworkTrustTokenOperationType
- data NetworkTrustTokenParams = NetworkTrustTokenParams {}
- data NetworkTrustTokenParamsRefreshPolicy
- data NetworkServiceWorkerResponseSource
- data NetworkCorsErrorStatus = NetworkCorsErrorStatus {}
- data NetworkCorsError
- = NetworkCorsErrorDisallowedByMode
- | NetworkCorsErrorInvalidResponse
- | NetworkCorsErrorWildcardOriginNotAllowed
- | NetworkCorsErrorMissingAllowOriginHeader
- | NetworkCorsErrorMultipleAllowOriginValues
- | NetworkCorsErrorInvalidAllowOriginValue
- | NetworkCorsErrorAllowOriginMismatch
- | NetworkCorsErrorInvalidAllowCredentials
- | NetworkCorsErrorCorsDisabledScheme
- | NetworkCorsErrorPreflightInvalidStatus
- | NetworkCorsErrorPreflightDisallowedRedirect
- | NetworkCorsErrorPreflightWildcardOriginNotAllowed
- | NetworkCorsErrorPreflightMissingAllowOriginHeader
- | NetworkCorsErrorPreflightMultipleAllowOriginValues
- | NetworkCorsErrorPreflightInvalidAllowOriginValue
- | NetworkCorsErrorPreflightAllowOriginMismatch
- | NetworkCorsErrorPreflightInvalidAllowCredentials
- | NetworkCorsErrorPreflightMissingAllowExternal
- | NetworkCorsErrorPreflightInvalidAllowExternal
- | NetworkCorsErrorPreflightMissingAllowPrivateNetwork
- | NetworkCorsErrorPreflightInvalidAllowPrivateNetwork
- | NetworkCorsErrorInvalidAllowMethodsPreflightResponse
- | NetworkCorsErrorInvalidAllowHeadersPreflightResponse
- | NetworkCorsErrorMethodDisallowedByPreflightResponse
- | NetworkCorsErrorHeaderDisallowedByPreflightResponse
- | NetworkCorsErrorRedirectContainsCredentials
- | NetworkCorsErrorInsecurePrivateNetwork
- | NetworkCorsErrorInvalidPrivateNetworkAccess
- | NetworkCorsErrorUnexpectedPrivateNetworkAccess
- | NetworkCorsErrorNoCorsRedirectModeNotFollow
- data NetworkBlockedReason
- = NetworkBlockedReasonOther
- | NetworkBlockedReasonCsp
- | NetworkBlockedReasonMixedContent
- | NetworkBlockedReasonOrigin
- | NetworkBlockedReasonInspector
- | NetworkBlockedReasonSubresourceFilter
- | NetworkBlockedReasonContentType
- | NetworkBlockedReasonCoepFrameResourceNeedsCoepHeader
- | NetworkBlockedReasonCoopSandboxedIframeCannotNavigateToCoopPage
- | NetworkBlockedReasonCorpNotSameOrigin
- | NetworkBlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep
- | NetworkBlockedReasonCorpNotSameSite
- data NetworkCertificateTransparencyCompliance
- data NetworkSecurityDetails = NetworkSecurityDetails {
- networkSecurityDetailsProtocol :: Text
- networkSecurityDetailsKeyExchange :: Text
- networkSecurityDetailsKeyExchangeGroup :: Maybe Text
- networkSecurityDetailsCipher :: Text
- networkSecurityDetailsMac :: Maybe Text
- networkSecurityDetailsCertificateId :: SecurityCertificateId
- networkSecurityDetailsSubjectName :: Text
- networkSecurityDetailsSanList :: [Text]
- networkSecurityDetailsIssuer :: Text
- networkSecurityDetailsValidFrom :: NetworkTimeSinceEpoch
- networkSecurityDetailsValidTo :: NetworkTimeSinceEpoch
- networkSecurityDetailsSignedCertificateTimestampList :: [NetworkSignedCertificateTimestamp]
- networkSecurityDetailsCertificateTransparencyCompliance :: NetworkCertificateTransparencyCompliance
- networkSecurityDetailsServerSignatureAlgorithm :: Maybe Int
- networkSecurityDetailsEncryptedClientHello :: Bool
- data NetworkSignedCertificateTimestamp = NetworkSignedCertificateTimestamp {
- networkSignedCertificateTimestampStatus :: Text
- networkSignedCertificateTimestampOrigin :: Text
- networkSignedCertificateTimestampLogDescription :: Text
- networkSignedCertificateTimestampLogId :: Text
- networkSignedCertificateTimestampTimestamp :: Double
- networkSignedCertificateTimestampHashAlgorithm :: Text
- networkSignedCertificateTimestampSignatureAlgorithm :: Text
- networkSignedCertificateTimestampSignatureData :: Text
- data NetworkRequest = NetworkRequest {
- networkRequestUrl :: Text
- networkRequestUrlFragment :: Maybe Text
- networkRequestMethod :: Text
- networkRequestHeaders :: NetworkHeaders
- networkRequestPostData :: Maybe Text
- networkRequestHasPostData :: Maybe Bool
- networkRequestPostDataEntries :: Maybe [NetworkPostDataEntry]
- networkRequestMixedContentType :: Maybe SecurityMixedContentType
- networkRequestInitialPriority :: NetworkResourcePriority
- networkRequestReferrerPolicy :: NetworkRequestReferrerPolicy
- networkRequestIsLinkPreload :: Maybe Bool
- networkRequestTrustTokenParams :: Maybe NetworkTrustTokenParams
- networkRequestIsSameSite :: Maybe Bool
- data NetworkRequestReferrerPolicy
- = NetworkRequestReferrerPolicyUnsafeUrl
- | NetworkRequestReferrerPolicyNoReferrerWhenDowngrade
- | NetworkRequestReferrerPolicyNoReferrer
- | NetworkRequestReferrerPolicyOrigin
- | NetworkRequestReferrerPolicyOriginWhenCrossOrigin
- | NetworkRequestReferrerPolicySameOrigin
- | NetworkRequestReferrerPolicyStrictOrigin
- | NetworkRequestReferrerPolicyStrictOriginWhenCrossOrigin
- data NetworkPostDataEntry = NetworkPostDataEntry {}
- data NetworkResourcePriority
- data NetworkResourceTiming = NetworkResourceTiming {
- networkResourceTimingRequestTime :: Double
- networkResourceTimingProxyStart :: Double
- networkResourceTimingProxyEnd :: Double
- networkResourceTimingDnsStart :: Double
- networkResourceTimingDnsEnd :: Double
- networkResourceTimingConnectStart :: Double
- networkResourceTimingConnectEnd :: Double
- networkResourceTimingSslStart :: Double
- networkResourceTimingSslEnd :: Double
- networkResourceTimingWorkerStart :: Double
- networkResourceTimingWorkerReady :: Double
- networkResourceTimingWorkerFetchStart :: Double
- networkResourceTimingWorkerRespondWithSettled :: Double
- networkResourceTimingSendStart :: Double
- networkResourceTimingSendEnd :: Double
- networkResourceTimingPushStart :: Double
- networkResourceTimingPushEnd :: Double
- networkResourceTimingReceiveHeadersEnd :: Double
- data NetworkCookieSourceScheme
- data NetworkCookiePriority
- data NetworkCookieSameSite
- data NetworkConnectionType
- type NetworkHeaders = [(Text, Text)]
- type NetworkMonotonicTime = Double
- type NetworkTimeSinceEpoch = Double
- data NetworkErrorReason
- = NetworkErrorReasonFailed
- | NetworkErrorReasonAborted
- | NetworkErrorReasonTimedOut
- | NetworkErrorReasonAccessDenied
- | NetworkErrorReasonConnectionClosed
- | NetworkErrorReasonConnectionReset
- | NetworkErrorReasonConnectionRefused
- | NetworkErrorReasonConnectionAborted
- | NetworkErrorReasonConnectionFailed
- | NetworkErrorReasonNameNotResolved
- | NetworkErrorReasonInternetDisconnected
- | NetworkErrorReasonAddressUnreachable
- | NetworkErrorReasonBlockedByClient
- | NetworkErrorReasonBlockedByResponse
- type NetworkInterceptionId = Text
- type NetworkRequestId = Text
- type NetworkLoaderId = Text
- data NetworkResourceType
- = NetworkResourceTypeDocument
- | NetworkResourceTypeStylesheet
- | NetworkResourceTypeImage
- | NetworkResourceTypeMedia
- | NetworkResourceTypeFont
- | NetworkResourceTypeScript
- | NetworkResourceTypeTextTrack
- | NetworkResourceTypeXHR
- | NetworkResourceTypeFetch
- | NetworkResourceTypePrefetch
- | NetworkResourceTypeEventSource
- | NetworkResourceTypeWebSocket
- | NetworkResourceTypeManifest
- | NetworkResourceTypeSignedExchange
- | NetworkResourceTypePing
- | NetworkResourceTypeCSPViolationReport
- | NetworkResourceTypePreflight
- | NetworkResourceTypeOther
- data PEmulationSetAutomationOverride = PEmulationSetAutomationOverride {}
- data PEmulationSetUserAgentOverride = PEmulationSetUserAgentOverride {}
- data PEmulationSetHardwareConcurrencyOverride = PEmulationSetHardwareConcurrencyOverride {}
- data PEmulationSetDisabledImageTypes = PEmulationSetDisabledImageTypes {}
- data PEmulationSetTimezoneOverride = PEmulationSetTimezoneOverride {}
- data PEmulationSetLocaleOverride = PEmulationSetLocaleOverride {}
- data EmulationSetVirtualTimePolicy = EmulationSetVirtualTimePolicy {}
- data PEmulationSetVirtualTimePolicy = PEmulationSetVirtualTimePolicy {}
- data PEmulationSetTouchEmulationEnabled = PEmulationSetTouchEmulationEnabled {}
- data PEmulationSetScriptExecutionDisabled = PEmulationSetScriptExecutionDisabled {}
- data PEmulationSetPageScaleFactor = PEmulationSetPageScaleFactor {}
- data PEmulationClearIdleOverride = PEmulationClearIdleOverride
- data PEmulationSetIdleOverride = PEmulationSetIdleOverride {}
- data PEmulationSetGeolocationOverride = PEmulationSetGeolocationOverride {}
- data PEmulationSetEmulatedVisionDeficiency = PEmulationSetEmulatedVisionDeficiency {}
- data PEmulationSetEmulatedVisionDeficiencyType
- = PEmulationSetEmulatedVisionDeficiencyTypeNone
- | PEmulationSetEmulatedVisionDeficiencyTypeAchromatopsia
- | PEmulationSetEmulatedVisionDeficiencyTypeBlurredVision
- | PEmulationSetEmulatedVisionDeficiencyTypeDeuteranopia
- | PEmulationSetEmulatedVisionDeficiencyTypeProtanopia
- | PEmulationSetEmulatedVisionDeficiencyTypeTritanopia
- data PEmulationSetEmulatedMedia = PEmulationSetEmulatedMedia {}
- data PEmulationSetEmitTouchEventsForMouse = PEmulationSetEmitTouchEventsForMouse {}
- data PEmulationSetEmitTouchEventsForMouseConfiguration
- data PEmulationSetDocumentCookieDisabled = PEmulationSetDocumentCookieDisabled {}
- data PEmulationSetScrollbarsHidden = PEmulationSetScrollbarsHidden {}
- data PEmulationSetDeviceMetricsOverride = PEmulationSetDeviceMetricsOverride {
- pEmulationSetDeviceMetricsOverrideWidth :: Int
- pEmulationSetDeviceMetricsOverrideHeight :: Int
- pEmulationSetDeviceMetricsOverrideDeviceScaleFactor :: Double
- pEmulationSetDeviceMetricsOverrideMobile :: Bool
- pEmulationSetDeviceMetricsOverrideScale :: Maybe Double
- pEmulationSetDeviceMetricsOverrideScreenWidth :: Maybe Int
- pEmulationSetDeviceMetricsOverrideScreenHeight :: Maybe Int
- pEmulationSetDeviceMetricsOverridePositionX :: Maybe Int
- pEmulationSetDeviceMetricsOverridePositionY :: Maybe Int
- pEmulationSetDeviceMetricsOverrideDontSetVisibleSize :: Maybe Bool
- pEmulationSetDeviceMetricsOverrideScreenOrientation :: Maybe EmulationScreenOrientation
- pEmulationSetDeviceMetricsOverrideViewport :: Maybe PageViewport
- pEmulationSetDeviceMetricsOverrideDisplayFeature :: Maybe EmulationDisplayFeature
- data PEmulationSetDefaultBackgroundColorOverride = PEmulationSetDefaultBackgroundColorOverride {}
- data PEmulationSetCPUThrottlingRate = PEmulationSetCPUThrottlingRate {}
- data PEmulationSetAutoDarkModeOverride = PEmulationSetAutoDarkModeOverride {}
- data PEmulationSetFocusEmulationEnabled = PEmulationSetFocusEmulationEnabled {}
- data PEmulationResetPageScaleFactor = PEmulationResetPageScaleFactor
- data PEmulationClearGeolocationOverride = PEmulationClearGeolocationOverride
- data PEmulationClearDeviceMetricsOverride = PEmulationClearDeviceMetricsOverride
- data EmulationCanEmulate = EmulationCanEmulate {}
- data PEmulationCanEmulate = PEmulationCanEmulate
- data EmulationVirtualTimeBudgetExpired = EmulationVirtualTimeBudgetExpired
- data EmulationDisabledImageType
- data EmulationUserAgentMetadata = EmulationUserAgentMetadata {
- emulationUserAgentMetadataBrands :: Maybe [EmulationUserAgentBrandVersion]
- emulationUserAgentMetadataFullVersionList :: Maybe [EmulationUserAgentBrandVersion]
- emulationUserAgentMetadataPlatform :: Text
- emulationUserAgentMetadataPlatformVersion :: Text
- emulationUserAgentMetadataArchitecture :: Text
- emulationUserAgentMetadataModel :: Text
- emulationUserAgentMetadataMobile :: Bool
- emulationUserAgentMetadataBitness :: Maybe Text
- emulationUserAgentMetadataWow64 :: Maybe Bool
- data EmulationUserAgentBrandVersion = EmulationUserAgentBrandVersion {}
- data EmulationVirtualTimePolicy
- data EmulationMediaFeature = EmulationMediaFeature {}
- data EmulationDisplayFeature = EmulationDisplayFeature {}
- data EmulationDisplayFeatureOrientation
- data EmulationScreenOrientation = EmulationScreenOrientation {}
- data EmulationScreenOrientationType
- data DOMGetQueryingDescendantsForContainer = DOMGetQueryingDescendantsForContainer {}
- data PDOMGetQueryingDescendantsForContainer = PDOMGetQueryingDescendantsForContainer {}
- data DOMGetContainerForNode = DOMGetContainerForNode {}
- data PDOMGetContainerForNode = PDOMGetContainerForNode {}
- data DOMGetFrameOwner = DOMGetFrameOwner {}
- data PDOMGetFrameOwner = PDOMGetFrameOwner {}
- data PDOMUndo = PDOMUndo
- data PDOMSetOuterHTML = PDOMSetOuterHTML {}
- data PDOMSetNodeValue = PDOMSetNodeValue {}
- data DOMSetNodeName = DOMSetNodeName {}
- data PDOMSetNodeName = PDOMSetNodeName {}
- data PDOMSetInspectedNode = PDOMSetInspectedNode {}
- data DOMGetFileInfo = DOMGetFileInfo {}
- data PDOMGetFileInfo = PDOMGetFileInfo {}
- data DOMGetNodeStackTraces = DOMGetNodeStackTraces {}
- data PDOMGetNodeStackTraces = PDOMGetNodeStackTraces {}
- data PDOMSetNodeStackTracesEnabled = PDOMSetNodeStackTracesEnabled {}
- data PDOMSetFileInputFiles = PDOMSetFileInputFiles {}
- data PDOMSetAttributesAsText = PDOMSetAttributesAsText {}
- data PDOMSetAttributeValue = PDOMSetAttributeValue {}
- data DOMResolveNode = DOMResolveNode {}
- data PDOMResolveNode = PDOMResolveNode {}
- data DOMRequestNode = DOMRequestNode {}
- data PDOMRequestNode = PDOMRequestNode {}
- data PDOMRequestChildNodes = PDOMRequestChildNodes {}
- data PDOMRemoveNode = PDOMRemoveNode {}
- data PDOMRemoveAttribute = PDOMRemoveAttribute {}
- data PDOMRedo = PDOMRedo
- data DOMGetTopLayerElements = DOMGetTopLayerElements {}
- data PDOMGetTopLayerElements = PDOMGetTopLayerElements
- data DOMQuerySelectorAll = DOMQuerySelectorAll {}
- data PDOMQuerySelectorAll = PDOMQuerySelectorAll {}
- data DOMQuerySelector = DOMQuerySelector {}
- data PDOMQuerySelector = PDOMQuerySelector {}
- data DOMPushNodesByBackendIdsToFrontend = DOMPushNodesByBackendIdsToFrontend {}
- data PDOMPushNodesByBackendIdsToFrontend = PDOMPushNodesByBackendIdsToFrontend {}
- data DOMPushNodeByPathToFrontend = DOMPushNodeByPathToFrontend {}
- data PDOMPushNodeByPathToFrontend = PDOMPushNodeByPathToFrontend {}
- data DOMPerformSearch = DOMPerformSearch {}
- data PDOMPerformSearch = PDOMPerformSearch {}
- data DOMMoveTo = DOMMoveTo {}
- data PDOMMoveTo = PDOMMoveTo {}
- data PDOMMarkUndoableState = PDOMMarkUndoableState
- data PDOMHighlightRect = PDOMHighlightRect
- data PDOMHighlightNode = PDOMHighlightNode
- data PDOMHideHighlight = PDOMHideHighlight
- data DOMGetSearchResults = DOMGetSearchResults {}
- data PDOMGetSearchResults = PDOMGetSearchResults {}
- data DOMGetRelayoutBoundary = DOMGetRelayoutBoundary {}
- data PDOMGetRelayoutBoundary = PDOMGetRelayoutBoundary {}
- data DOMGetOuterHTML = DOMGetOuterHTML {}
- data PDOMGetOuterHTML = PDOMGetOuterHTML {}
- data DOMGetNodeForLocation = DOMGetNodeForLocation {}
- data PDOMGetNodeForLocation = PDOMGetNodeForLocation {}
- data DOMGetNodesForSubtreeByStyle = DOMGetNodesForSubtreeByStyle {}
- data PDOMGetNodesForSubtreeByStyle = PDOMGetNodesForSubtreeByStyle {}
- data DOMGetDocument = DOMGetDocument {}
- data PDOMGetDocument = PDOMGetDocument {}
- data DOMGetContentQuads = DOMGetContentQuads {}
- data PDOMGetContentQuads = PDOMGetContentQuads {}
- data DOMGetBoxModel = DOMGetBoxModel {}
- data PDOMGetBoxModel = PDOMGetBoxModel {}
- data DOMGetAttributes = DOMGetAttributes {}
- data PDOMGetAttributes = PDOMGetAttributes {}
- data PDOMFocus = PDOMFocus {}
- data PDOMEnable = PDOMEnable {}
- data PDOMEnableIncludeWhitespace
- data PDOMDiscardSearchResults = PDOMDiscardSearchResults {}
- data PDOMDisable = PDOMDisable
- data PDOMScrollIntoViewIfNeeded = PDOMScrollIntoViewIfNeeded {}
- data DOMDescribeNode = DOMDescribeNode {}
- data PDOMDescribeNode = PDOMDescribeNode {}
- data DOMCopyTo = DOMCopyTo {}
- data PDOMCopyTo = PDOMCopyTo {}
- data DOMCollectClassNamesFromSubtree = DOMCollectClassNamesFromSubtree {}
- data PDOMCollectClassNamesFromSubtree = PDOMCollectClassNamesFromSubtree {}
- data DOMShadowRootPushed = DOMShadowRootPushed {}
- data DOMShadowRootPopped = DOMShadowRootPopped {}
- data DOMSetChildNodes = DOMSetChildNodes {}
- data DOMPseudoElementRemoved = DOMPseudoElementRemoved {}
- data DOMTopLayerElementsUpdated = DOMTopLayerElementsUpdated
- data DOMPseudoElementAdded = DOMPseudoElementAdded {}
- data DOMInlineStyleInvalidated = DOMInlineStyleInvalidated {}
- data DOMDocumentUpdated = DOMDocumentUpdated
- data DOMDistributedNodesUpdated = DOMDistributedNodesUpdated {}
- data DOMChildNodeRemoved = DOMChildNodeRemoved {}
- data DOMChildNodeInserted = DOMChildNodeInserted {}
- data DOMChildNodeCountUpdated = DOMChildNodeCountUpdated {}
- data DOMCharacterDataModified = DOMCharacterDataModified {}
- data DOMAttributeRemoved = DOMAttributeRemoved {}
- data DOMAttributeModified = DOMAttributeModified {}
- data DOMCSSComputedStyleProperty = DOMCSSComputedStyleProperty {}
- data DOMRect = DOMRect {}
- data DOMShapeOutsideInfo = DOMShapeOutsideInfo {}
- data DOMBoxModel = DOMBoxModel {}
- type DOMQuad = [Double]
- data DOMRGBA = DOMRGBA {}
- data DOMNode = DOMNode {
- dOMNodeNodeId :: DOMNodeId
- dOMNodeParentId :: Maybe DOMNodeId
- dOMNodeBackendNodeId :: DOMBackendNodeId
- dOMNodeNodeType :: Int
- dOMNodeNodeName :: Text
- dOMNodeLocalName :: Text
- dOMNodeNodeValue :: Text
- dOMNodeChildNodeCount :: Maybe Int
- dOMNodeChildren :: Maybe [DOMNode]
- dOMNodeAttributes :: Maybe [Text]
- dOMNodeDocumentURL :: Maybe Text
- dOMNodeBaseURL :: Maybe Text
- dOMNodePublicId :: Maybe Text
- dOMNodeSystemId :: Maybe Text
- dOMNodeInternalSubset :: Maybe Text
- dOMNodeXmlVersion :: Maybe Text
- dOMNodeName :: Maybe Text
- dOMNodeValue :: Maybe Text
- dOMNodePseudoType :: Maybe DOMPseudoType
- dOMNodePseudoIdentifier :: Maybe Text
- dOMNodeShadowRootType :: Maybe DOMShadowRootType
- dOMNodeFrameId :: Maybe PageFrameId
- dOMNodeContentDocument :: Maybe DOMNode
- dOMNodeShadowRoots :: Maybe [DOMNode]
- dOMNodeTemplateContent :: Maybe DOMNode
- dOMNodePseudoElements :: Maybe [DOMNode]
- dOMNodeDistributedNodes :: Maybe [DOMBackendNode]
- dOMNodeIsSVG :: Maybe Bool
- dOMNodeCompatibilityMode :: Maybe DOMCompatibilityMode
- dOMNodeAssignedSlot :: Maybe DOMBackendNode
- data DOMCompatibilityMode
- data DOMShadowRootType
- data DOMPseudoType
- = DOMPseudoTypeFirstLine
- | DOMPseudoTypeFirstLetter
- | DOMPseudoTypeBefore
- | DOMPseudoTypeAfter
- | DOMPseudoTypeMarker
- | DOMPseudoTypeBackdrop
- | DOMPseudoTypeSelection
- | DOMPseudoTypeTargetText
- | DOMPseudoTypeSpellingError
- | DOMPseudoTypeGrammarError
- | DOMPseudoTypeHighlight
- | DOMPseudoTypeFirstLineInherited
- | DOMPseudoTypeScrollbar
- | DOMPseudoTypeScrollbarThumb
- | DOMPseudoTypeScrollbarButton
- | DOMPseudoTypeScrollbarTrack
- | DOMPseudoTypeScrollbarTrackPiece
- | DOMPseudoTypeScrollbarCorner
- | DOMPseudoTypeResizer
- | DOMPseudoTypeInputListButton
- | DOMPseudoTypePageTransition
- | DOMPseudoTypePageTransitionContainer
- | DOMPseudoTypePageTransitionImageWrapper
- | DOMPseudoTypePageTransitionOutgoingImage
- | DOMPseudoTypePageTransitionIncomingImage
- data DOMBackendNode = DOMBackendNode {}
- type DOMBackendNodeId = Int
- type DOMNodeId = Int
- pDOMCollectClassNamesFromSubtree :: DOMNodeId -> PDOMCollectClassNamesFromSubtree
- pDOMCopyTo :: DOMNodeId -> DOMNodeId -> PDOMCopyTo
- pDOMDescribeNode :: PDOMDescribeNode
- pDOMScrollIntoViewIfNeeded :: PDOMScrollIntoViewIfNeeded
- pDOMDisable :: PDOMDisable
- pDOMDiscardSearchResults :: Text -> PDOMDiscardSearchResults
- pDOMEnable :: PDOMEnable
- pDOMFocus :: PDOMFocus
- pDOMGetAttributes :: DOMNodeId -> PDOMGetAttributes
- pDOMGetBoxModel :: PDOMGetBoxModel
- pDOMGetContentQuads :: PDOMGetContentQuads
- pDOMGetDocument :: PDOMGetDocument
- pDOMGetNodesForSubtreeByStyle :: DOMNodeId -> [DOMCSSComputedStyleProperty] -> PDOMGetNodesForSubtreeByStyle
- pDOMGetNodeForLocation :: Int -> Int -> PDOMGetNodeForLocation
- pDOMGetOuterHTML :: PDOMGetOuterHTML
- pDOMGetRelayoutBoundary :: DOMNodeId -> PDOMGetRelayoutBoundary
- pDOMGetSearchResults :: Text -> Int -> Int -> PDOMGetSearchResults
- pDOMHideHighlight :: PDOMHideHighlight
- pDOMHighlightNode :: PDOMHighlightNode
- pDOMHighlightRect :: PDOMHighlightRect
- pDOMMarkUndoableState :: PDOMMarkUndoableState
- pDOMMoveTo :: DOMNodeId -> DOMNodeId -> PDOMMoveTo
- pDOMPerformSearch :: Text -> PDOMPerformSearch
- pDOMPushNodeByPathToFrontend :: Text -> PDOMPushNodeByPathToFrontend
- pDOMPushNodesByBackendIdsToFrontend :: [DOMBackendNodeId] -> PDOMPushNodesByBackendIdsToFrontend
- pDOMQuerySelector :: DOMNodeId -> Text -> PDOMQuerySelector
- pDOMQuerySelectorAll :: DOMNodeId -> Text -> PDOMQuerySelectorAll
- pDOMGetTopLayerElements :: PDOMGetTopLayerElements
- pDOMRedo :: PDOMRedo
- pDOMRemoveAttribute :: DOMNodeId -> Text -> PDOMRemoveAttribute
- pDOMRemoveNode :: DOMNodeId -> PDOMRemoveNode
- pDOMRequestChildNodes :: DOMNodeId -> PDOMRequestChildNodes
- pDOMRequestNode :: RuntimeRemoteObjectId -> PDOMRequestNode
- pDOMResolveNode :: PDOMResolveNode
- pDOMSetAttributeValue :: DOMNodeId -> Text -> Text -> PDOMSetAttributeValue
- pDOMSetAttributesAsText :: DOMNodeId -> Text -> PDOMSetAttributesAsText
- pDOMSetFileInputFiles :: [Text] -> PDOMSetFileInputFiles
- pDOMSetNodeStackTracesEnabled :: Bool -> PDOMSetNodeStackTracesEnabled
- pDOMGetNodeStackTraces :: DOMNodeId -> PDOMGetNodeStackTraces
- pDOMGetFileInfo :: RuntimeRemoteObjectId -> PDOMGetFileInfo
- pDOMSetInspectedNode :: DOMNodeId -> PDOMSetInspectedNode
- pDOMSetNodeName :: DOMNodeId -> Text -> PDOMSetNodeName
- pDOMSetNodeValue :: DOMNodeId -> Text -> PDOMSetNodeValue
- pDOMSetOuterHTML :: DOMNodeId -> Text -> PDOMSetOuterHTML
- pDOMUndo :: PDOMUndo
- pDOMGetFrameOwner :: PageFrameId -> PDOMGetFrameOwner
- pDOMGetContainerForNode :: DOMNodeId -> PDOMGetContainerForNode
- pDOMGetQueryingDescendantsForContainer :: DOMNodeId -> PDOMGetQueryingDescendantsForContainer
- pEmulationCanEmulate :: PEmulationCanEmulate
- pEmulationClearDeviceMetricsOverride :: PEmulationClearDeviceMetricsOverride
- pEmulationClearGeolocationOverride :: PEmulationClearGeolocationOverride
- pEmulationResetPageScaleFactor :: PEmulationResetPageScaleFactor
- pEmulationSetFocusEmulationEnabled :: Bool -> PEmulationSetFocusEmulationEnabled
- pEmulationSetAutoDarkModeOverride :: PEmulationSetAutoDarkModeOverride
- pEmulationSetCPUThrottlingRate :: Double -> PEmulationSetCPUThrottlingRate
- pEmulationSetDefaultBackgroundColorOverride :: PEmulationSetDefaultBackgroundColorOverride
- pEmulationSetDeviceMetricsOverride :: Int -> Int -> Double -> Bool -> PEmulationSetDeviceMetricsOverride
- pEmulationSetScrollbarsHidden :: Bool -> PEmulationSetScrollbarsHidden
- pEmulationSetDocumentCookieDisabled :: Bool -> PEmulationSetDocumentCookieDisabled
- pEmulationSetEmitTouchEventsForMouse :: Bool -> PEmulationSetEmitTouchEventsForMouse
- pEmulationSetEmulatedMedia :: PEmulationSetEmulatedMedia
- pEmulationSetEmulatedVisionDeficiency :: PEmulationSetEmulatedVisionDeficiencyType -> PEmulationSetEmulatedVisionDeficiency
- pEmulationSetGeolocationOverride :: PEmulationSetGeolocationOverride
- pEmulationSetIdleOverride :: Bool -> Bool -> PEmulationSetIdleOverride
- pEmulationClearIdleOverride :: PEmulationClearIdleOverride
- pEmulationSetPageScaleFactor :: Double -> PEmulationSetPageScaleFactor
- pEmulationSetScriptExecutionDisabled :: Bool -> PEmulationSetScriptExecutionDisabled
- pEmulationSetTouchEmulationEnabled :: Bool -> PEmulationSetTouchEmulationEnabled
- pEmulationSetVirtualTimePolicy :: EmulationVirtualTimePolicy -> PEmulationSetVirtualTimePolicy
- pEmulationSetLocaleOverride :: PEmulationSetLocaleOverride
- pEmulationSetTimezoneOverride :: Text -> PEmulationSetTimezoneOverride
- pEmulationSetDisabledImageTypes :: [EmulationDisabledImageType] -> PEmulationSetDisabledImageTypes
- pEmulationSetHardwareConcurrencyOverride :: Int -> PEmulationSetHardwareConcurrencyOverride
- pEmulationSetUserAgentOverride :: Text -> PEmulationSetUserAgentOverride
- pEmulationSetAutomationOverride :: Bool -> PEmulationSetAutomationOverride
- pNetworkSetAcceptedEncodings :: [NetworkContentEncoding] -> PNetworkSetAcceptedEncodings
- pNetworkClearAcceptedEncodingsOverride :: PNetworkClearAcceptedEncodingsOverride
- pNetworkClearBrowserCache :: PNetworkClearBrowserCache
- pNetworkClearBrowserCookies :: PNetworkClearBrowserCookies
- pNetworkDeleteCookies :: Text -> PNetworkDeleteCookies
- pNetworkDisable :: PNetworkDisable
- pNetworkEmulateNetworkConditions :: Bool -> Double -> Double -> Double -> PNetworkEmulateNetworkConditions
- pNetworkEnable :: PNetworkEnable
- pNetworkGetAllCookies :: PNetworkGetAllCookies
- pNetworkGetCertificate :: Text -> PNetworkGetCertificate
- pNetworkGetCookies :: PNetworkGetCookies
- pNetworkGetResponseBody :: NetworkRequestId -> PNetworkGetResponseBody
- pNetworkGetRequestPostData :: NetworkRequestId -> PNetworkGetRequestPostData
- pNetworkGetResponseBodyForInterception :: NetworkInterceptionId -> PNetworkGetResponseBodyForInterception
- pNetworkTakeResponseBodyForInterceptionAsStream :: NetworkInterceptionId -> PNetworkTakeResponseBodyForInterceptionAsStream
- pNetworkReplayXHR :: NetworkRequestId -> PNetworkReplayXHR
- pNetworkSearchInResponseBody :: NetworkRequestId -> Text -> PNetworkSearchInResponseBody
- pNetworkSetBlockedURLs :: [Text] -> PNetworkSetBlockedURLs
- pNetworkSetBypassServiceWorker :: Bool -> PNetworkSetBypassServiceWorker
- pNetworkSetCacheDisabled :: Bool -> PNetworkSetCacheDisabled
- pNetworkSetCookie :: Text -> Text -> PNetworkSetCookie
- pNetworkSetCookies :: [NetworkCookieParam] -> PNetworkSetCookies
- pNetworkSetExtraHTTPHeaders :: NetworkHeaders -> PNetworkSetExtraHTTPHeaders
- pNetworkSetAttachDebugStack :: Bool -> PNetworkSetAttachDebugStack
- pNetworkSetUserAgentOverride :: Text -> PNetworkSetUserAgentOverride
- pNetworkGetSecurityIsolationStatus :: PNetworkGetSecurityIsolationStatus
- pNetworkEnableReportingApi :: Bool -> PNetworkEnableReportingApi
- pNetworkLoadNetworkResource :: Text -> NetworkLoadNetworkResourceOptions -> PNetworkLoadNetworkResource
- pPageAddScriptToEvaluateOnNewDocument :: Text -> PPageAddScriptToEvaluateOnNewDocument
- pPageBringToFront :: PPageBringToFront
- pPageCaptureScreenshot :: PPageCaptureScreenshot
- pPageCaptureSnapshot :: PPageCaptureSnapshot
- pPageCreateIsolatedWorld :: PageFrameId -> PPageCreateIsolatedWorld
- pPageDisable :: PPageDisable
- pPageEnable :: PPageEnable
- pPageGetAppManifest :: PPageGetAppManifest
- pPageGetInstallabilityErrors :: PPageGetInstallabilityErrors
- pPageGetManifestIcons :: PPageGetManifestIcons
- pPageGetAppId :: PPageGetAppId
- pPageGetAdScriptId :: PageFrameId -> PPageGetAdScriptId
- pPageGetFrameTree :: PPageGetFrameTree
- pPageGetLayoutMetrics :: PPageGetLayoutMetrics
- pPageGetNavigationHistory :: PPageGetNavigationHistory
- pPageResetNavigationHistory :: PPageResetNavigationHistory
- pPageGetResourceContent :: PageFrameId -> Text -> PPageGetResourceContent
- pPageGetResourceTree :: PPageGetResourceTree
- pPageHandleJavaScriptDialog :: Bool -> PPageHandleJavaScriptDialog
- pPageNavigate :: Text -> PPageNavigate
- pPageNavigateToHistoryEntry :: Int -> PPageNavigateToHistoryEntry
- pPagePrintToPDF :: PPagePrintToPDF
- pPageReload :: PPageReload
- pPageRemoveScriptToEvaluateOnNewDocument :: PageScriptIdentifier -> PPageRemoveScriptToEvaluateOnNewDocument
- pPageScreencastFrameAck :: Int -> PPageScreencastFrameAck
- pPageSearchInResource :: PageFrameId -> Text -> Text -> PPageSearchInResource
- pPageSetAdBlockingEnabled :: Bool -> PPageSetAdBlockingEnabled
- pPageSetBypassCSP :: Bool -> PPageSetBypassCSP
- pPageGetPermissionsPolicyState :: PageFrameId -> PPageGetPermissionsPolicyState
- pPageGetOriginTrials :: PageFrameId -> PPageGetOriginTrials
- pPageSetFontFamilies :: PageFontFamilies -> PPageSetFontFamilies
- pPageSetFontSizes :: PageFontSizes -> PPageSetFontSizes
- pPageSetDocumentContent :: PageFrameId -> Text -> PPageSetDocumentContent
- pPageSetLifecycleEventsEnabled :: Bool -> PPageSetLifecycleEventsEnabled
- pPageStartScreencast :: PPageStartScreencast
- pPageStopLoading :: PPageStopLoading
- pPageCrash :: PPageCrash
- pPageClose :: PPageClose
- pPageSetWebLifecycleState :: PPageSetWebLifecycleStateState -> PPageSetWebLifecycleState
- pPageStopScreencast :: PPageStopScreencast
- pPageProduceCompilationCache :: [PageCompilationCacheParams] -> PPageProduceCompilationCache
- pPageAddCompilationCache :: Text -> Text -> PPageAddCompilationCache
- pPageClearCompilationCache :: PPageClearCompilationCache
- pPageSetSPCTransactionMode :: PPageSetSPCTransactionModeMode -> PPageSetSPCTransactionMode
- pPageGenerateTestReport :: Text -> PPageGenerateTestReport
- pPageWaitForDebugger :: PPageWaitForDebugger
- pPageSetInterceptFileChooserDialog :: Bool -> PPageSetInterceptFileChooserDialog
- pSecurityDisable :: PSecurityDisable
- pSecurityEnable :: PSecurityEnable
- pSecuritySetIgnoreCertificateErrors :: Bool -> PSecuritySetIgnoreCertificateErrors
Documentation
data PSecuritySetIgnoreCertificateErrors Source #
Enable/disable whether all certificate errors should be ignored.
Parameters of the setIgnoreCertificateErrors command.
Constructors
| PSecuritySetIgnoreCertificateErrors | |
Fields
| |
Instances
data PSecurityEnable Source #
Enables tracking security state changes.
Parameters of the enable command.
Constructors
| PSecurityEnable |
Instances
data PSecurityDisable Source #
Disables tracking security state changes.
Parameters of the disable command.
Constructors
| PSecurityDisable |
Instances
data SecurityVisibleSecurityStateChanged Source #
Type of the visibleSecurityStateChanged event.
Constructors
| SecurityVisibleSecurityStateChanged | |
Fields
| |
Instances
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
data SecuritySecurityStateExplanation Source #
Type SecurityStateExplanation.
An explanation of an factor contributing to the security state.
Constructors
| SecuritySecurityStateExplanation | |
Fields
| |
Instances
data SecurityVisibleSecurityState Source #
Type VisibleSecurityState.
Security state information about the page.
Constructors
| SecurityVisibleSecurityState | |
Fields
| |
Instances
data SecuritySafetyTipInfo Source #
Type SafetyTipInfo.
Constructors
| SecuritySafetyTipInfo | |
Fields
| |
Instances
| Eq SecuritySafetyTipInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: SecuritySafetyTipInfo -> SecuritySafetyTipInfo -> Bool # (/=) :: SecuritySafetyTipInfo -> SecuritySafetyTipInfo -> Bool # | |
| Show SecuritySafetyTipInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> SecuritySafetyTipInfo -> ShowS # show :: SecuritySafetyTipInfo -> String # showList :: [SecuritySafetyTipInfo] -> ShowS # | |
| ToJSON SecuritySafetyTipInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: SecuritySafetyTipInfo -> Value # toEncoding :: SecuritySafetyTipInfo -> Encoding # toJSONList :: [SecuritySafetyTipInfo] -> Value # toEncodingList :: [SecuritySafetyTipInfo] -> Encoding # | |
| FromJSON SecuritySafetyTipInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser SecuritySafetyTipInfo # parseJSONList :: Value -> Parser [SecuritySafetyTipInfo] # | |
data SecuritySafetyTipStatus Source #
Type SafetyTipStatus.
Instances
data SecurityCertificateSecurityState Source #
Type CertificateSecurityState.
Details about the security state of the page certificate.
Constructors
Instances
data SecuritySecurityState Source #
Type SecurityState.
The security level of a page or resource.
Constructors
| SecuritySecurityStateUnknown | |
| SecuritySecurityStateNeutral | |
| SecuritySecurityStateInsecure | |
| SecuritySecurityStateSecure | |
| SecuritySecurityStateInfo | |
| SecuritySecurityStateInsecureBroken |
Instances
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
Constructors
| SecurityMixedContentTypeBlockable | |
| SecurityMixedContentTypeOptionallyBlockable | |
| SecurityMixedContentTypeNone |
Instances
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.
Constructors
| PPageSetInterceptFileChooserDialog | |
Instances
data PPageWaitForDebugger Source #
Pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger.
Parameters of the waitForDebugger command.
Constructors
| PPageWaitForDebugger |
Instances
data PPageGenerateTestReport Source #
Generates a report for testing.
Parameters of the generateTestReport command.
Constructors
| PPageGenerateTestReport | |
Fields
| |
Instances
data PPageSetSPCTransactionMode Source #
Constructors
| PPageSetSPCTransactionMode | |
Instances
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.
Constructors
| PPageSetSPCTransactionModeModeNone | |
| PPageSetSPCTransactionModeModeAutoaccept | |
| PPageSetSPCTransactionModeModeAutoreject |
Instances
data PPageClearCompilationCache Source #
Clears seeded compilation cache.
Parameters of the clearCompilationCache command.
Constructors
| PPageClearCompilationCache |
Instances
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
| |
Instances
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.
Constructors
| PPageProduceCompilationCache | |
Instances
data PPageStopScreencast Source #
Stops sending each frame in the screencastFrame.
Parameters of the stopScreencast command.
Constructors
| PPageStopScreencast |
Instances
data PPageSetWebLifecycleState Source #
Constructors
| PPageSetWebLifecycleState | |
Fields
| |
Instances
| Eq PPageSetWebLifecycleState Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PPageSetWebLifecycleState -> PPageSetWebLifecycleState -> Bool # (/=) :: PPageSetWebLifecycleState -> PPageSetWebLifecycleState -> Bool # | |
| Show PPageSetWebLifecycleState Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageSetWebLifecycleState -> ShowS # show :: PPageSetWebLifecycleState -> String # showList :: [PPageSetWebLifecycleState] -> ShowS # | |
| ToJSON PPageSetWebLifecycleState Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageSetWebLifecycleState -> Value # toEncoding :: PPageSetWebLifecycleState -> Encoding # toJSONList :: [PPageSetWebLifecycleState] -> Value # | |
| Command PPageSetWebLifecycleState Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PPageSetWebLifecycleState Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
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
data PPageClose Source #
Tries to close page, running its beforeunload hooks, if any.
Parameters of the close command.
Constructors
| PPageClose |
Instances
| Eq PPageClose Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PPageClose Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageClose -> ShowS # show :: PPageClose -> String # showList :: [PPageClose] -> ShowS # | |
| ToJSON PPageClose Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageClose -> Value # toEncoding :: PPageClose -> Encoding # toJSONList :: [PPageClose] -> Value # toEncodingList :: [PPageClose] -> Encoding # | |
| Command PPageClose Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PPageClose Source # Methods commandName :: Proxy PPageClose -> String Source # fromJSON :: Proxy PPageClose -> Value -> Result (CommandResponse PPageClose) Source # | |
| type CommandResponse PPageClose Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PPageCrash Source #
Crashes renderer on the IO thread, generates minidumps.
Parameters of the crash command.
Constructors
| PPageCrash |
Instances
| Eq PPageCrash Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PPageCrash Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageCrash -> ShowS # show :: PPageCrash -> String # showList :: [PPageCrash] -> ShowS # | |
| ToJSON PPageCrash Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageCrash -> Value # toEncoding :: PPageCrash -> Encoding # toJSONList :: [PPageCrash] -> Value # toEncodingList :: [PPageCrash] -> Encoding # | |
| Command PPageCrash Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PPageCrash Source # Methods commandName :: Proxy PPageCrash -> String Source # fromJSON :: Proxy PPageCrash -> Value -> Result (CommandResponse PPageCrash) Source # | |
| type CommandResponse PPageCrash Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PPageStopLoading Source #
Force the page stop all navigations and pending resource fetches.
Parameters of the stopLoading command.
Constructors
| PPageStopLoading |
Instances
data PPageStartScreencast Source #
Constructors
| PPageStartScreencast | |
Fields
| |
Instances
data PPageStartScreencastFormat Source #
Starts sending each frame using the screencastFrame event.
Parameters of the startScreencast command.
Instances
data PPageSetLifecycleEventsEnabled Source #
Controls whether page will emit lifecycle events.
Parameters of the setLifecycleEventsEnabled command.
Constructors
| PPageSetLifecycleEventsEnabled | |
Fields
| |
Instances
data PPageSetDocumentContent Source #
Sets given markup as the document's HTML.
Parameters of the setDocumentContent command.
Constructors
| PPageSetDocumentContent | |
Fields
| |
Instances
data PPageSetFontSizes Source #
Set default font sizes.
Parameters of the setFontSizes command.
Constructors
| PPageSetFontSizes | |
Fields
| |
Instances
data PPageSetFontFamilies Source #
Set generic font families.
Parameters of the setFontFamilies command.
Constructors
| PPageSetFontFamilies | |
Fields
| |
Instances
data PageGetOriginTrials Source #
Constructors
| PageGetOriginTrials | |
Fields | |
Instances
| Eq PageGetOriginTrials Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetOriginTrials -> PageGetOriginTrials -> Bool # (/=) :: PageGetOriginTrials -> PageGetOriginTrials -> Bool # | |
| Show PageGetOriginTrials Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetOriginTrials -> ShowS # show :: PageGetOriginTrials -> String # showList :: [PageGetOriginTrials] -> ShowS # | |
| FromJSON PageGetOriginTrials Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetOriginTrials # parseJSONList :: Value -> Parser [PageGetOriginTrials] # | |
data PPageGetOriginTrials Source #
Get Origin Trials on given frame.
Parameters of the getOriginTrials command.
Constructors
| PPageGetOriginTrials | |
Fields | |
Instances
data PageGetPermissionsPolicyState Source #
Constructors
| PageGetPermissionsPolicyState | |
Instances
data PPageGetPermissionsPolicyState Source #
Get Permissions Policy state on given frame.
Parameters of the getPermissionsPolicyState command.
Constructors
| PPageGetPermissionsPolicyState | |
Instances
data PPageSetBypassCSP Source #
Enable page Content Security Policy by-passing.
Parameters of the setBypassCSP command.
Constructors
| PPageSetBypassCSP | |
Fields
| |
Instances
data PPageSetAdBlockingEnabled Source #
Enable Chrome's experimental ad filter on all sites.
Parameters of the setAdBlockingEnabled command.
Constructors
| PPageSetAdBlockingEnabled | |
Fields
| |
Instances
| Eq PPageSetAdBlockingEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PPageSetAdBlockingEnabled -> PPageSetAdBlockingEnabled -> Bool # (/=) :: PPageSetAdBlockingEnabled -> PPageSetAdBlockingEnabled -> Bool # | |
| Show PPageSetAdBlockingEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageSetAdBlockingEnabled -> ShowS # show :: PPageSetAdBlockingEnabled -> String # showList :: [PPageSetAdBlockingEnabled] -> ShowS # | |
| ToJSON PPageSetAdBlockingEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageSetAdBlockingEnabled -> Value # toEncoding :: PPageSetAdBlockingEnabled -> Encoding # toJSONList :: [PPageSetAdBlockingEnabled] -> Value # | |
| Command PPageSetAdBlockingEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PPageSetAdBlockingEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageSearchInResource Source #
Constructors
| PageSearchInResource | |
Fields
| |
Instances
| Eq PageSearchInResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageSearchInResource -> PageSearchInResource -> Bool # (/=) :: PageSearchInResource -> PageSearchInResource -> Bool # | |
| Show PageSearchInResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageSearchInResource -> ShowS # show :: PageSearchInResource -> String # showList :: [PageSearchInResource] -> ShowS # | |
| FromJSON PageSearchInResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageSearchInResource # parseJSONList :: Value -> Parser [PageSearchInResource] # | |
data PPageSearchInResource Source #
Searches for given string in resource content.
Parameters of the searchInResource command.
Constructors
| PPageSearchInResource | |
Fields
| |
Instances
data PPageScreencastFrameAck Source #
Acknowledges that a screencast frame has been received by the frontend.
Parameters of the screencastFrameAck command.
Constructors
| PPageScreencastFrameAck | |
Fields
| |
Instances
data PPageRemoveScriptToEvaluateOnNewDocument Source #
Removes given script from the list.
Parameters of the removeScriptToEvaluateOnNewDocument command.
Constructors
| PPageRemoveScriptToEvaluateOnNewDocument | |
Instances
data PPageReload Source #
Reloads given page optionally ignoring the cache.
Parameters of the reload command.
Constructors
| PPageReload | |
Fields
| |
Instances
| Eq PPageReload Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PPageReload Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageReload -> ShowS # show :: PPageReload -> String # showList :: [PPageReload] -> ShowS # | |
| ToJSON PPageReload Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageReload -> Value # toEncoding :: PPageReload -> Encoding # toJSONList :: [PPageReload] -> Value # toEncodingList :: [PPageReload] -> Encoding # | |
| Command PPageReload Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PPageReload -> String Source # fromJSON :: Proxy PPageReload -> Value -> Result (CommandResponse PPageReload) Source # | |
| type CommandResponse PPageReload Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PagePrintToPDF Source #
Constructors
| PagePrintToPDF | |
Fields
| |
Instances
| Eq PagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PagePrintToPDF -> PagePrintToPDF -> Bool # (/=) :: PagePrintToPDF -> PagePrintToPDF -> Bool # | |
| Show PagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PagePrintToPDF -> ShowS # show :: PagePrintToPDF -> String # showList :: [PagePrintToPDF] -> ShowS # | |
| FromJSON PagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PagePrintToPDF # parseJSONList :: Value -> Parser [PagePrintToPDF] # | |
data PPagePrintToPDF Source #
Constructors
| PPagePrintToPDF | |
Fields
| |
Instances
| Eq PPagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PPagePrintToPDF -> PPagePrintToPDF -> Bool # (/=) :: PPagePrintToPDF -> PPagePrintToPDF -> Bool # | |
| Show PPagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPagePrintToPDF -> ShowS # show :: PPagePrintToPDF -> String # showList :: [PPagePrintToPDF] -> ShowS # | |
| ToJSON PPagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPagePrintToPDF -> Value # toEncoding :: PPagePrintToPDF -> Encoding # toJSONList :: [PPagePrintToPDF] -> Value # toEncodingList :: [PPagePrintToPDF] -> Encoding # | |
| Command PPagePrintToPDF Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PPagePrintToPDF -> String Source # fromJSON :: Proxy PPagePrintToPDF -> Value -> Result (CommandResponse PPagePrintToPDF) Source # | |
| type CommandResponse PPagePrintToPDF Source # | |
data PPagePrintToPDFTransferMode Source #
Print page as PDF.
Parameters of the printToPDF command.
Instances
data PPageNavigateToHistoryEntry Source #
Navigates current page to the given history entry.
Parameters of the navigateToHistoryEntry command.
Constructors
| PPageNavigateToHistoryEntry | |
Fields
| |
Instances
data PageNavigate Source #
Constructors
| PageNavigate | |
Fields
| |
Instances
data PPageNavigate Source #
Navigates current page to the given URL.
Parameters of the navigate command.
Constructors
| PPageNavigate | |
Fields
| |
Instances
data PPageHandleJavaScriptDialog Source #
Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).
Parameters of the handleJavaScriptDialog command.
Constructors
| PPageHandleJavaScriptDialog | |
Fields
| |
Instances
data PageGetResourceTree Source #
Constructors
| PageGetResourceTree | |
Fields
| |
Instances
| Eq PageGetResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetResourceTree -> PageGetResourceTree -> Bool # (/=) :: PageGetResourceTree -> PageGetResourceTree -> Bool # | |
| Show PageGetResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetResourceTree -> ShowS # show :: PageGetResourceTree -> String # showList :: [PageGetResourceTree] -> ShowS # | |
| FromJSON PageGetResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetResourceTree # parseJSONList :: Value -> Parser [PageGetResourceTree] # | |
data PPageGetResourceTree Source #
Returns present frame / resource tree structure.
Parameters of the getResourceTree command.
Constructors
| PPageGetResourceTree |
Instances
data PageGetResourceContent Source #
Constructors
| PageGetResourceContent | |
Fields
| |
Instances
| Eq PageGetResourceContent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetResourceContent -> PageGetResourceContent -> Bool # (/=) :: PageGetResourceContent -> PageGetResourceContent -> Bool # | |
| Show PageGetResourceContent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetResourceContent -> ShowS # show :: PageGetResourceContent -> String # showList :: [PageGetResourceContent] -> ShowS # | |
| FromJSON PageGetResourceContent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetResourceContent # parseJSONList :: Value -> Parser [PageGetResourceContent] # | |
data PPageGetResourceContent Source #
Returns content of the given resource.
Parameters of the getResourceContent command.
Constructors
| PPageGetResourceContent | |
Fields
| |
Instances
data PPageResetNavigationHistory Source #
Resets navigation history for the current page.
Parameters of the resetNavigationHistory command.
Constructors
| PPageResetNavigationHistory |
Instances
data PageGetNavigationHistory Source #
Constructors
| PageGetNavigationHistory | |
Fields
| |
Instances
data PPageGetNavigationHistory Source #
Returns navigation history for the current page.
Parameters of the getNavigationHistory command.
Constructors
| PPageGetNavigationHistory |
Instances
data PageGetLayoutMetrics Source #
Constructors
| PageGetLayoutMetrics | |
Fields
| |
Instances
| Eq PageGetLayoutMetrics Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetLayoutMetrics -> PageGetLayoutMetrics -> Bool # (/=) :: PageGetLayoutMetrics -> PageGetLayoutMetrics -> Bool # | |
| Show PageGetLayoutMetrics Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetLayoutMetrics -> ShowS # show :: PageGetLayoutMetrics -> String # showList :: [PageGetLayoutMetrics] -> ShowS # | |
| FromJSON PageGetLayoutMetrics Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetLayoutMetrics # parseJSONList :: Value -> Parser [PageGetLayoutMetrics] # | |
data PPageGetLayoutMetrics Source #
Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
Parameters of the getLayoutMetrics command.
Constructors
| PPageGetLayoutMetrics |
Instances
data PageGetFrameTree Source #
Constructors
| PageGetFrameTree | |
Fields
| |
Instances
| Eq PageGetFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetFrameTree -> PageGetFrameTree -> Bool # (/=) :: PageGetFrameTree -> PageGetFrameTree -> Bool # | |
| Show PageGetFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetFrameTree -> ShowS # show :: PageGetFrameTree -> String # showList :: [PageGetFrameTree] -> ShowS # | |
| FromJSON PageGetFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetFrameTree # parseJSONList :: Value -> Parser [PageGetFrameTree] # | |
data PPageGetFrameTree Source #
Returns present frame tree structure.
Parameters of the getFrameTree command.
Constructors
| PPageGetFrameTree |
Instances
data PageGetAdScriptId Source #
Constructors
| PageGetAdScriptId | |
Fields
| |
Instances
| Eq PageGetAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetAdScriptId -> PageGetAdScriptId -> Bool # (/=) :: PageGetAdScriptId -> PageGetAdScriptId -> Bool # | |
| Show PageGetAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetAdScriptId -> ShowS # show :: PageGetAdScriptId -> String # showList :: [PageGetAdScriptId] -> ShowS # | |
| FromJSON PageGetAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetAdScriptId # parseJSONList :: Value -> Parser [PageGetAdScriptId] # | |
data PPageGetAdScriptId Source #
Parameters of the getAdScriptId command.
Constructors
| PPageGetAdScriptId | |
Fields | |
Instances
data PageGetAppId Source #
Constructors
| PageGetAppId | |
Fields
| |
Instances
| Eq PageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetAppId -> ShowS # show :: PageGetAppId -> String # showList :: [PageGetAppId] -> ShowS # | |
| FromJSON PageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PPageGetAppId Source #
Returns the unique (PWA) app id.
Only returns values if the feature flag WebAppEnableManifestId is enabled
Parameters of the getAppId command.
Constructors
| PPageGetAppId |
Instances
| Eq PPageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PPageGetAppId -> PPageGetAppId -> Bool # (/=) :: PPageGetAppId -> PPageGetAppId -> Bool # | |
| Show PPageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageGetAppId -> ShowS # show :: PPageGetAppId -> String # showList :: [PPageGetAppId] -> ShowS # | |
| ToJSON PPageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageGetAppId -> Value # toEncoding :: PPageGetAppId -> Encoding # toJSONList :: [PPageGetAppId] -> Value # toEncodingList :: [PPageGetAppId] -> Encoding # | |
| Command PPageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PPageGetAppId -> String Source # fromJSON :: Proxy PPageGetAppId -> Value -> Result (CommandResponse PPageGetAppId) Source # | |
| type CommandResponse PPageGetAppId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageGetManifestIcons Source #
Constructors
| PageGetManifestIcons | |
Fields | |
Instances
| Eq PageGetManifestIcons Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetManifestIcons -> PageGetManifestIcons -> Bool # (/=) :: PageGetManifestIcons -> PageGetManifestIcons -> Bool # | |
| Show PageGetManifestIcons Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetManifestIcons -> ShowS # show :: PageGetManifestIcons -> String # showList :: [PageGetManifestIcons] -> ShowS # | |
| FromJSON PageGetManifestIcons Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetManifestIcons # parseJSONList :: Value -> Parser [PageGetManifestIcons] # | |
data PPageGetManifestIcons Source #
Parameters of the getManifestIcons command.
Constructors
| PPageGetManifestIcons |
Instances
data PageGetInstallabilityErrors Source #
Constructors
| PageGetInstallabilityErrors | |
Instances
| Eq PageGetInstallabilityErrors Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetInstallabilityErrors -> PageGetInstallabilityErrors -> Bool # (/=) :: PageGetInstallabilityErrors -> PageGetInstallabilityErrors -> Bool # | |
| Show PageGetInstallabilityErrors Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetInstallabilityErrors -> ShowS # show :: PageGetInstallabilityErrors -> String # showList :: [PageGetInstallabilityErrors] -> ShowS # | |
| FromJSON PageGetInstallabilityErrors Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetInstallabilityErrors # parseJSONList :: Value -> Parser [PageGetInstallabilityErrors] # | |
data PPageGetInstallabilityErrors Source #
Parameters of the getInstallabilityErrors command.
Constructors
| PPageGetInstallabilityErrors |
Instances
data PageGetAppManifest Source #
Constructors
| PageGetAppManifest | |
Fields
| |
Instances
| Eq PageGetAppManifest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageGetAppManifest -> PageGetAppManifest -> Bool # (/=) :: PageGetAppManifest -> PageGetAppManifest -> Bool # | |
| Show PageGetAppManifest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageGetAppManifest -> ShowS # show :: PageGetAppManifest -> String # showList :: [PageGetAppManifest] -> ShowS # | |
| FromJSON PageGetAppManifest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageGetAppManifest # parseJSONList :: Value -> Parser [PageGetAppManifest] # | |
data PPageGetAppManifest Source #
Parameters of the getAppManifest command.
Constructors
| PPageGetAppManifest |
Instances
data PPageEnable Source #
Enables page domain notifications.
Parameters of the enable command.
Constructors
| PPageEnable |
Instances
| Eq PPageEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PPageEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageEnable -> ShowS # show :: PPageEnable -> String # showList :: [PPageEnable] -> ShowS # | |
| ToJSON PPageEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageEnable -> Value # toEncoding :: PPageEnable -> Encoding # toJSONList :: [PPageEnable] -> Value # toEncodingList :: [PPageEnable] -> Encoding # | |
| Command PPageEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PPageEnable -> String Source # fromJSON :: Proxy PPageEnable -> Value -> Result (CommandResponse PPageEnable) Source # | |
| type CommandResponse PPageEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PPageDisable Source #
Disables page domain notifications.
Parameters of the disable command.
Constructors
| PPageDisable |
Instances
| Eq PPageDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PPageDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PPageDisable -> ShowS # show :: PPageDisable -> String # showList :: [PPageDisable] -> ShowS # | |
| ToJSON PPageDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PPageDisable -> Value # toEncoding :: PPageDisable -> Encoding # toJSONList :: [PPageDisable] -> Value # toEncodingList :: [PPageDisable] -> Encoding # | |
| Command PPageDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PPageDisable -> String Source # fromJSON :: Proxy PPageDisable -> Value -> Result (CommandResponse PPageDisable) Source # | |
| type CommandResponse PPageDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageCreateIsolatedWorld Source #
Constructors
| PageCreateIsolatedWorld | |
Fields
| |
Instances
| Eq PageCreateIsolatedWorld Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageCreateIsolatedWorld -> PageCreateIsolatedWorld -> Bool # (/=) :: PageCreateIsolatedWorld -> PageCreateIsolatedWorld -> Bool # | |
| Show PageCreateIsolatedWorld Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageCreateIsolatedWorld -> ShowS # show :: PageCreateIsolatedWorld -> String # showList :: [PageCreateIsolatedWorld] -> ShowS # | |
| FromJSON PageCreateIsolatedWorld Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageCreateIsolatedWorld # parseJSONList :: Value -> Parser [PageCreateIsolatedWorld] # | |
data PPageCreateIsolatedWorld Source #
Creates an isolated world for the given frame.
Parameters of the createIsolatedWorld command.
Constructors
| PPageCreateIsolatedWorld | |
Fields
| |
Instances
data PageCaptureSnapshot Source #
Constructors
| PageCaptureSnapshot | |
Fields
| |
Instances
| Eq PageCaptureSnapshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageCaptureSnapshot -> PageCaptureSnapshot -> Bool # (/=) :: PageCaptureSnapshot -> PageCaptureSnapshot -> Bool # | |
| Show PageCaptureSnapshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageCaptureSnapshot -> ShowS # show :: PageCaptureSnapshot -> String # showList :: [PageCaptureSnapshot] -> ShowS # | |
| FromJSON PageCaptureSnapshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageCaptureSnapshot # parseJSONList :: Value -> Parser [PageCaptureSnapshot] # | |
data PPageCaptureSnapshot Source #
Constructors
| PPageCaptureSnapshot | |
Fields
| |
Instances
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.
Constructors
| PPageCaptureSnapshotFormatMhtml |
Instances
data PageCaptureScreenshot Source #
Constructors
| PageCaptureScreenshot | |
Fields
| |
Instances
| Eq PageCaptureScreenshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageCaptureScreenshot -> PageCaptureScreenshot -> Bool # (/=) :: PageCaptureScreenshot -> PageCaptureScreenshot -> Bool # | |
| Show PageCaptureScreenshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageCaptureScreenshot -> ShowS # show :: PageCaptureScreenshot -> String # showList :: [PageCaptureScreenshot] -> ShowS # | |
| FromJSON PageCaptureScreenshot Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageCaptureScreenshot # parseJSONList :: Value -> Parser [PageCaptureScreenshot] # | |
data PPageCaptureScreenshot Source #
Constructors
| PPageCaptureScreenshot | |
Fields
| |
Instances
data PPageCaptureScreenshotFormat Source #
Capture page screenshot.
Parameters of the captureScreenshot command.
Constructors
| PPageCaptureScreenshotFormatJpeg | |
| PPageCaptureScreenshotFormatPng | |
| PPageCaptureScreenshotFormatWebp |
Instances
data PPageBringToFront Source #
Brings page to front (activates tab).
Parameters of the bringToFront command.
Constructors
| PPageBringToFront |
Instances
data PageAddScriptToEvaluateOnNewDocument Source #
Constructors
| PageAddScriptToEvaluateOnNewDocument | |
Fields
| |
Instances
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
data PageCompilationCacheProduced Source #
Type of the compilationCacheProduced event.
Constructors
| PageCompilationCacheProduced | |
Fields
| |
Instances
data PageWindowOpen Source #
Type of the windowOpen event.
Constructors
| PageWindowOpen | |
Fields
| |
Instances
| Eq PageWindowOpen Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageWindowOpen -> PageWindowOpen -> Bool # (/=) :: PageWindowOpen -> PageWindowOpen -> Bool # | |
| Show PageWindowOpen Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageWindowOpen -> ShowS # show :: PageWindowOpen -> String # showList :: [PageWindowOpen] -> ShowS # | |
| FromJSON PageWindowOpen Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageWindowOpen # parseJSONList :: Value -> Parser [PageWindowOpen] # | |
| Event PageWindowOpen Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageScreencastVisibilityChanged Source #
Type of the screencastVisibilityChanged event.
Constructors
| PageScreencastVisibilityChanged | |
Fields
| |
Instances
data PageScreencastFrame Source #
Type of the screencastFrame event.
Constructors
| PageScreencastFrame | |
Fields
| |
Instances
| Eq PageScreencastFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageScreencastFrame -> PageScreencastFrame -> Bool # (/=) :: PageScreencastFrame -> PageScreencastFrame -> Bool # | |
| Show PageScreencastFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageScreencastFrame -> ShowS # show :: PageScreencastFrame -> String # showList :: [PageScreencastFrame] -> ShowS # | |
| FromJSON PageScreencastFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageScreencastFrame # parseJSONList :: Value -> Parser [PageScreencastFrame] # | |
| Event PageScreencastFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageNavigatedWithinDocument Source #
Type of the navigatedWithinDocument event.
Constructors
| PageNavigatedWithinDocument | |
Fields
| |
Instances
data PageLoadEventFired Source #
Type of the loadEventFired event.
Constructors
| PageLoadEventFired | |
Instances
| Eq PageLoadEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageLoadEventFired -> PageLoadEventFired -> Bool # (/=) :: PageLoadEventFired -> PageLoadEventFired -> Bool # | |
| Show PageLoadEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageLoadEventFired -> ShowS # show :: PageLoadEventFired -> String # showList :: [PageLoadEventFired] -> ShowS # | |
| FromJSON PageLoadEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageLoadEventFired # parseJSONList :: Value -> Parser [PageLoadEventFired] # | |
| Event PageLoadEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PagePrerenderAttemptCompleted Source #
Type of the prerenderAttemptCompleted event.
Constructors
| PagePrerenderAttemptCompleted | |
Fields
| |
Instances
data PageBackForwardCacheNotUsed Source #
Type of the backForwardCacheNotUsed event.
Constructors
| PageBackForwardCacheNotUsed | |
Fields
| |
Instances
data PageLifecycleEvent Source #
Type of the lifecycleEvent event.
Constructors
| PageLifecycleEvent | |
Fields
| |
Instances
| Eq PageLifecycleEvent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageLifecycleEvent -> PageLifecycleEvent -> Bool # (/=) :: PageLifecycleEvent -> PageLifecycleEvent -> Bool # | |
| Show PageLifecycleEvent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageLifecycleEvent -> ShowS # show :: PageLifecycleEvent -> String # showList :: [PageLifecycleEvent] -> ShowS # | |
| FromJSON PageLifecycleEvent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageLifecycleEvent # parseJSONList :: Value -> Parser [PageLifecycleEvent] # | |
| Event PageLifecycleEvent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageJavascriptDialogOpening Source #
Type of the javascriptDialogOpening event.
Constructors
| PageJavascriptDialogOpening | |
Fields
| |
Instances
data PageJavascriptDialogClosed Source #
Type of the javascriptDialogClosed event.
Constructors
| PageJavascriptDialogClosed | |
Fields
| |
Instances
| Eq PageJavascriptDialogClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageJavascriptDialogClosed -> PageJavascriptDialogClosed -> Bool # (/=) :: PageJavascriptDialogClosed -> PageJavascriptDialogClosed -> Bool # | |
| Show PageJavascriptDialogClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageJavascriptDialogClosed -> ShowS # show :: PageJavascriptDialogClosed -> String # showList :: [PageJavascriptDialogClosed] -> ShowS # | |
| FromJSON PageJavascriptDialogClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageJavascriptDialogClosed # parseJSONList :: Value -> Parser [PageJavascriptDialogClosed] # | |
| Event PageJavascriptDialogClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageInterstitialShown Source #
Type of the interstitialShown event.
Constructors
| PageInterstitialShown |
Instances
| Eq PageInterstitialShown Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageInterstitialShown -> PageInterstitialShown -> Bool # (/=) :: PageInterstitialShown -> PageInterstitialShown -> Bool # | |
| Read PageInterstitialShown Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods readsPrec :: Int -> ReadS PageInterstitialShown # readList :: ReadS [PageInterstitialShown] # | |
| Show PageInterstitialShown Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageInterstitialShown -> ShowS # show :: PageInterstitialShown -> String # showList :: [PageInterstitialShown] -> ShowS # | |
| FromJSON PageInterstitialShown Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageInterstitialShown # parseJSONList :: Value -> Parser [PageInterstitialShown] # | |
| Event PageInterstitialShown Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageInterstitialHidden Source #
Type of the interstitialHidden event.
Constructors
| PageInterstitialHidden |
Instances
| Eq PageInterstitialHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageInterstitialHidden -> PageInterstitialHidden -> Bool # (/=) :: PageInterstitialHidden -> PageInterstitialHidden -> Bool # | |
| Read PageInterstitialHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PageInterstitialHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageInterstitialHidden -> ShowS # show :: PageInterstitialHidden -> String # showList :: [PageInterstitialHidden] -> ShowS # | |
| FromJSON PageInterstitialHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageInterstitialHidden # parseJSONList :: Value -> Parser [PageInterstitialHidden] # | |
| Event PageInterstitialHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFrameStoppedLoading Source #
Type of the frameStoppedLoading event.
Constructors
| PageFrameStoppedLoading | |
Fields
| |
Instances
| Eq PageFrameStoppedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameStoppedLoading -> PageFrameStoppedLoading -> Bool # (/=) :: PageFrameStoppedLoading -> PageFrameStoppedLoading -> Bool # | |
| Show PageFrameStoppedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameStoppedLoading -> ShowS # show :: PageFrameStoppedLoading -> String # showList :: [PageFrameStoppedLoading] -> ShowS # | |
| FromJSON PageFrameStoppedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameStoppedLoading # parseJSONList :: Value -> Parser [PageFrameStoppedLoading] # | |
| Event PageFrameStoppedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFrameStartedLoading Source #
Type of the frameStartedLoading event.
Constructors
| PageFrameStartedLoading | |
Fields
| |
Instances
| Eq PageFrameStartedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameStartedLoading -> PageFrameStartedLoading -> Bool # (/=) :: PageFrameStartedLoading -> PageFrameStartedLoading -> Bool # | |
| Show PageFrameStartedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameStartedLoading -> ShowS # show :: PageFrameStartedLoading -> String # showList :: [PageFrameStartedLoading] -> ShowS # | |
| FromJSON PageFrameStartedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameStartedLoading # parseJSONList :: Value -> Parser [PageFrameStartedLoading] # | |
| Event PageFrameStartedLoading Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFrameRequestedNavigation Source #
Type of the frameRequestedNavigation event.
Constructors
| PageFrameRequestedNavigation | |
Fields
| |
Instances
data PageFrameResized Source #
Type of the frameResized event.
Constructors
| PageFrameResized |
Instances
| Eq PageFrameResized Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameResized -> PageFrameResized -> Bool # (/=) :: PageFrameResized -> PageFrameResized -> Bool # | |
| Read PageFrameResized Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods readsPrec :: Int -> ReadS PageFrameResized # readList :: ReadS [PageFrameResized] # | |
| Show PageFrameResized Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameResized -> ShowS # show :: PageFrameResized -> String # showList :: [PageFrameResized] -> ShowS # | |
| FromJSON PageFrameResized Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameResized # parseJSONList :: Value -> Parser [PageFrameResized] # | |
| Event PageFrameResized Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageDocumentOpened Source #
Type of the documentOpened event.
Constructors
| PageDocumentOpened | |
Fields
| |
Instances
| Eq PageDocumentOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageDocumentOpened -> PageDocumentOpened -> Bool # (/=) :: PageDocumentOpened -> PageDocumentOpened -> Bool # | |
| Show PageDocumentOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageDocumentOpened -> ShowS # show :: PageDocumentOpened -> String # showList :: [PageDocumentOpened] -> ShowS # | |
| FromJSON PageDocumentOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageDocumentOpened # parseJSONList :: Value -> Parser [PageDocumentOpened] # | |
| Event PageDocumentOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFrameNavigated Source #
Type of the frameNavigated event.
Constructors
| PageFrameNavigated | |
Fields
| |
Instances
data PageFrameDetached Source #
Constructors
| PageFrameDetached | |
Fields
| |
Instances
| Eq PageFrameDetached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameDetached -> PageFrameDetached -> Bool # (/=) :: PageFrameDetached -> PageFrameDetached -> Bool # | |
| Show PageFrameDetached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameDetached -> ShowS # show :: PageFrameDetached -> String # showList :: [PageFrameDetached] -> ShowS # | |
| FromJSON PageFrameDetached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameDetached # parseJSONList :: Value -> Parser [PageFrameDetached] # | |
| Event PageFrameDetached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFrameDetachedReason Source #
Type of the frameDetached event.
Instances
data PageFrameAttached Source #
Type of the frameAttached event.
Constructors
| PageFrameAttached | |
Fields
| |
Instances
| Eq PageFrameAttached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameAttached -> PageFrameAttached -> Bool # (/=) :: PageFrameAttached -> PageFrameAttached -> Bool # | |
| Show PageFrameAttached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameAttached -> ShowS # show :: PageFrameAttached -> String # showList :: [PageFrameAttached] -> ShowS # | |
| FromJSON PageFrameAttached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameAttached # parseJSONList :: Value -> Parser [PageFrameAttached] # | |
| Event PageFrameAttached Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFileChooserOpened Source #
Constructors
| PageFileChooserOpened | |
Fields
| |
Instances
| Eq PageFileChooserOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFileChooserOpened -> PageFileChooserOpened -> Bool # (/=) :: PageFileChooserOpened -> PageFileChooserOpened -> Bool # | |
| Show PageFileChooserOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFileChooserOpened -> ShowS # show :: PageFileChooserOpened -> String # showList :: [PageFileChooserOpened] -> ShowS # | |
| FromJSON PageFileChooserOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFileChooserOpened # parseJSONList :: Value -> Parser [PageFileChooserOpened] # | |
| Event PageFileChooserOpened Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageFileChooserOpenedMode Source #
Type of the fileChooserOpened event.
Instances
data PageDomContentEventFired Source #
Type of the domContentEventFired event.
Constructors
| PageDomContentEventFired | |
Instances
| Eq PageDomContentEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageDomContentEventFired -> PageDomContentEventFired -> Bool # (/=) :: PageDomContentEventFired -> PageDomContentEventFired -> Bool # | |
| Show PageDomContentEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageDomContentEventFired -> ShowS # show :: PageDomContentEventFired -> String # showList :: [PageDomContentEventFired] -> ShowS # | |
| FromJSON PageDomContentEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageDomContentEventFired # parseJSONList :: Value -> Parser [PageDomContentEventFired] # | |
| Event PageDomContentEventFired Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PagePrerenderFinalStatus Source #
Type PrerenderFinalStatus.
List of FinalStatus reasons for Prerender2.
Constructors
Instances
data PageBackForwardCacheNotRestoredExplanationTree Source #
Constructors
| PageBackForwardCacheNotRestoredExplanationTree | |
Fields
| |
Instances
data PageBackForwardCacheNotRestoredExplanation Source #
Constructors
| PageBackForwardCacheNotRestoredExplanation | |
Fields
| |
data PageBackForwardCacheNotRestoredReasonType Source #
Type BackForwardCacheNotRestoredReasonType.
Types of not restored reasons for back-forward cache.
Constructors
| PageBackForwardCacheNotRestoredReasonTypeSupportPending | |
| PageBackForwardCacheNotRestoredReasonTypePageSupportNeeded | |
| PageBackForwardCacheNotRestoredReasonTypeCircumstantial |
Instances
data PageBackForwardCacheNotRestoredReason Source #
Type BackForwardCacheNotRestoredReason.
List of not restored reasons for back-forward cache.
Constructors
Instances
data PageCompilationCacheParams Source #
Type CompilationCacheParams.
Per-script compilation cache parameters for produceCompilationCache
Constructors
| PageCompilationCacheParams | |
Fields
| |
Instances
data PageReferrerPolicy Source #
Type ReferrerPolicy.
The referring-policy used for the navigation.
Constructors
Instances
data PageInstallabilityError Source #
Type InstallabilityError.
The installability error
Constructors
| PageInstallabilityError | |
Fields
| |
Instances
| Eq PageInstallabilityError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageInstallabilityError -> PageInstallabilityError -> Bool # (/=) :: PageInstallabilityError -> PageInstallabilityError -> Bool # | |
| Show PageInstallabilityError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageInstallabilityError -> ShowS # show :: PageInstallabilityError -> String # showList :: [PageInstallabilityError] -> ShowS # | |
| ToJSON PageInstallabilityError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageInstallabilityError -> Value # toEncoding :: PageInstallabilityError -> Encoding # toJSONList :: [PageInstallabilityError] -> Value # | |
| FromJSON PageInstallabilityError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageInstallabilityError # parseJSONList :: Value -> Parser [PageInstallabilityError] # | |
data PageInstallabilityErrorArgument Source #
Constructors
| PageInstallabilityErrorArgument | |
Fields
| |
Instances
data PageClientNavigationDisposition Source #
Constructors
| PageClientNavigationDispositionCurrentTab | |
| PageClientNavigationDispositionNewTab | |
| PageClientNavigationDispositionNewWindow | |
| PageClientNavigationDispositionDownload |
Instances
data PageClientNavigationReason Source #
Type ClientNavigationReason.
Constructors
Instances
data PageFontSizes Source #
Type FontSizes.
Default font sizes.
Constructors
| PageFontSizes | |
Fields
| |
Instances
| Eq PageFontSizes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFontSizes -> PageFontSizes -> Bool # (/=) :: PageFontSizes -> PageFontSizes -> Bool # | |
| Show PageFontSizes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFontSizes -> ShowS # show :: PageFontSizes -> String # showList :: [PageFontSizes] -> ShowS # | |
| ToJSON PageFontSizes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageFontSizes -> Value # toEncoding :: PageFontSizes -> Encoding # toJSONList :: [PageFontSizes] -> Value # toEncodingList :: [PageFontSizes] -> Encoding # | |
| FromJSON PageFontSizes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFontSizes # parseJSONList :: Value -> Parser [PageFontSizes] # | |
data PageScriptFontFamilies Source #
Type ScriptFontFamilies.
Font families collection for a script.
Constructors
| PageScriptFontFamilies | |
Fields
| |
Instances
| Eq PageScriptFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageScriptFontFamilies -> PageScriptFontFamilies -> Bool # (/=) :: PageScriptFontFamilies -> PageScriptFontFamilies -> Bool # | |
| Show PageScriptFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageScriptFontFamilies -> ShowS # show :: PageScriptFontFamilies -> String # showList :: [PageScriptFontFamilies] -> ShowS # | |
| ToJSON PageScriptFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageScriptFontFamilies -> Value # toEncoding :: PageScriptFontFamilies -> Encoding # toJSONList :: [PageScriptFontFamilies] -> Value # | |
| FromJSON PageScriptFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageScriptFontFamilies # parseJSONList :: Value -> Parser [PageScriptFontFamilies] # | |
data PageFontFamilies Source #
Type FontFamilies.
Generic font families collection.
Constructors
| PageFontFamilies | |
Fields
| |
Instances
| Eq PageFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFontFamilies -> PageFontFamilies -> Bool # (/=) :: PageFontFamilies -> PageFontFamilies -> Bool # | |
| Show PageFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFontFamilies -> ShowS # show :: PageFontFamilies -> String # showList :: [PageFontFamilies] -> ShowS # | |
| ToJSON PageFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageFontFamilies -> Value # toEncoding :: PageFontFamilies -> Encoding # toJSONList :: [PageFontFamilies] -> Value # toEncodingList :: [PageFontFamilies] -> Encoding # | |
| FromJSON PageFontFamilies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFontFamilies # parseJSONList :: Value -> Parser [PageFontFamilies] # | |
data PageViewport Source #
Type Viewport.
Viewport for capturing screenshot.
Constructors
| PageViewport | |
Fields
| |
Instances
| Eq PageViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PageViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageViewport -> ShowS # show :: PageViewport -> String # showList :: [PageViewport] -> ShowS # | |
| ToJSON PageViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageViewport -> Value # toEncoding :: PageViewport -> Encoding # toJSONList :: [PageViewport] -> Value # toEncodingList :: [PageViewport] -> Encoding # | |
| FromJSON PageViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PageVisualViewport Source #
Type VisualViewport.
Visual viewport position, dimensions, and scale.
Constructors
| PageVisualViewport | |
Fields
| |
Instances
| Eq PageVisualViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageVisualViewport -> PageVisualViewport -> Bool # (/=) :: PageVisualViewport -> PageVisualViewport -> Bool # | |
| Show PageVisualViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageVisualViewport -> ShowS # show :: PageVisualViewport -> String # showList :: [PageVisualViewport] -> ShowS # | |
| ToJSON PageVisualViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageVisualViewport -> Value # toEncoding :: PageVisualViewport -> Encoding # toJSONList :: [PageVisualViewport] -> Value # toEncodingList :: [PageVisualViewport] -> Encoding # | |
| FromJSON PageVisualViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageVisualViewport # parseJSONList :: Value -> Parser [PageVisualViewport] # | |
data PageLayoutViewport Source #
Type LayoutViewport.
Layout viewport position and dimensions.
Constructors
| PageLayoutViewport | |
Fields
| |
Instances
| Eq PageLayoutViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageLayoutViewport -> PageLayoutViewport -> Bool # (/=) :: PageLayoutViewport -> PageLayoutViewport -> Bool # | |
| Show PageLayoutViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageLayoutViewport -> ShowS # show :: PageLayoutViewport -> String # showList :: [PageLayoutViewport] -> ShowS # | |
| ToJSON PageLayoutViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageLayoutViewport -> Value # toEncoding :: PageLayoutViewport -> Encoding # toJSONList :: [PageLayoutViewport] -> Value # toEncodingList :: [PageLayoutViewport] -> Encoding # | |
| FromJSON PageLayoutViewport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageLayoutViewport # parseJSONList :: Value -> Parser [PageLayoutViewport] # | |
data PageAppManifestParsedProperties Source #
Type AppManifestParsedProperties.
Parsed app manifest properties.
Constructors
| PageAppManifestParsedProperties | |
Fields
| |
Instances
data PageAppManifestError Source #
Type AppManifestError.
Error while paring app manifest.
Constructors
| PageAppManifestError | |
Fields
| |
Instances
| Eq PageAppManifestError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageAppManifestError -> PageAppManifestError -> Bool # (/=) :: PageAppManifestError -> PageAppManifestError -> Bool # | |
| Show PageAppManifestError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageAppManifestError -> ShowS # show :: PageAppManifestError -> String # showList :: [PageAppManifestError] -> ShowS # | |
| ToJSON PageAppManifestError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageAppManifestError -> Value # toEncoding :: PageAppManifestError -> Encoding # toJSONList :: [PageAppManifestError] -> Value # toEncodingList :: [PageAppManifestError] -> Encoding # | |
| FromJSON PageAppManifestError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageAppManifestError # parseJSONList :: Value -> Parser [PageAppManifestError] # | |
data PageDialogType Source #
Type DialogType.
Javascript dialog type.
Constructors
| PageDialogTypeAlert | |
| PageDialogTypeConfirm | |
| PageDialogTypePrompt | |
| PageDialogTypeBeforeunload |
Instances
data PageScreencastFrameMetadata Source #
Type ScreencastFrameMetadata.
Screencast frame metadata.
Constructors
| PageScreencastFrameMetadata | |
Fields
| |
Instances
data PageNavigationEntry Source #
Type NavigationEntry.
Navigation history entry.
Constructors
| PageNavigationEntry | |
Fields
| |
Instances
data PageTransitionType Source #
Type TransitionType.
Transition type.
Constructors
Instances
type PageScriptIdentifier = Text Source #
Type ScriptIdentifier.
Unique script identifier.
data PageFrameTree Source #
Type FrameTree.
Information about the Frame hierarchy.
Constructors
| PageFrameTree | |
Fields
| |
Instances
| Eq PageFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameTree -> PageFrameTree -> Bool # (/=) :: PageFrameTree -> PageFrameTree -> Bool # | |
| Show PageFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameTree -> ShowS # show :: PageFrameTree -> String # showList :: [PageFrameTree] -> ShowS # | |
| ToJSON PageFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageFrameTree -> Value # toEncoding :: PageFrameTree -> Encoding # toJSONList :: [PageFrameTree] -> Value # toEncodingList :: [PageFrameTree] -> Encoding # | |
| FromJSON PageFrameTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameTree # parseJSONList :: Value -> Parser [PageFrameTree] # | |
data PageFrameResourceTree Source #
Type FrameResourceTree.
Information about the Frame hierarchy along with their cached resources.
Constructors
| PageFrameResourceTree | |
Fields
| |
Instances
| Eq PageFrameResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameResourceTree -> PageFrameResourceTree -> Bool # (/=) :: PageFrameResourceTree -> PageFrameResourceTree -> Bool # | |
| Show PageFrameResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameResourceTree -> ShowS # show :: PageFrameResourceTree -> String # showList :: [PageFrameResourceTree] -> ShowS # | |
| ToJSON PageFrameResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageFrameResourceTree -> Value # toEncoding :: PageFrameResourceTree -> Encoding # toJSONList :: [PageFrameResourceTree] -> Value # toEncodingList :: [PageFrameResourceTree] -> Encoding # | |
| FromJSON PageFrameResourceTree Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameResourceTree # parseJSONList :: Value -> Parser [PageFrameResourceTree] # | |
data PageFrameResource Source #
Type FrameResource.
Information about the Resource on the page.
Constructors
| PageFrameResource | |
Fields
| |
Instances
| Eq PageFrameResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageFrameResource -> PageFrameResource -> Bool # (/=) :: PageFrameResource -> PageFrameResource -> Bool # | |
| Show PageFrameResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageFrameResource -> ShowS # show :: PageFrameResource -> String # showList :: [PageFrameResource] -> ShowS # | |
| ToJSON PageFrameResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageFrameResource -> Value # toEncoding :: PageFrameResource -> Encoding # toJSONList :: [PageFrameResource] -> Value # toEncodingList :: [PageFrameResource] -> Encoding # | |
| FromJSON PageFrameResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageFrameResource # parseJSONList :: Value -> Parser [PageFrameResource] # | |
Type Frame.
Information about the Frame on the page.
Constructors
| PageFrame | |
Fields
| |
data PageOriginTrial Source #
Type OriginTrial.
Constructors
| PageOriginTrial | |
Instances
| Eq PageOriginTrial Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageOriginTrial -> PageOriginTrial -> Bool # (/=) :: PageOriginTrial -> PageOriginTrial -> Bool # | |
| Show PageOriginTrial Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageOriginTrial -> ShowS # show :: PageOriginTrial -> String # showList :: [PageOriginTrial] -> ShowS # | |
| ToJSON PageOriginTrial Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageOriginTrial -> Value # toEncoding :: PageOriginTrial -> Encoding # toJSONList :: [PageOriginTrial] -> Value # toEncodingList :: [PageOriginTrial] -> Encoding # | |
| FromJSON PageOriginTrial Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageOriginTrial # parseJSONList :: Value -> Parser [PageOriginTrial] # | |
data PageOriginTrialTokenWithStatus Source #
Constructors
| PageOriginTrialTokenWithStatus | |
Fields
| |
Instances
data PageOriginTrialToken Source #
Type OriginTrialToken.
Constructors
| PageOriginTrialToken | |
Instances
| Eq PageOriginTrialToken Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageOriginTrialToken -> PageOriginTrialToken -> Bool # (/=) :: PageOriginTrialToken -> PageOriginTrialToken -> Bool # | |
| Show PageOriginTrialToken Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageOriginTrialToken -> ShowS # show :: PageOriginTrialToken -> String # showList :: [PageOriginTrialToken] -> ShowS # | |
| ToJSON PageOriginTrialToken Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageOriginTrialToken -> Value # toEncoding :: PageOriginTrialToken -> Encoding # toJSONList :: [PageOriginTrialToken] -> Value # toEncodingList :: [PageOriginTrialToken] -> Encoding # | |
| FromJSON PageOriginTrialToken Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageOriginTrialToken # parseJSONList :: Value -> Parser [PageOriginTrialToken] # | |
data PageOriginTrialUsageRestriction Source #
Instances
data PageOriginTrialStatus Source #
Type OriginTrialStatus.
Status for an Origin Trial.
Constructors
| PageOriginTrialStatusEnabled | |
| PageOriginTrialStatusValidTokenNotProvided | |
| PageOriginTrialStatusOSNotSupported | |
| PageOriginTrialStatusTrialNotAllowed |
Instances
data PageOriginTrialTokenStatus Source #
Type OriginTrialTokenStatus.
Origin Trial(https:/www.chromium.orgblink/origin-trials) support.
Status for an Origin Trial token.
Constructors
Instances
data PagePermissionsPolicyFeatureState Source #
Constructors
| PagePermissionsPolicyFeatureState | |
Instances
data PagePermissionsPolicyBlockLocator Source #
Constructors
| PagePermissionsPolicyBlockLocator | |
Instances
data PagePermissionsPolicyBlockReason Source #
Type PermissionsPolicyBlockReason.
Reason for a permissions policy feature to be disabled.
Constructors
| PagePermissionsPolicyBlockReasonHeader | |
| PagePermissionsPolicyBlockReasonIframeAttribute | |
| PagePermissionsPolicyBlockReasonInFencedFrameTree | |
| PagePermissionsPolicyBlockReasonInIsolatedApp |
Instances
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
Instances
data PageGatedAPIFeatures Source #
Type GatedAPIFeatures.
Constructors
| PageGatedAPIFeaturesSharedArrayBuffers | |
| PageGatedAPIFeaturesSharedArrayBuffersTransferAllowed | |
| PageGatedAPIFeaturesPerformanceMeasureMemory | |
| PageGatedAPIFeaturesPerformanceProfile |
Instances
data PageCrossOriginIsolatedContextType Source #
Type CrossOriginIsolatedContextType.
Indicates whether the frame is cross-origin isolated and why it is the case.
Constructors
| PageCrossOriginIsolatedContextTypeIsolated | |
| PageCrossOriginIsolatedContextTypeNotIsolated | |
| PageCrossOriginIsolatedContextTypeNotIsolatedFeatureDisabled |
Instances
data PageSecureContextType Source #
Type SecureContextType.
Indicates whether the frame is a secure context and why it is the case.
Constructors
| PageSecureContextTypeSecure | |
| PageSecureContextTypeSecureLocalhost | |
| PageSecureContextTypeInsecureScheme | |
| PageSecureContextTypeInsecureAncestor |
Instances
data PageAdScriptId Source #
Type AdScriptId.
Identifies the bottom-most script which caused the frame to be labelled
as an ad.
Constructors
| PageAdScriptId | |
Fields
| |
Instances
| Eq PageAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageAdScriptId -> PageAdScriptId -> Bool # (/=) :: PageAdScriptId -> PageAdScriptId -> Bool # | |
| Show PageAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageAdScriptId -> ShowS # show :: PageAdScriptId -> String # showList :: [PageAdScriptId] -> ShowS # | |
| ToJSON PageAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageAdScriptId -> Value # toEncoding :: PageAdScriptId -> Encoding # toJSONList :: [PageAdScriptId] -> Value # toEncodingList :: [PageAdScriptId] -> Encoding # | |
| FromJSON PageAdScriptId Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageAdScriptId # parseJSONList :: Value -> Parser [PageAdScriptId] # | |
data PageAdFrameStatus Source #
Type AdFrameStatus.
Indicates whether a frame has been identified as an ad and why.
Constructors
| PageAdFrameStatus | |
Instances
| Eq PageAdFrameStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PageAdFrameStatus -> PageAdFrameStatus -> Bool # (/=) :: PageAdFrameStatus -> PageAdFrameStatus -> Bool # | |
| Show PageAdFrameStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PageAdFrameStatus -> ShowS # show :: PageAdFrameStatus -> String # showList :: [PageAdFrameStatus] -> ShowS # | |
| ToJSON PageAdFrameStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PageAdFrameStatus -> Value # toEncoding :: PageAdFrameStatus -> Encoding # toJSONList :: [PageAdFrameStatus] -> Value # toEncodingList :: [PageAdFrameStatus] -> Encoding # | |
| FromJSON PageAdFrameStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser PageAdFrameStatus # parseJSONList :: Value -> Parser [PageAdFrameStatus] # | |
data PageAdFrameExplanation Source #
Type AdFrameExplanation.
Constructors
| PageAdFrameExplanationParentIsAd | |
| PageAdFrameExplanationCreatedByAdScript | |
| PageAdFrameExplanationMatchedBlockingRule |
Instances
data PageAdFrameType Source #
Type AdFrameType.
Indicates whether a frame has been identified as an ad.
Instances
type PageFrameId = Text Source #
Type FrameId.
Unique frame identifier.
data NetworkLoadNetworkResource Source #
Constructors
| NetworkLoadNetworkResource | |
Instances
| Eq NetworkLoadNetworkResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkLoadNetworkResource -> NetworkLoadNetworkResource -> Bool # (/=) :: NetworkLoadNetworkResource -> NetworkLoadNetworkResource -> Bool # | |
| Show NetworkLoadNetworkResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkLoadNetworkResource -> ShowS # show :: NetworkLoadNetworkResource -> String # showList :: [NetworkLoadNetworkResource] -> ShowS # | |
| FromJSON NetworkLoadNetworkResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkLoadNetworkResource # parseJSONList :: Value -> Parser [NetworkLoadNetworkResource] # | |
data PNetworkLoadNetworkResource Source #
Fetches the resource and returns the content.
Parameters of the loadNetworkResource command.
Constructors
| PNetworkLoadNetworkResource | |
Fields
| |
Instances
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
| |
Instances
data NetworkGetSecurityIsolationStatus Source #
Constructors
| NetworkGetSecurityIsolationStatus | |
Instances
data PNetworkGetSecurityIsolationStatus Source #
Returns information about the COEP/COOP isolation status.
Parameters of the getSecurityIsolationStatus command.
Constructors
| PNetworkGetSecurityIsolationStatus | |
Fields
| |
Instances
data PNetworkSetUserAgentOverride Source #
Allows overriding user agent with the given string.
Parameters of the setUserAgentOverride command.
Constructors
| PNetworkSetUserAgentOverride | |
Fields
| |
Instances
data PNetworkSetAttachDebugStack Source #
Specifies whether to attach a page script stack id in requests
Parameters of the setAttachDebugStack command.
Constructors
| PNetworkSetAttachDebugStack | |
Fields
| |
Instances
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
| |
Instances
data PNetworkSetCookies Source #
Sets given cookies.
Parameters of the setCookies command.
Constructors
| PNetworkSetCookies | |
Fields
| |
Instances
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
| |
Instances
data PNetworkSetCacheDisabled Source #
Toggles ignoring cache for each request. If true, cache will not be used.
Parameters of the setCacheDisabled command.
Constructors
| PNetworkSetCacheDisabled | |
Fields
| |
Instances
data PNetworkSetBypassServiceWorker Source #
Toggles ignoring of service worker for each request.
Parameters of the setBypassServiceWorker command.
Constructors
| PNetworkSetBypassServiceWorker | |
Fields
| |
Instances
data PNetworkSetBlockedURLs Source #
Blocks URLs from loading.
Parameters of the setBlockedURLs command.
Constructors
| PNetworkSetBlockedURLs | |
Fields
| |
Instances
data NetworkSearchInResponseBody Source #
Constructors
| NetworkSearchInResponseBody | |
Fields
| |
Instances
| Eq NetworkSearchInResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkSearchInResponseBody -> NetworkSearchInResponseBody -> Bool # (/=) :: NetworkSearchInResponseBody -> NetworkSearchInResponseBody -> Bool # | |
| Show NetworkSearchInResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkSearchInResponseBody -> ShowS # show :: NetworkSearchInResponseBody -> String # showList :: [NetworkSearchInResponseBody] -> ShowS # | |
| FromJSON NetworkSearchInResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkSearchInResponseBody # parseJSONList :: Value -> Parser [NetworkSearchInResponseBody] # | |
data PNetworkSearchInResponseBody Source #
Searches for given string in response content.
Parameters of the searchInResponseBody command.
Constructors
| PNetworkSearchInResponseBody | |
Fields
| |
Instances
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
| |
Instances
data NetworkTakeResponseBodyForInterceptionAsStream Source #
Constructors
| NetworkTakeResponseBodyForInterceptionAsStream | |
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.
Constructors
| PNetworkTakeResponseBodyForInterceptionAsStream | |
Instances
data NetworkGetResponseBodyForInterception Source #
Constructors
| NetworkGetResponseBodyForInterception | |
Fields
| |
Instances
data PNetworkGetResponseBodyForInterception Source #
Returns content served for the given currently intercepted request.
Parameters of the getResponseBodyForInterception command.
Constructors
| PNetworkGetResponseBodyForInterception | |
Fields
| |
Instances
data NetworkGetRequestPostData Source #
Constructors
| NetworkGetRequestPostData | |
Fields
| |
Instances
| Eq NetworkGetRequestPostData Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkGetRequestPostData -> NetworkGetRequestPostData -> Bool # (/=) :: NetworkGetRequestPostData -> NetworkGetRequestPostData -> Bool # | |
| Show NetworkGetRequestPostData Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkGetRequestPostData -> ShowS # show :: NetworkGetRequestPostData -> String # showList :: [NetworkGetRequestPostData] -> ShowS # | |
| FromJSON NetworkGetRequestPostData Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkGetRequestPostData # parseJSONList :: Value -> Parser [NetworkGetRequestPostData] # | |
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
| |
Instances
data NetworkGetResponseBody Source #
Constructors
| NetworkGetResponseBody | |
Fields
| |
Instances
| Eq NetworkGetResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkGetResponseBody -> NetworkGetResponseBody -> Bool # (/=) :: NetworkGetResponseBody -> NetworkGetResponseBody -> Bool # | |
| Show NetworkGetResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkGetResponseBody -> ShowS # show :: NetworkGetResponseBody -> String # showList :: [NetworkGetResponseBody] -> ShowS # | |
| FromJSON NetworkGetResponseBody Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkGetResponseBody # parseJSONList :: Value -> Parser [NetworkGetResponseBody] # | |
data PNetworkGetResponseBody Source #
Returns content served for the given request.
Parameters of the getResponseBody command.
Constructors
| PNetworkGetResponseBody | |
Fields
| |
Instances
data NetworkGetCookies Source #
Constructors
| NetworkGetCookies | |
Fields
| |
Instances
| Eq NetworkGetCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkGetCookies -> NetworkGetCookies -> Bool # (/=) :: NetworkGetCookies -> NetworkGetCookies -> Bool # | |
| Show NetworkGetCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkGetCookies -> ShowS # show :: NetworkGetCookies -> String # showList :: [NetworkGetCookies] -> ShowS # | |
| FromJSON NetworkGetCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkGetCookies # parseJSONList :: Value -> Parser [NetworkGetCookies] # | |
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
| |
Instances
data NetworkGetCertificate Source #
Constructors
| NetworkGetCertificate | |
Fields | |
Instances
| Eq NetworkGetCertificate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkGetCertificate -> NetworkGetCertificate -> Bool # (/=) :: NetworkGetCertificate -> NetworkGetCertificate -> Bool # | |
| Show NetworkGetCertificate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkGetCertificate -> ShowS # show :: NetworkGetCertificate -> String # showList :: [NetworkGetCertificate] -> ShowS # | |
| FromJSON NetworkGetCertificate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkGetCertificate # parseJSONList :: Value -> Parser [NetworkGetCertificate] # | |
data PNetworkGetCertificate Source #
Returns the DER-encoded certificate.
Parameters of the getCertificate command.
Constructors
| PNetworkGetCertificate | |
Fields
| |
Instances
data NetworkGetAllCookies Source #
Constructors
| NetworkGetAllCookies | |
Fields
| |
Instances
| Eq NetworkGetAllCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkGetAllCookies -> NetworkGetAllCookies -> Bool # (/=) :: NetworkGetAllCookies -> NetworkGetAllCookies -> Bool # | |
| Show NetworkGetAllCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkGetAllCookies -> ShowS # show :: NetworkGetAllCookies -> String # showList :: [NetworkGetAllCookies] -> ShowS # | |
| FromJSON NetworkGetAllCookies Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkGetAllCookies # parseJSONList :: Value -> Parser [NetworkGetAllCookies] # | |
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 |
Instances
data PNetworkEnable Source #
Enables network tracking, network events will now be delivered to the client.
Parameters of the enable command.
Constructors
| PNetworkEnable | |
Fields
| |
Instances
data PNetworkEmulateNetworkConditions Source #
Activates emulation of network conditions.
Parameters of the emulateNetworkConditions command.
Constructors
| PNetworkEmulateNetworkConditions | |
Fields
| |
Instances
data PNetworkDisable Source #
Disables network tracking, prevents network events from being sent to the client.
Parameters of the disable command.
Constructors
| PNetworkDisable |
Instances
data PNetworkDeleteCookies Source #
Deletes browser cookies with matching name and url or domain/path pair.
Parameters of the deleteCookies command.
Constructors
| PNetworkDeleteCookies | |
Fields
| |
Instances
data PNetworkClearBrowserCookies Source #
Clears browser cookies.
Parameters of the clearBrowserCookies command.
Constructors
| PNetworkClearBrowserCookies |
Instances
data PNetworkClearBrowserCache Source #
Clears browser cache.
Parameters of the clearBrowserCache command.
Constructors
| PNetworkClearBrowserCache |
Instances
| Eq PNetworkClearBrowserCache Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PNetworkClearBrowserCache -> PNetworkClearBrowserCache -> Bool # (/=) :: PNetworkClearBrowserCache -> PNetworkClearBrowserCache -> Bool # | |
| Show PNetworkClearBrowserCache Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PNetworkClearBrowserCache -> ShowS # show :: PNetworkClearBrowserCache -> String # showList :: [PNetworkClearBrowserCache] -> ShowS # | |
| ToJSON PNetworkClearBrowserCache Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PNetworkClearBrowserCache -> Value # toEncoding :: PNetworkClearBrowserCache -> Encoding # toJSONList :: [PNetworkClearBrowserCache] -> Value # | |
| Command PNetworkClearBrowserCache Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PNetworkClearBrowserCache Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PNetworkClearAcceptedEncodingsOverride Source #
Clears accepted encodings set by setAcceptedEncodings
Parameters of the clearAcceptedEncodingsOverride command.
Constructors
| PNetworkClearAcceptedEncodingsOverride |
Instances
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
data NetworkReportingApiEndpointsChangedForOrigin Source #
Type of the reportingApiEndpointsChangedForOrigin event.
Constructors
| NetworkReportingApiEndpointsChangedForOrigin | |
Fields
| |
Instances
data NetworkReportingApiReportUpdated Source #
Type of the reportingApiReportUpdated event.
Constructors
| NetworkReportingApiReportUpdated | |
Instances
data NetworkReportingApiReportAdded Source #
Type of the reportingApiReportAdded event.
Constructors
| NetworkReportingApiReportAdded | |
Instances
data NetworkSubresourceWebBundleInnerResponseError Source #
Type of the subresourceWebBundleInnerResponseError event.
Constructors
| NetworkSubresourceWebBundleInnerResponseError | |
Fields
| |
Instances
data NetworkSubresourceWebBundleInnerResponseParsed Source #
Type of the subresourceWebBundleInnerResponseParsed event.
Constructors
| NetworkSubresourceWebBundleInnerResponseParsed | |
Fields
| |
Instances
data NetworkSubresourceWebBundleMetadataError Source #
Type of the subresourceWebBundleMetadataError event.
Constructors
| NetworkSubresourceWebBundleMetadataError | |
Fields
| |
Instances
data NetworkSubresourceWebBundleMetadataReceived Source #
Type of the subresourceWebBundleMetadataReceived event.
Constructors
| NetworkSubresourceWebBundleMetadataReceived | |
Fields
| |
data NetworkTrustTokenOperationDone Source #
Constructors
| NetworkTrustTokenOperationDone | |
Fields
| |
Instances
data NetworkTrustTokenOperationDoneStatus Source #
Type of the trustTokenOperationDone event.
Constructors
Instances
data NetworkResponseReceivedExtraInfo Source #
Type of the responseReceivedExtraInfo event.
Constructors
| NetworkResponseReceivedExtraInfo | |
Fields
| |
Instances
data NetworkRequestWillBeSentExtraInfo Source #
Type of the requestWillBeSentExtraInfo event.
Constructors
| NetworkRequestWillBeSentExtraInfo | |
Fields
| |
Instances
data NetworkWebTransportClosed Source #
Type of the webTransportClosed event.
Constructors
| NetworkWebTransportClosed | |
Fields
| |
Instances
| Eq NetworkWebTransportClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebTransportClosed -> NetworkWebTransportClosed -> Bool # (/=) :: NetworkWebTransportClosed -> NetworkWebTransportClosed -> Bool # | |
| Show NetworkWebTransportClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebTransportClosed -> ShowS # show :: NetworkWebTransportClosed -> String # showList :: [NetworkWebTransportClosed] -> ShowS # | |
| FromJSON NetworkWebTransportClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebTransportClosed # parseJSONList :: Value -> Parser [NetworkWebTransportClosed] # | |
| Event NetworkWebTransportClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkWebTransportConnectionEstablished Source #
Type of the webTransportConnectionEstablished event.
Constructors
| NetworkWebTransportConnectionEstablished | |
Fields
| |
Instances
data NetworkWebTransportCreated Source #
Type of the webTransportCreated event.
Constructors
| NetworkWebTransportCreated | |
Fields
| |
Instances
| Eq NetworkWebTransportCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebTransportCreated -> NetworkWebTransportCreated -> Bool # (/=) :: NetworkWebTransportCreated -> NetworkWebTransportCreated -> Bool # | |
| Show NetworkWebTransportCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebTransportCreated -> ShowS # show :: NetworkWebTransportCreated -> String # showList :: [NetworkWebTransportCreated] -> ShowS # | |
| FromJSON NetworkWebTransportCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebTransportCreated # parseJSONList :: Value -> Parser [NetworkWebTransportCreated] # | |
| Event NetworkWebTransportCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkWebSocketWillSendHandshakeRequest Source #
Type of the webSocketWillSendHandshakeRequest event.
Constructors
| NetworkWebSocketWillSendHandshakeRequest | |
Fields
| |
Instances
data NetworkWebSocketHandshakeResponseReceived Source #
Type of the webSocketHandshakeResponseReceived event.
Constructors
| NetworkWebSocketHandshakeResponseReceived | |
Fields
| |
data NetworkWebSocketFrameSent Source #
Type of the webSocketFrameSent event.
Constructors
| NetworkWebSocketFrameSent | |
Fields
| |
Instances
| Eq NetworkWebSocketFrameSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketFrameSent -> NetworkWebSocketFrameSent -> Bool # (/=) :: NetworkWebSocketFrameSent -> NetworkWebSocketFrameSent -> Bool # | |
| Show NetworkWebSocketFrameSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketFrameSent -> ShowS # show :: NetworkWebSocketFrameSent -> String # showList :: [NetworkWebSocketFrameSent] -> ShowS # | |
| FromJSON NetworkWebSocketFrameSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketFrameSent # parseJSONList :: Value -> Parser [NetworkWebSocketFrameSent] # | |
| Event NetworkWebSocketFrameSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkWebSocketFrameReceived Source #
Type of the webSocketFrameReceived event.
Constructors
| NetworkWebSocketFrameReceived | |
Fields
| |
Instances
data NetworkWebSocketFrameError Source #
Type of the webSocketFrameError event.
Constructors
| NetworkWebSocketFrameError | |
Fields
| |
Instances
| Eq NetworkWebSocketFrameError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketFrameError -> NetworkWebSocketFrameError -> Bool # (/=) :: NetworkWebSocketFrameError -> NetworkWebSocketFrameError -> Bool # | |
| Show NetworkWebSocketFrameError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketFrameError -> ShowS # show :: NetworkWebSocketFrameError -> String # showList :: [NetworkWebSocketFrameError] -> ShowS # | |
| FromJSON NetworkWebSocketFrameError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketFrameError # parseJSONList :: Value -> Parser [NetworkWebSocketFrameError] # | |
| Event NetworkWebSocketFrameError Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkWebSocketCreated Source #
Type of the webSocketCreated event.
Constructors
| NetworkWebSocketCreated | |
Fields
| |
Instances
| Eq NetworkWebSocketCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketCreated -> NetworkWebSocketCreated -> Bool # (/=) :: NetworkWebSocketCreated -> NetworkWebSocketCreated -> Bool # | |
| Show NetworkWebSocketCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketCreated -> ShowS # show :: NetworkWebSocketCreated -> String # showList :: [NetworkWebSocketCreated] -> ShowS # | |
| FromJSON NetworkWebSocketCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketCreated # parseJSONList :: Value -> Parser [NetworkWebSocketCreated] # | |
| Event NetworkWebSocketCreated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkWebSocketClosed Source #
Type of the webSocketClosed event.
Constructors
| NetworkWebSocketClosed | |
Fields
| |
Instances
| Eq NetworkWebSocketClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketClosed -> NetworkWebSocketClosed -> Bool # (/=) :: NetworkWebSocketClosed -> NetworkWebSocketClosed -> Bool # | |
| Show NetworkWebSocketClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketClosed -> ShowS # show :: NetworkWebSocketClosed -> String # showList :: [NetworkWebSocketClosed] -> ShowS # | |
| FromJSON NetworkWebSocketClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketClosed # parseJSONList :: Value -> Parser [NetworkWebSocketClosed] # | |
| Event NetworkWebSocketClosed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkResponseReceived Source #
Type of the responseReceived event.
Constructors
| NetworkResponseReceived | |
Fields
| |
Instances
| Eq NetworkResponseReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkResponseReceived -> NetworkResponseReceived -> Bool # (/=) :: NetworkResponseReceived -> NetworkResponseReceived -> Bool # | |
| Show NetworkResponseReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkResponseReceived -> ShowS # show :: NetworkResponseReceived -> String # showList :: [NetworkResponseReceived] -> ShowS # | |
| FromJSON NetworkResponseReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkResponseReceived # parseJSONList :: Value -> Parser [NetworkResponseReceived] # | |
| Event NetworkResponseReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkSignedExchangeReceived Source #
Type of the signedExchangeReceived event.
Constructors
| NetworkSignedExchangeReceived | |
Fields
| |
Instances
data NetworkResourceChangedPriority Source #
Type of the resourceChangedPriority event.
Constructors
| NetworkResourceChangedPriority | |
Fields
| |
Instances
data NetworkRequestWillBeSent Source #
Type of the requestWillBeSent event.
Constructors
Instances
| Eq NetworkRequestWillBeSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkRequestWillBeSent -> NetworkRequestWillBeSent -> Bool # (/=) :: NetworkRequestWillBeSent -> NetworkRequestWillBeSent -> Bool # | |
| Show NetworkRequestWillBeSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkRequestWillBeSent -> ShowS # show :: NetworkRequestWillBeSent -> String # showList :: [NetworkRequestWillBeSent] -> ShowS # | |
| FromJSON NetworkRequestWillBeSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkRequestWillBeSent # parseJSONList :: Value -> Parser [NetworkRequestWillBeSent] # | |
| Event NetworkRequestWillBeSent Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkRequestServedFromCache Source #
Type of the requestServedFromCache event.
Constructors
| NetworkRequestServedFromCache | |
Fields
| |
Instances
data NetworkLoadingFinished Source #
Type of the loadingFinished event.
Constructors
| NetworkLoadingFinished | |
Fields
| |
Instances
| Eq NetworkLoadingFinished Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkLoadingFinished -> NetworkLoadingFinished -> Bool # (/=) :: NetworkLoadingFinished -> NetworkLoadingFinished -> Bool # | |
| Show NetworkLoadingFinished Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkLoadingFinished -> ShowS # show :: NetworkLoadingFinished -> String # showList :: [NetworkLoadingFinished] -> ShowS # | |
| FromJSON NetworkLoadingFinished Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkLoadingFinished # parseJSONList :: Value -> Parser [NetworkLoadingFinished] # | |
| Event NetworkLoadingFinished Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkLoadingFailed Source #
Type of the loadingFailed event.
Constructors
| NetworkLoadingFailed | |
Fields
| |
Instances
| Eq NetworkLoadingFailed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkLoadingFailed -> NetworkLoadingFailed -> Bool # (/=) :: NetworkLoadingFailed -> NetworkLoadingFailed -> Bool # | |
| Show NetworkLoadingFailed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkLoadingFailed -> ShowS # show :: NetworkLoadingFailed -> String # showList :: [NetworkLoadingFailed] -> ShowS # | |
| FromJSON NetworkLoadingFailed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkLoadingFailed # parseJSONList :: Value -> Parser [NetworkLoadingFailed] # | |
| Event NetworkLoadingFailed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkEventSourceMessageReceived Source #
Type of the eventSourceMessageReceived event.
Constructors
| NetworkEventSourceMessageReceived | |
Fields
| |
Instances
data NetworkDataReceived Source #
Type of the dataReceived event.
Constructors
| NetworkDataReceived | |
Fields
| |
Instances
| Eq NetworkDataReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkDataReceived -> NetworkDataReceived -> Bool # (/=) :: NetworkDataReceived -> NetworkDataReceived -> Bool # | |
| Show NetworkDataReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkDataReceived -> ShowS # show :: NetworkDataReceived -> String # showList :: [NetworkDataReceived] -> ShowS # | |
| FromJSON NetworkDataReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkDataReceived # parseJSONList :: Value -> Parser [NetworkDataReceived] # | |
| Event NetworkDataReceived Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data NetworkLoadNetworkResourceOptions Source #
Type LoadNetworkResourceOptions.
An options object that may be extended later to better support CORS,
CORB and streaming.
Constructors
| NetworkLoadNetworkResourceOptions | |
Instances
data NetworkLoadNetworkResourcePageResult Source #
Type LoadNetworkResourcePageResult.
An object providing the result of a network resource load.
Constructors
| NetworkLoadNetworkResourcePageResult | |
Fields
| |
Instances
data NetworkReportingApiEndpoint Source #
Type ReportingApiEndpoint.
Constructors
| NetworkReportingApiEndpoint | |
Fields
| |
Instances
data NetworkReportingApiReport Source #
Type ReportingApiReport.
An object representing a report generated by the Reporting API.
Constructors
| NetworkReportingApiReport | |
Fields
| |
Instances
| Eq NetworkReportingApiReport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkReportingApiReport -> NetworkReportingApiReport -> Bool # (/=) :: NetworkReportingApiReport -> NetworkReportingApiReport -> Bool # | |
| Show NetworkReportingApiReport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkReportingApiReport -> ShowS # show :: NetworkReportingApiReport -> String # showList :: [NetworkReportingApiReport] -> ShowS # | |
| ToJSON NetworkReportingApiReport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkReportingApiReport -> Value # toEncoding :: NetworkReportingApiReport -> Encoding # toJSONList :: [NetworkReportingApiReport] -> Value # | |
| FromJSON NetworkReportingApiReport Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkReportingApiReport # parseJSONList :: Value -> Parser [NetworkReportingApiReport] # | |
type NetworkReportId = Text Source #
Type ReportId.
data NetworkReportStatus Source #
Type ReportStatus.
The status of a Reporting API report.
Constructors
| NetworkReportStatusQueued | |
| NetworkReportStatusPending | |
| NetworkReportStatusMarkedForRemoval | |
| NetworkReportStatusSuccess |
Instances
data NetworkSecurityIsolationStatus Source #
Type SecurityIsolationStatus.
Constructors
| NetworkSecurityIsolationStatus | |
Instances
data NetworkCrossOriginEmbedderPolicyStatus Source #
Constructors
Instances
data NetworkCrossOriginEmbedderPolicyValue Source #
Constructors
| NetworkCrossOriginEmbedderPolicyValueNone | |
| NetworkCrossOriginEmbedderPolicyValueCredentialless | |
| NetworkCrossOriginEmbedderPolicyValueRequireCorp |
Instances
data NetworkCrossOriginOpenerPolicyStatus Source #
Constructors
Instances
data NetworkCrossOriginOpenerPolicyValue Source #
Constructors
Instances
data NetworkClientSecurityState Source #
Type ClientSecurityState.
Constructors
| NetworkClientSecurityState | |
Instances
data NetworkConnectTiming Source #
Type ConnectTiming.
Constructors
| NetworkConnectTiming | |
Fields
| |
Instances
| Eq NetworkConnectTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkConnectTiming -> NetworkConnectTiming -> Bool # (/=) :: NetworkConnectTiming -> NetworkConnectTiming -> Bool # | |
| Show NetworkConnectTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkConnectTiming -> ShowS # show :: NetworkConnectTiming -> String # showList :: [NetworkConnectTiming] -> ShowS # | |
| ToJSON NetworkConnectTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkConnectTiming -> Value # toEncoding :: NetworkConnectTiming -> Encoding # toJSONList :: [NetworkConnectTiming] -> Value # toEncodingList :: [NetworkConnectTiming] -> Encoding # | |
| FromJSON NetworkConnectTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkConnectTiming # parseJSONList :: Value -> Parser [NetworkConnectTiming] # | |
data NetworkIPAddressSpace Source #
Type IPAddressSpace.
Constructors
| NetworkIPAddressSpaceLocal | |
| NetworkIPAddressSpacePrivate | |
| NetworkIPAddressSpacePublic | |
| NetworkIPAddressSpaceUnknown |
Instances
data NetworkPrivateNetworkRequestPolicy Source #
Constructors
Instances
data NetworkContentEncoding Source #
Type ContentEncoding.
List of content encodings supported by the backend.
Instances
data NetworkSignedExchangeInfo Source #
Type SignedExchangeInfo.
Information about a signed exchange response.
Constructors
| NetworkSignedExchangeInfo | |
Fields
| |
Instances
| Eq NetworkSignedExchangeInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkSignedExchangeInfo -> NetworkSignedExchangeInfo -> Bool # (/=) :: NetworkSignedExchangeInfo -> NetworkSignedExchangeInfo -> Bool # | |
| Show NetworkSignedExchangeInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkSignedExchangeInfo -> ShowS # show :: NetworkSignedExchangeInfo -> String # showList :: [NetworkSignedExchangeInfo] -> ShowS # | |
| ToJSON NetworkSignedExchangeInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkSignedExchangeInfo -> Value # toEncoding :: NetworkSignedExchangeInfo -> Encoding # toJSONList :: [NetworkSignedExchangeInfo] -> Value # | |
| FromJSON NetworkSignedExchangeInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkSignedExchangeInfo # parseJSONList :: Value -> Parser [NetworkSignedExchangeInfo] # | |
data NetworkSignedExchangeError Source #
Type SignedExchangeError.
Information about a signed exchange response.
Constructors
| NetworkSignedExchangeError | |
Fields
| |
Instances
data NetworkSignedExchangeErrorField Source #
Type SignedExchangeErrorField.
Field type for a signed exchange related error.
Constructors
Instances
data NetworkSignedExchangeHeader Source #
Type SignedExchangeHeader.
Information about a signed exchange header.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation
Constructors
| NetworkSignedExchangeHeader | |
Fields
| |
Instances
data NetworkSignedExchangeSignature Source #
Type SignedExchangeSignature.
Information about a signed exchange signature.
https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
Constructors
| NetworkSignedExchangeSignature | |
Fields
| |
Instances
data NetworkRequestPattern Source #
Type RequestPattern.
Request pattern for interception.
Constructors
| NetworkRequestPattern | |
Fields
| |
Instances
| Eq NetworkRequestPattern Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkRequestPattern -> NetworkRequestPattern -> Bool # (/=) :: NetworkRequestPattern -> NetworkRequestPattern -> Bool # | |
| Show NetworkRequestPattern Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkRequestPattern -> ShowS # show :: NetworkRequestPattern -> String # showList :: [NetworkRequestPattern] -> ShowS # | |
| ToJSON NetworkRequestPattern Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkRequestPattern -> Value # toEncoding :: NetworkRequestPattern -> Encoding # toJSONList :: [NetworkRequestPattern] -> Value # toEncodingList :: [NetworkRequestPattern] -> Encoding # | |
| FromJSON NetworkRequestPattern Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkRequestPattern # parseJSONList :: Value -> Parser [NetworkRequestPattern] # | |
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
data NetworkAuthChallengeResponse Source #
Constructors
| NetworkAuthChallengeResponse | |
Fields
| |
Instances
data NetworkAuthChallengeResponseResponse Source #
Type AuthChallengeResponse.
Response to an AuthChallenge.
Constructors
| NetworkAuthChallengeResponseResponseDefault | |
| NetworkAuthChallengeResponseResponseCancelAuth | |
| NetworkAuthChallengeResponseResponseProvideCredentials |
Instances
data NetworkAuthChallenge Source #
Constructors
| NetworkAuthChallenge | |
Fields
| |
Instances
| Eq NetworkAuthChallenge Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkAuthChallenge -> NetworkAuthChallenge -> Bool # (/=) :: NetworkAuthChallenge -> NetworkAuthChallenge -> Bool # | |
| Show NetworkAuthChallenge Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkAuthChallenge -> ShowS # show :: NetworkAuthChallenge -> String # showList :: [NetworkAuthChallenge] -> ShowS # | |
| ToJSON NetworkAuthChallenge Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkAuthChallenge -> Value # toEncoding :: NetworkAuthChallenge -> Encoding # toJSONList :: [NetworkAuthChallenge] -> Value # toEncodingList :: [NetworkAuthChallenge] -> Encoding # | |
| FromJSON NetworkAuthChallenge Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkAuthChallenge # parseJSONList :: Value -> Parser [NetworkAuthChallenge] # | |
data NetworkAuthChallengeSource Source #
Type AuthChallenge.
Authorization challenge for HTTP status code 401 or 407.
Instances
data NetworkCookieParam Source #
Type CookieParam.
Cookie parameter object
Constructors
| NetworkCookieParam | |
Fields
| |
Instances
| Eq NetworkCookieParam Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkCookieParam -> NetworkCookieParam -> Bool # (/=) :: NetworkCookieParam -> NetworkCookieParam -> Bool # | |
| Show NetworkCookieParam Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkCookieParam -> ShowS # show :: NetworkCookieParam -> String # showList :: [NetworkCookieParam] -> ShowS # | |
| ToJSON NetworkCookieParam Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkCookieParam -> Value # toEncoding :: NetworkCookieParam -> Encoding # toJSONList :: [NetworkCookieParam] -> Value # toEncodingList :: [NetworkCookieParam] -> Encoding # | |
| FromJSON NetworkCookieParam Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkCookieParam # parseJSONList :: Value -> Parser [NetworkCookieParam] # | |
data NetworkBlockedCookieWithReason Source #
Type BlockedCookieWithReason.
A cookie with was not sent with a request with the corresponding reason.
Constructors
| NetworkBlockedCookieWithReason | |
Fields
| |
Instances
data NetworkBlockedSetCookieWithReason Source #
Type BlockedSetCookieWithReason.
A cookie which was not stored from a response with the corresponding reason.
Constructors
| NetworkBlockedSetCookieWithReason | |
Fields
| |
Instances
data NetworkCookieBlockedReason Source #
Type CookieBlockedReason.
Types of reasons why a cookie may not be sent with a request.
Constructors
Instances
data NetworkSetCookieBlockedReason Source #
Type SetCookieBlockedReason.
Types of reasons why a cookie may not be stored from a response.
Constructors
Instances
data NetworkCookie Source #
Type Cookie.
Cookie object
Constructors
| NetworkCookie | |
Fields
| |
Instances
| Eq NetworkCookie Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkCookie -> NetworkCookie -> Bool # (/=) :: NetworkCookie -> NetworkCookie -> Bool # | |
| Show NetworkCookie Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkCookie -> ShowS # show :: NetworkCookie -> String # showList :: [NetworkCookie] -> ShowS # | |
| ToJSON NetworkCookie Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkCookie -> Value # toEncoding :: NetworkCookie -> Encoding # toJSONList :: [NetworkCookie] -> Value # toEncodingList :: [NetworkCookie] -> Encoding # | |
| FromJSON NetworkCookie Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkCookie # parseJSONList :: Value -> Parser [NetworkCookie] # | |
data NetworkInitiator Source #
Constructors
| NetworkInitiator | |
Fields
| |
Instances
| Eq NetworkInitiator Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkInitiator -> NetworkInitiator -> Bool # (/=) :: NetworkInitiator -> NetworkInitiator -> Bool # | |
| Show NetworkInitiator Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkInitiator -> ShowS # show :: NetworkInitiator -> String # showList :: [NetworkInitiator] -> ShowS # | |
| ToJSON NetworkInitiator Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkInitiator -> Value # toEncoding :: NetworkInitiator -> Encoding # toJSONList :: [NetworkInitiator] -> Value # toEncodingList :: [NetworkInitiator] -> Encoding # | |
| FromJSON NetworkInitiator Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkInitiator # parseJSONList :: Value -> Parser [NetworkInitiator] # | |
data NetworkInitiatorType Source #
Type Initiator.
Information about the request initiator.
Constructors
| NetworkInitiatorTypeParser | |
| NetworkInitiatorTypeScript | |
| NetworkInitiatorTypePreload | |
| NetworkInitiatorTypeSignedExchange | |
| NetworkInitiatorTypePreflight | |
| NetworkInitiatorTypeOther |
Instances
data NetworkCachedResource Source #
Type CachedResource.
Information about the cached resource.
Constructors
| NetworkCachedResource | |
Fields
| |
Instances
| Eq NetworkCachedResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkCachedResource -> NetworkCachedResource -> Bool # (/=) :: NetworkCachedResource -> NetworkCachedResource -> Bool # | |
| Show NetworkCachedResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkCachedResource -> ShowS # show :: NetworkCachedResource -> String # showList :: [NetworkCachedResource] -> ShowS # | |
| ToJSON NetworkCachedResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkCachedResource -> Value # toEncoding :: NetworkCachedResource -> Encoding # toJSONList :: [NetworkCachedResource] -> Value # toEncodingList :: [NetworkCachedResource] -> Encoding # | |
| FromJSON NetworkCachedResource Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkCachedResource # parseJSONList :: Value -> Parser [NetworkCachedResource] # | |
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
| |
Instances
| Eq NetworkWebSocketFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketFrame -> NetworkWebSocketFrame -> Bool # (/=) :: NetworkWebSocketFrame -> NetworkWebSocketFrame -> Bool # | |
| Show NetworkWebSocketFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketFrame -> ShowS # show :: NetworkWebSocketFrame -> String # showList :: [NetworkWebSocketFrame] -> ShowS # | |
| ToJSON NetworkWebSocketFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkWebSocketFrame -> Value # toEncoding :: NetworkWebSocketFrame -> Encoding # toJSONList :: [NetworkWebSocketFrame] -> Value # toEncodingList :: [NetworkWebSocketFrame] -> Encoding # | |
| FromJSON NetworkWebSocketFrame Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketFrame # parseJSONList :: Value -> Parser [NetworkWebSocketFrame] # | |
data NetworkWebSocketResponse Source #
Type WebSocketResponse.
WebSocket response data.
Constructors
| NetworkWebSocketResponse | |
Fields
| |
Instances
| Eq NetworkWebSocketResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketResponse -> NetworkWebSocketResponse -> Bool # (/=) :: NetworkWebSocketResponse -> NetworkWebSocketResponse -> Bool # | |
| Show NetworkWebSocketResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketResponse -> ShowS # show :: NetworkWebSocketResponse -> String # showList :: [NetworkWebSocketResponse] -> ShowS # | |
| ToJSON NetworkWebSocketResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkWebSocketResponse -> Value # toEncoding :: NetworkWebSocketResponse -> Encoding # toJSONList :: [NetworkWebSocketResponse] -> Value # | |
| FromJSON NetworkWebSocketResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketResponse # parseJSONList :: Value -> Parser [NetworkWebSocketResponse] # | |
data NetworkWebSocketRequest Source #
Type WebSocketRequest.
WebSocket request data.
Constructors
| NetworkWebSocketRequest | |
Fields
| |
Instances
| Eq NetworkWebSocketRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkWebSocketRequest -> NetworkWebSocketRequest -> Bool # (/=) :: NetworkWebSocketRequest -> NetworkWebSocketRequest -> Bool # | |
| Show NetworkWebSocketRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkWebSocketRequest -> ShowS # show :: NetworkWebSocketRequest -> String # showList :: [NetworkWebSocketRequest] -> ShowS # | |
| ToJSON NetworkWebSocketRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkWebSocketRequest -> Value # toEncoding :: NetworkWebSocketRequest -> Encoding # toJSONList :: [NetworkWebSocketRequest] -> Value # | |
| FromJSON NetworkWebSocketRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkWebSocketRequest # parseJSONList :: Value -> Parser [NetworkWebSocketRequest] # | |
data NetworkResponse Source #
Type Response.
HTTP response data.
Constructors
| NetworkResponse | |
Fields
| |
Instances
| Eq NetworkResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkResponse -> NetworkResponse -> Bool # (/=) :: NetworkResponse -> NetworkResponse -> Bool # | |
| Show NetworkResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkResponse -> ShowS # show :: NetworkResponse -> String # showList :: [NetworkResponse] -> ShowS # | |
| ToJSON NetworkResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkResponse -> Value # toEncoding :: NetworkResponse -> Encoding # toJSONList :: [NetworkResponse] -> Value # toEncodingList :: [NetworkResponse] -> Encoding # | |
| FromJSON NetworkResponse Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkResponse # parseJSONList :: Value -> Parser [NetworkResponse] # | |
data NetworkAlternateProtocolUsage Source #
Type AlternateProtocolUsage.
The reason why Chrome uses a specific transport protocol for HTTP semantics.
Constructors
Instances
data NetworkTrustTokenOperationType Source #
Type TrustTokenOperationType.
Constructors
| NetworkTrustTokenOperationTypeIssuance | |
| NetworkTrustTokenOperationTypeRedemption | |
| NetworkTrustTokenOperationTypeSigning |
Instances
data NetworkTrustTokenParams Source #
Constructors
| NetworkTrustTokenParams | |
Fields
| |
Instances
| Eq NetworkTrustTokenParams Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkTrustTokenParams -> NetworkTrustTokenParams -> Bool # (/=) :: NetworkTrustTokenParams -> NetworkTrustTokenParams -> Bool # | |
| Show NetworkTrustTokenParams Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkTrustTokenParams -> ShowS # show :: NetworkTrustTokenParams -> String # showList :: [NetworkTrustTokenParams] -> ShowS # | |
| ToJSON NetworkTrustTokenParams Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkTrustTokenParams -> Value # toEncoding :: NetworkTrustTokenParams -> Encoding # toJSONList :: [NetworkTrustTokenParams] -> Value # | |
| FromJSON NetworkTrustTokenParams Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkTrustTokenParams # parseJSONList :: Value -> Parser [NetworkTrustTokenParams] # | |
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.
Constructors
| NetworkTrustTokenParamsRefreshPolicyUseCached | |
| NetworkTrustTokenParamsRefreshPolicyRefresh |
Instances
data NetworkServiceWorkerResponseSource Source #
Type ServiceWorkerResponseSource.
Source of serviceworker response.
Constructors
| NetworkServiceWorkerResponseSourceCacheStorage | |
| NetworkServiceWorkerResponseSourceHttpCache | |
| NetworkServiceWorkerResponseSourceFallbackCode | |
| NetworkServiceWorkerResponseSourceNetwork |
Instances
data NetworkCorsErrorStatus Source #
Type CorsErrorStatus.
Constructors
| NetworkCorsErrorStatus | |
Instances
| Eq NetworkCorsErrorStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkCorsErrorStatus -> NetworkCorsErrorStatus -> Bool # (/=) :: NetworkCorsErrorStatus -> NetworkCorsErrorStatus -> Bool # | |
| Show NetworkCorsErrorStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkCorsErrorStatus -> ShowS # show :: NetworkCorsErrorStatus -> String # showList :: [NetworkCorsErrorStatus] -> ShowS # | |
| ToJSON NetworkCorsErrorStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkCorsErrorStatus -> Value # toEncoding :: NetworkCorsErrorStatus -> Encoding # toJSONList :: [NetworkCorsErrorStatus] -> Value # | |
| FromJSON NetworkCorsErrorStatus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkCorsErrorStatus # parseJSONList :: Value -> Parser [NetworkCorsErrorStatus] # | |
data NetworkCorsError Source #
Type CorsError.
The reason why request was blocked.
Constructors
Instances
data NetworkBlockedReason Source #
Type BlockedReason.
The reason why request was blocked.
Constructors
Instances
data NetworkCertificateTransparencyCompliance Source #
Type CertificateTransparencyCompliance.
Whether the request complied with Certificate Transparency policy.
Constructors
| NetworkCertificateTransparencyComplianceUnknown | |
| NetworkCertificateTransparencyComplianceNotCompliant | |
| NetworkCertificateTransparencyComplianceCompliant |
Instances
data NetworkSecurityDetails Source #
Type SecurityDetails.
Security details about a request.
Constructors
| NetworkSecurityDetails | |
Fields
| |
Instances
| Eq NetworkSecurityDetails Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkSecurityDetails -> NetworkSecurityDetails -> Bool # (/=) :: NetworkSecurityDetails -> NetworkSecurityDetails -> Bool # | |
| Show NetworkSecurityDetails Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkSecurityDetails -> ShowS # show :: NetworkSecurityDetails -> String # showList :: [NetworkSecurityDetails] -> ShowS # | |
| ToJSON NetworkSecurityDetails Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkSecurityDetails -> Value # toEncoding :: NetworkSecurityDetails -> Encoding # toJSONList :: [NetworkSecurityDetails] -> Value # | |
| FromJSON NetworkSecurityDetails Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkSecurityDetails # parseJSONList :: Value -> Parser [NetworkSecurityDetails] # | |
data NetworkSignedCertificateTimestamp Source #
Type SignedCertificateTimestamp.
Details of a signed certificate timestamp (SCT).
Constructors
| NetworkSignedCertificateTimestamp | |
Fields
| |
Instances
data NetworkRequest Source #
Constructors
| NetworkRequest | |
Fields
| |
Instances
| Eq NetworkRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkRequest -> NetworkRequest -> Bool # (/=) :: NetworkRequest -> NetworkRequest -> Bool # | |
| Show NetworkRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkRequest -> ShowS # show :: NetworkRequest -> String # showList :: [NetworkRequest] -> ShowS # | |
| ToJSON NetworkRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkRequest -> Value # toEncoding :: NetworkRequest -> Encoding # toJSONList :: [NetworkRequest] -> Value # toEncodingList :: [NetworkRequest] -> Encoding # | |
| FromJSON NetworkRequest Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkRequest # parseJSONList :: Value -> Parser [NetworkRequest] # | |
data NetworkRequestReferrerPolicy Source #
Type Request.
HTTP request data.
Constructors
Instances
data NetworkPostDataEntry Source #
Type PostDataEntry.
Post data entry for HTTP request
Constructors
| NetworkPostDataEntry | |
Fields | |
Instances
| Eq NetworkPostDataEntry Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkPostDataEntry -> NetworkPostDataEntry -> Bool # (/=) :: NetworkPostDataEntry -> NetworkPostDataEntry -> Bool # | |
| Show NetworkPostDataEntry Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkPostDataEntry -> ShowS # show :: NetworkPostDataEntry -> String # showList :: [NetworkPostDataEntry] -> ShowS # | |
| ToJSON NetworkPostDataEntry Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkPostDataEntry -> Value # toEncoding :: NetworkPostDataEntry -> Encoding # toJSONList :: [NetworkPostDataEntry] -> Value # toEncodingList :: [NetworkPostDataEntry] -> Encoding # | |
| FromJSON NetworkPostDataEntry Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkPostDataEntry # parseJSONList :: Value -> Parser [NetworkPostDataEntry] # | |
data NetworkResourcePriority Source #
Type ResourcePriority.
Loading priority of a resource request.
Constructors
| NetworkResourcePriorityVeryLow | |
| NetworkResourcePriorityLow | |
| NetworkResourcePriorityMedium | |
| NetworkResourcePriorityHigh | |
| NetworkResourcePriorityVeryHigh |
Instances
data NetworkResourceTiming Source #
Type ResourceTiming.
Timing information for the request.
Constructors
| NetworkResourceTiming | |
Fields
| |
Instances
| Eq NetworkResourceTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: NetworkResourceTiming -> NetworkResourceTiming -> Bool # (/=) :: NetworkResourceTiming -> NetworkResourceTiming -> Bool # | |
| Show NetworkResourceTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> NetworkResourceTiming -> ShowS # show :: NetworkResourceTiming -> String # showList :: [NetworkResourceTiming] -> ShowS # | |
| ToJSON NetworkResourceTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: NetworkResourceTiming -> Value # toEncoding :: NetworkResourceTiming -> Encoding # toJSONList :: [NetworkResourceTiming] -> Value # toEncodingList :: [NetworkResourceTiming] -> Encoding # | |
| FromJSON NetworkResourceTiming Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser NetworkResourceTiming # parseJSONList :: Value -> Parser [NetworkResourceTiming] # | |
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.
Constructors
| NetworkCookieSourceSchemeUnset | |
| NetworkCookieSourceSchemeNonSecure | |
| NetworkCookieSourceSchemeSecure |
Instances
data NetworkCookiePriority Source #
Type CookiePriority.
Represents the cookie's Priority status:
https://tools.ietf.org/html/draft-west-cookie-priority-00
Instances
data NetworkCookieSameSite Source #
Type CookieSameSite.
Represents the cookie's SameSite status:
https://tools.ietf.org/html/draft-west-first-party-cookies
Instances
data NetworkConnectionType Source #
Type ConnectionType.
The underlying connection technology that the browser is supposedly using.
Constructors
Instances
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.
Constructors
Instances
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.
Constructors
Instances
data PEmulationSetAutomationOverride Source #
Allows overriding the automation flag.
Parameters of the setAutomationOverride command.
Constructors
| PEmulationSetAutomationOverride | |
Fields
| |
Instances
data PEmulationSetUserAgentOverride Source #
Allows overriding user agent with the given string.
Parameters of the setUserAgentOverride command.
Constructors
| PEmulationSetUserAgentOverride | |
Fields
| |
Instances
data PEmulationSetHardwareConcurrencyOverride Source #
Parameters of the setHardwareConcurrencyOverride command.
Constructors
| PEmulationSetHardwareConcurrencyOverride | |
Fields
| |
Instances
data PEmulationSetDisabledImageTypes Source #
Parameters of the setDisabledImageTypes command.
Constructors
| PEmulationSetDisabledImageTypes | |
Fields
| |
Instances
data PEmulationSetTimezoneOverride Source #
Overrides default host system timezone with the specified one.
Parameters of the setTimezoneOverride command.
Constructors
| PEmulationSetTimezoneOverride | |
Fields
| |
Instances
| Eq PEmulationSetTimezoneOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PEmulationSetTimezoneOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PEmulationSetTimezoneOverride -> ShowS # show :: PEmulationSetTimezoneOverride -> String # showList :: [PEmulationSetTimezoneOverride] -> ShowS # | |
| ToJSON PEmulationSetTimezoneOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PEmulationSetTimezoneOverride -> Value # toEncoding :: PEmulationSetTimezoneOverride -> Encoding # toJSONList :: [PEmulationSetTimezoneOverride] -> Value # toEncodingList :: [PEmulationSetTimezoneOverride] -> Encoding # | |
| Command PEmulationSetTimezoneOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PEmulationSetTimezoneOverride Source # | |
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
| |
Instances
data EmulationSetVirtualTimePolicy Source #
Constructors
| EmulationSetVirtualTimePolicy | |
Fields
| |
Instances
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
data PEmulationSetTouchEmulationEnabled Source #
Enables touch on platforms which do not support them.
Parameters of the setTouchEmulationEnabled command.
Constructors
| PEmulationSetTouchEmulationEnabled | |
Fields
| |
Instances
data PEmulationSetScriptExecutionDisabled Source #
Switches script execution in the page.
Parameters of the setScriptExecutionDisabled command.
Constructors
| PEmulationSetScriptExecutionDisabled | |
Fields
| |
Instances
data PEmulationSetPageScaleFactor Source #
Sets a specified page scale factor.
Parameters of the setPageScaleFactor command.
Constructors
| PEmulationSetPageScaleFactor | |
Fields
| |
Instances
data PEmulationClearIdleOverride Source #
Clears Idle state overrides.
Parameters of the clearIdleOverride command.
Constructors
| PEmulationClearIdleOverride |
Instances
data PEmulationSetIdleOverride Source #
Overrides the Idle state.
Parameters of the setIdleOverride command.
Constructors
| PEmulationSetIdleOverride | |
Fields
| |
Instances
| Eq PEmulationSetIdleOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PEmulationSetIdleOverride -> PEmulationSetIdleOverride -> Bool # (/=) :: PEmulationSetIdleOverride -> PEmulationSetIdleOverride -> Bool # | |
| Show PEmulationSetIdleOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PEmulationSetIdleOverride -> ShowS # show :: PEmulationSetIdleOverride -> String # showList :: [PEmulationSetIdleOverride] -> ShowS # | |
| ToJSON PEmulationSetIdleOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PEmulationSetIdleOverride -> Value # toEncoding :: PEmulationSetIdleOverride -> Encoding # toJSONList :: [PEmulationSetIdleOverride] -> Value # | |
| Command PEmulationSetIdleOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PEmulationSetIdleOverride Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PEmulationSetGeolocationOverride Source #
Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable.
Parameters of the setGeolocationOverride command.
Constructors
| PEmulationSetGeolocationOverride | |
Fields
| |
Instances
data PEmulationSetEmulatedVisionDeficiency Source #
Constructors
| PEmulationSetEmulatedVisionDeficiency | |
Fields
| |
Instances
data PEmulationSetEmulatedVisionDeficiencyType Source #
Emulates the given vision deficiency.
Parameters of the setEmulatedVisionDeficiency command.
Constructors
Instances
data PEmulationSetEmulatedMedia Source #
Emulates the given media type or media feature for CSS media queries.
Parameters of the setEmulatedMedia command.
Constructors
| PEmulationSetEmulatedMedia | |
Fields
| |
Instances
data PEmulationSetEmitTouchEventsForMouse Source #
Constructors
| PEmulationSetEmitTouchEventsForMouse | |
Fields
| |
Instances
data PEmulationSetEmitTouchEventsForMouseConfiguration Source #
Parameters of the setEmitTouchEventsForMouse command.
Constructors
| PEmulationSetEmitTouchEventsForMouseConfigurationMobile | |
| PEmulationSetEmitTouchEventsForMouseConfigurationDesktop |
Instances
data PEmulationSetDocumentCookieDisabled Source #
Parameters of the setDocumentCookieDisabled command.
Constructors
| PEmulationSetDocumentCookieDisabled | |
Fields
| |
Instances
data PEmulationSetScrollbarsHidden Source #
Parameters of the setScrollbarsHidden command.
Constructors
| PEmulationSetScrollbarsHidden | |
Fields
| |
Instances
| Eq PEmulationSetScrollbarsHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PEmulationSetScrollbarsHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PEmulationSetScrollbarsHidden -> ShowS # show :: PEmulationSetScrollbarsHidden -> String # showList :: [PEmulationSetScrollbarsHidden] -> ShowS # | |
| ToJSON PEmulationSetScrollbarsHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PEmulationSetScrollbarsHidden -> Value # toEncoding :: PEmulationSetScrollbarsHidden -> Encoding # toJSONList :: [PEmulationSetScrollbarsHidden] -> Value # toEncodingList :: [PEmulationSetScrollbarsHidden] -> Encoding # | |
| Command PEmulationSetScrollbarsHidden Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PEmulationSetScrollbarsHidden Source # | |
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
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
data PEmulationSetCPUThrottlingRate Source #
Enables CPU throttling to emulate slow CPUs.
Parameters of the setCPUThrottlingRate command.
Constructors
| PEmulationSetCPUThrottlingRate | |
Fields
| |
Instances
data PEmulationSetAutoDarkModeOverride Source #
Automatically render all web contents using a dark theme.
Parameters of the setAutoDarkModeOverride command.
Constructors
| PEmulationSetAutoDarkModeOverride | |
Fields
| |
Instances
data PEmulationSetFocusEmulationEnabled Source #
Enables or disables simulating a focused and active page.
Parameters of the setFocusEmulationEnabled command.
Constructors
| PEmulationSetFocusEmulationEnabled | |
Fields
| |
Instances
data PEmulationResetPageScaleFactor Source #
Requests that page scale factor is reset to initial values.
Parameters of the resetPageScaleFactor command.
Constructors
| PEmulationResetPageScaleFactor |
Instances
data PEmulationClearGeolocationOverride Source #
Clears the overridden Geolocation Position and Error.
Parameters of the clearGeolocationOverride command.
Constructors
| PEmulationClearGeolocationOverride |
Instances
data PEmulationClearDeviceMetricsOverride Source #
Clears the overridden device metrics.
Parameters of the clearDeviceMetricsOverride command.
Constructors
| PEmulationClearDeviceMetricsOverride |
Instances
data EmulationCanEmulate Source #
Constructors
| EmulationCanEmulate | |
Fields
| |
Instances
| Eq EmulationCanEmulate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: EmulationCanEmulate -> EmulationCanEmulate -> Bool # (/=) :: EmulationCanEmulate -> EmulationCanEmulate -> Bool # | |
| Show EmulationCanEmulate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> EmulationCanEmulate -> ShowS # show :: EmulationCanEmulate -> String # showList :: [EmulationCanEmulate] -> ShowS # | |
| FromJSON EmulationCanEmulate Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser EmulationCanEmulate # parseJSONList :: Value -> Parser [EmulationCanEmulate] # | |
data PEmulationCanEmulate Source #
Tells whether emulation is supported.
Parameters of the canEmulate command.
Constructors
| PEmulationCanEmulate |
Instances
data EmulationVirtualTimeBudgetExpired Source #
Type of the virtualTimeBudgetExpired event.
Constructors
| EmulationVirtualTimeBudgetExpired |
Instances
data EmulationDisabledImageType Source #
Type DisabledImageType.
Enum of image types that can be disabled.
Constructors
| EmulationDisabledImageTypeAvif | |
| EmulationDisabledImageTypeJxl | |
| EmulationDisabledImageTypeWebp |
Instances
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.
Constructors
Instances
data EmulationUserAgentBrandVersion Source #
Type UserAgentBrandVersion.
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints
Constructors
| EmulationUserAgentBrandVersion | |
Instances
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.
Constructors
| EmulationVirtualTimePolicyAdvance | |
| EmulationVirtualTimePolicyPause | |
| EmulationVirtualTimePolicyPauseIfNetworkFetchesPending |
Instances
data EmulationMediaFeature Source #
Type MediaFeature.
Constructors
| EmulationMediaFeature | |
Fields | |
Instances
| Eq EmulationMediaFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: EmulationMediaFeature -> EmulationMediaFeature -> Bool # (/=) :: EmulationMediaFeature -> EmulationMediaFeature -> Bool # | |
| Show EmulationMediaFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> EmulationMediaFeature -> ShowS # show :: EmulationMediaFeature -> String # showList :: [EmulationMediaFeature] -> ShowS # | |
| ToJSON EmulationMediaFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: EmulationMediaFeature -> Value # toEncoding :: EmulationMediaFeature -> Encoding # toJSONList :: [EmulationMediaFeature] -> Value # toEncodingList :: [EmulationMediaFeature] -> Encoding # | |
| FromJSON EmulationMediaFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser EmulationMediaFeature # parseJSONList :: Value -> Parser [EmulationMediaFeature] # | |
data EmulationDisplayFeature Source #
Constructors
| EmulationDisplayFeature | |
Fields
| |
Instances
| Eq EmulationDisplayFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: EmulationDisplayFeature -> EmulationDisplayFeature -> Bool # (/=) :: EmulationDisplayFeature -> EmulationDisplayFeature -> Bool # | |
| Show EmulationDisplayFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> EmulationDisplayFeature -> ShowS # show :: EmulationDisplayFeature -> String # showList :: [EmulationDisplayFeature] -> ShowS # | |
| ToJSON EmulationDisplayFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: EmulationDisplayFeature -> Value # toEncoding :: EmulationDisplayFeature -> Encoding # toJSONList :: [EmulationDisplayFeature] -> Value # | |
| FromJSON EmulationDisplayFeature Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser EmulationDisplayFeature # parseJSONList :: Value -> Parser [EmulationDisplayFeature] # | |
data EmulationDisplayFeatureOrientation Source #
Type DisplayFeature.
Instances
data EmulationScreenOrientation Source #
Constructors
| EmulationScreenOrientation | |
Fields
| |
Instances
data EmulationScreenOrientationType Source #
Type ScreenOrientation.
Screen orientation.
Constructors
| EmulationScreenOrientationTypePortraitPrimary | |
| EmulationScreenOrientationTypePortraitSecondary | |
| EmulationScreenOrientationTypeLandscapePrimary | |
| EmulationScreenOrientationTypeLandscapeSecondary |
Instances
data DOMGetQueryingDescendantsForContainer Source #
Constructors
| DOMGetQueryingDescendantsForContainer | |
Fields
| |
Instances
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
data DOMGetContainerForNode Source #
Constructors
| DOMGetContainerForNode | |
Fields
| |
Instances
| Eq DOMGetContainerForNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetContainerForNode -> DOMGetContainerForNode -> Bool # (/=) :: DOMGetContainerForNode -> DOMGetContainerForNode -> Bool # | |
| Show DOMGetContainerForNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetContainerForNode -> ShowS # show :: DOMGetContainerForNode -> String # showList :: [DOMGetContainerForNode] -> ShowS # | |
| FromJSON DOMGetContainerForNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetContainerForNode # parseJSONList :: Value -> Parser [DOMGetContainerForNode] # | |
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.
Constructors
| PDOMGetContainerForNode | |
Instances
data DOMGetFrameOwner Source #
Constructors
| DOMGetFrameOwner | |
Fields
| |
Instances
| Eq DOMGetFrameOwner Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetFrameOwner -> DOMGetFrameOwner -> Bool # (/=) :: DOMGetFrameOwner -> DOMGetFrameOwner -> Bool # | |
| Show DOMGetFrameOwner Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetFrameOwner -> ShowS # show :: DOMGetFrameOwner -> String # showList :: [DOMGetFrameOwner] -> ShowS # | |
| FromJSON DOMGetFrameOwner Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetFrameOwner # parseJSONList :: Value -> Parser [DOMGetFrameOwner] # | |
data PDOMGetFrameOwner Source #
Returns iframe node that owns iframe with the given domain.
Parameters of the getFrameOwner command.
Constructors
| PDOMGetFrameOwner | |
Fields | |
Instances
Undoes the last performed action.
Parameters of the undo command.
Constructors
| PDOMUndo |
Instances
| Eq PDOMUndo Source # | |
| Show PDOMUndo Source # | |
| ToJSON PDOMUndo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Command PDOMUndo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMUndo Source # | |
| type CommandResponse PDOMUndo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PDOMSetOuterHTML Source #
Sets node HTML markup, returns new node id.
Parameters of the setOuterHTML command.
Constructors
| PDOMSetOuterHTML | |
Fields
| |
Instances
data PDOMSetNodeValue Source #
Sets node value for a node with given id.
Parameters of the setNodeValue command.
Constructors
| PDOMSetNodeValue | |
Fields
| |
Instances
data DOMSetNodeName Source #
Constructors
| DOMSetNodeName | |
Fields
| |
Instances
| Eq DOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMSetNodeName -> DOMSetNodeName -> Bool # (/=) :: DOMSetNodeName -> DOMSetNodeName -> Bool # | |
| Show DOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMSetNodeName -> ShowS # show :: DOMSetNodeName -> String # showList :: [DOMSetNodeName] -> ShowS # | |
| FromJSON DOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMSetNodeName # parseJSONList :: Value -> Parser [DOMSetNodeName] # | |
data PDOMSetNodeName Source #
Sets node name for a node with given id.
Parameters of the setNodeName command.
Constructors
| PDOMSetNodeName | |
Fields
| |
Instances
| Eq PDOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMSetNodeName -> PDOMSetNodeName -> Bool # (/=) :: PDOMSetNodeName -> PDOMSetNodeName -> Bool # | |
| Show PDOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMSetNodeName -> ShowS # show :: PDOMSetNodeName -> String # showList :: [PDOMSetNodeName] -> ShowS # | |
| ToJSON PDOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMSetNodeName -> Value # toEncoding :: PDOMSetNodeName -> Encoding # toJSONList :: [PDOMSetNodeName] -> Value # toEncodingList :: [PDOMSetNodeName] -> Encoding # | |
| Command PDOMSetNodeName Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMSetNodeName -> String Source # fromJSON :: Proxy PDOMSetNodeName -> Value -> Result (CommandResponse PDOMSetNodeName) Source # | |
| type CommandResponse PDOMSetNodeName Source # | |
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
| |
Instances
data DOMGetFileInfo Source #
Constructors
| DOMGetFileInfo | |
Fields | |
Instances
| Eq DOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetFileInfo -> DOMGetFileInfo -> Bool # (/=) :: DOMGetFileInfo -> DOMGetFileInfo -> Bool # | |
| Show DOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetFileInfo -> ShowS # show :: DOMGetFileInfo -> String # showList :: [DOMGetFileInfo] -> ShowS # | |
| FromJSON DOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetFileInfo # parseJSONList :: Value -> Parser [DOMGetFileInfo] # | |
data PDOMGetFileInfo Source #
Returns file information for the given File wrapper.
Parameters of the getFileInfo command.
Constructors
| PDOMGetFileInfo | |
Fields
| |
Instances
| Eq PDOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMGetFileInfo -> PDOMGetFileInfo -> Bool # (/=) :: PDOMGetFileInfo -> PDOMGetFileInfo -> Bool # | |
| Show PDOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMGetFileInfo -> ShowS # show :: PDOMGetFileInfo -> String # showList :: [PDOMGetFileInfo] -> ShowS # | |
| ToJSON PDOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMGetFileInfo -> Value # toEncoding :: PDOMGetFileInfo -> Encoding # toJSONList :: [PDOMGetFileInfo] -> Value # toEncodingList :: [PDOMGetFileInfo] -> Encoding # | |
| Command PDOMGetFileInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMGetFileInfo -> String Source # fromJSON :: Proxy PDOMGetFileInfo -> Value -> Result (CommandResponse PDOMGetFileInfo) Source # | |
| type CommandResponse PDOMGetFileInfo Source # | |
data DOMGetNodeStackTraces Source #
Constructors
| DOMGetNodeStackTraces | |
Fields
| |
Instances
| Eq DOMGetNodeStackTraces Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetNodeStackTraces -> DOMGetNodeStackTraces -> Bool # (/=) :: DOMGetNodeStackTraces -> DOMGetNodeStackTraces -> Bool # | |
| Show DOMGetNodeStackTraces Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetNodeStackTraces -> ShowS # show :: DOMGetNodeStackTraces -> String # showList :: [DOMGetNodeStackTraces] -> ShowS # | |
| FromJSON DOMGetNodeStackTraces Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetNodeStackTraces # parseJSONList :: Value -> Parser [DOMGetNodeStackTraces] # | |
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
| |
Instances
data PDOMSetNodeStackTracesEnabled Source #
Sets if stack traces should be captured for Nodes. See getNodeStackTraces. Default is disabled.
Parameters of the setNodeStackTracesEnabled command.
Constructors
| PDOMSetNodeStackTracesEnabled | |
Fields
| |
Instances
| Eq PDOMSetNodeStackTracesEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMSetNodeStackTracesEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMSetNodeStackTracesEnabled -> ShowS # show :: PDOMSetNodeStackTracesEnabled -> String # showList :: [PDOMSetNodeStackTracesEnabled] -> ShowS # | |
| ToJSON PDOMSetNodeStackTracesEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMSetNodeStackTracesEnabled -> Value # toEncoding :: PDOMSetNodeStackTracesEnabled -> Encoding # toJSONList :: [PDOMSetNodeStackTracesEnabled] -> Value # toEncodingList :: [PDOMSetNodeStackTracesEnabled] -> Encoding # | |
| Command PDOMSetNodeStackTracesEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PDOMSetNodeStackTracesEnabled Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PDOMSetFileInputFiles Source #
Sets files for the given file input element.
Parameters of the setFileInputFiles command.
Constructors
| PDOMSetFileInputFiles | |
Fields
| |
Instances
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
| |
Instances
data PDOMSetAttributeValue Source #
Sets attribute for an element with given id.
Parameters of the setAttributeValue command.
Constructors
| PDOMSetAttributeValue | |
Fields
| |
Instances
data DOMResolveNode Source #
Constructors
| DOMResolveNode | |
Fields
| |
Instances
| Eq DOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMResolveNode -> DOMResolveNode -> Bool # (/=) :: DOMResolveNode -> DOMResolveNode -> Bool # | |
| Show DOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMResolveNode -> ShowS # show :: DOMResolveNode -> String # showList :: [DOMResolveNode] -> ShowS # | |
| FromJSON DOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMResolveNode # parseJSONList :: Value -> Parser [DOMResolveNode] # | |
data PDOMResolveNode Source #
Resolves the JavaScript node object for a given NodeId or BackendNodeId.
Parameters of the resolveNode command.
Constructors
| PDOMResolveNode | |
Fields
| |
Instances
| Eq PDOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMResolveNode -> PDOMResolveNode -> Bool # (/=) :: PDOMResolveNode -> PDOMResolveNode -> Bool # | |
| Show PDOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMResolveNode -> ShowS # show :: PDOMResolveNode -> String # showList :: [PDOMResolveNode] -> ShowS # | |
| ToJSON PDOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMResolveNode -> Value # toEncoding :: PDOMResolveNode -> Encoding # toJSONList :: [PDOMResolveNode] -> Value # toEncodingList :: [PDOMResolveNode] -> Encoding # | |
| Command PDOMResolveNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMResolveNode -> String Source # fromJSON :: Proxy PDOMResolveNode -> Value -> Result (CommandResponse PDOMResolveNode) Source # | |
| type CommandResponse PDOMResolveNode Source # | |
data DOMRequestNode Source #
Constructors
| DOMRequestNode | |
Fields
| |
Instances
| Eq DOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMRequestNode -> DOMRequestNode -> Bool # (/=) :: DOMRequestNode -> DOMRequestNode -> Bool # | |
| Show DOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMRequestNode -> ShowS # show :: DOMRequestNode -> String # showList :: [DOMRequestNode] -> ShowS # | |
| FromJSON DOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMRequestNode # parseJSONList :: Value -> Parser [DOMRequestNode] # | |
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
| |
Instances
| Eq PDOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMRequestNode -> PDOMRequestNode -> Bool # (/=) :: PDOMRequestNode -> PDOMRequestNode -> Bool # | |
| Show PDOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMRequestNode -> ShowS # show :: PDOMRequestNode -> String # showList :: [PDOMRequestNode] -> ShowS # | |
| ToJSON PDOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMRequestNode -> Value # toEncoding :: PDOMRequestNode -> Encoding # toJSONList :: [PDOMRequestNode] -> Value # toEncodingList :: [PDOMRequestNode] -> Encoding # | |
| Command PDOMRequestNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMRequestNode -> String Source # fromJSON :: Proxy PDOMRequestNode -> Value -> Result (CommandResponse PDOMRequestNode) Source # | |
| type CommandResponse PDOMRequestNode Source # | |
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
| |
Instances
data PDOMRemoveNode Source #
Removes node with given id.
Parameters of the removeNode command.
Constructors
| PDOMRemoveNode | |
Fields
| |
Instances
data PDOMRemoveAttribute Source #
Removes attribute with given name from an element with given id.
Parameters of the removeAttribute command.
Constructors
| PDOMRemoveAttribute | |
Fields
| |
Instances
Re-does the last undone action.
Parameters of the redo command.
Constructors
| PDOMRedo |
Instances
| Eq PDOMRedo Source # | |
| Show PDOMRedo Source # | |
| ToJSON PDOMRedo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Command PDOMRedo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMRedo Source # | |
| type CommandResponse PDOMRedo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMGetTopLayerElements Source #
Constructors
| DOMGetTopLayerElements | |
Fields
| |
Instances
| Eq DOMGetTopLayerElements Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetTopLayerElements -> DOMGetTopLayerElements -> Bool # (/=) :: DOMGetTopLayerElements -> DOMGetTopLayerElements -> Bool # | |
| Show DOMGetTopLayerElements Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetTopLayerElements -> ShowS # show :: DOMGetTopLayerElements -> String # showList :: [DOMGetTopLayerElements] -> ShowS # | |
| FromJSON DOMGetTopLayerElements Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetTopLayerElements # parseJSONList :: Value -> Parser [DOMGetTopLayerElements] # | |
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.
Constructors
| PDOMGetTopLayerElements |
Instances
data DOMQuerySelectorAll Source #
Constructors
| DOMQuerySelectorAll | |
Fields
| |
Instances
| Eq DOMQuerySelectorAll Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMQuerySelectorAll -> DOMQuerySelectorAll -> Bool # (/=) :: DOMQuerySelectorAll -> DOMQuerySelectorAll -> Bool # | |
| Show DOMQuerySelectorAll Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMQuerySelectorAll -> ShowS # show :: DOMQuerySelectorAll -> String # showList :: [DOMQuerySelectorAll] -> ShowS # | |
| FromJSON DOMQuerySelectorAll Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMQuerySelectorAll # parseJSONList :: Value -> Parser [DOMQuerySelectorAll] # | |
data PDOMQuerySelectorAll Source #
Executes querySelectorAll on a given node.
Parameters of the querySelectorAll command.
Constructors
| PDOMQuerySelectorAll | |
Fields
| |
Instances
data DOMQuerySelector Source #
Constructors
| DOMQuerySelector | |
Fields
| |
Instances
| Eq DOMQuerySelector Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMQuerySelector -> DOMQuerySelector -> Bool # (/=) :: DOMQuerySelector -> DOMQuerySelector -> Bool # | |
| Show DOMQuerySelector Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMQuerySelector -> ShowS # show :: DOMQuerySelector -> String # showList :: [DOMQuerySelector] -> ShowS # | |
| FromJSON DOMQuerySelector Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMQuerySelector # parseJSONList :: Value -> Parser [DOMQuerySelector] # | |
data PDOMQuerySelector Source #
Executes querySelector on a given node.
Parameters of the querySelector command.
Constructors
| PDOMQuerySelector | |
Fields
| |
Instances
data DOMPushNodesByBackendIdsToFrontend Source #
Constructors
| DOMPushNodesByBackendIdsToFrontend | |
Fields
| |
Instances
data PDOMPushNodesByBackendIdsToFrontend Source #
Requests that a batch of nodes is sent to the caller given their backend node ids.
Parameters of the pushNodesByBackendIdsToFrontend command.
Constructors
| PDOMPushNodesByBackendIdsToFrontend | |
Fields
| |
Instances
data DOMPushNodeByPathToFrontend Source #
Constructors
| DOMPushNodeByPathToFrontend | |
Fields
| |
Instances
| Eq DOMPushNodeByPathToFrontend Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMPushNodeByPathToFrontend -> DOMPushNodeByPathToFrontend -> Bool # (/=) :: DOMPushNodeByPathToFrontend -> DOMPushNodeByPathToFrontend -> Bool # | |
| Show DOMPushNodeByPathToFrontend Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMPushNodeByPathToFrontend -> ShowS # show :: DOMPushNodeByPathToFrontend -> String # showList :: [DOMPushNodeByPathToFrontend] -> ShowS # | |
| FromJSON DOMPushNodeByPathToFrontend Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMPushNodeByPathToFrontend # parseJSONList :: Value -> Parser [DOMPushNodeByPathToFrontend] # | |
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
data DOMPerformSearch Source #
Constructors
| DOMPerformSearch | |
Fields
| |
Instances
| Eq DOMPerformSearch Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMPerformSearch -> DOMPerformSearch -> Bool # (/=) :: DOMPerformSearch -> DOMPerformSearch -> Bool # | |
| Show DOMPerformSearch Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMPerformSearch -> ShowS # show :: DOMPerformSearch -> String # showList :: [DOMPerformSearch] -> ShowS # | |
| FromJSON DOMPerformSearch Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMPerformSearch # parseJSONList :: Value -> Parser [DOMPerformSearch] # | |
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
| |
Instances
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
| |
Instances
| Eq PDOMMoveTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMMoveTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMMoveTo -> ShowS # show :: PDOMMoveTo -> String # showList :: [PDOMMoveTo] -> ShowS # | |
| ToJSON PDOMMoveTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMMoveTo -> Value # toEncoding :: PDOMMoveTo -> Encoding # toJSONList :: [PDOMMoveTo] -> Value # toEncodingList :: [PDOMMoveTo] -> Encoding # | |
| Command PDOMMoveTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMMoveTo Source # Methods commandName :: Proxy PDOMMoveTo -> String Source # fromJSON :: Proxy PDOMMoveTo -> Value -> Result (CommandResponse PDOMMoveTo) Source # | |
| type CommandResponse PDOMMoveTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PDOMMarkUndoableState Source #
Marks last undoable state.
Parameters of the markUndoableState command.
Constructors
| PDOMMarkUndoableState |
Instances
data PDOMHighlightRect Source #
Highlights given rectangle.
Parameters of the highlightRect command.
Constructors
| PDOMHighlightRect |
Instances
data PDOMHighlightNode Source #
Highlights DOM node.
Parameters of the highlightNode command.
Constructors
| PDOMHighlightNode |
Instances
data PDOMHideHighlight Source #
Hides any highlight.
Parameters of the hideHighlight command.
Constructors
| PDOMHideHighlight |
Instances
data DOMGetSearchResults Source #
Constructors
| DOMGetSearchResults | |
Fields
| |
Instances
| Eq DOMGetSearchResults Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetSearchResults -> DOMGetSearchResults -> Bool # (/=) :: DOMGetSearchResults -> DOMGetSearchResults -> Bool # | |
| Show DOMGetSearchResults Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetSearchResults -> ShowS # show :: DOMGetSearchResults -> String # showList :: [DOMGetSearchResults] -> ShowS # | |
| FromJSON DOMGetSearchResults Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetSearchResults # parseJSONList :: Value -> Parser [DOMGetSearchResults] # | |
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
| |
Instances
data DOMGetRelayoutBoundary Source #
Constructors
| DOMGetRelayoutBoundary | |
Fields
| |
Instances
| Eq DOMGetRelayoutBoundary Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetRelayoutBoundary -> DOMGetRelayoutBoundary -> Bool # (/=) :: DOMGetRelayoutBoundary -> DOMGetRelayoutBoundary -> Bool # | |
| Show DOMGetRelayoutBoundary Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetRelayoutBoundary -> ShowS # show :: DOMGetRelayoutBoundary -> String # showList :: [DOMGetRelayoutBoundary] -> ShowS # | |
| FromJSON DOMGetRelayoutBoundary Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetRelayoutBoundary # parseJSONList :: Value -> Parser [DOMGetRelayoutBoundary] # | |
data PDOMGetRelayoutBoundary Source #
Returns the id of the nearest ancestor that is a relayout boundary.
Parameters of the getRelayoutBoundary command.
Constructors
| PDOMGetRelayoutBoundary | |
Fields
| |
Instances
data DOMGetOuterHTML Source #
Constructors
| DOMGetOuterHTML | |
Fields
| |
Instances
| Eq DOMGetOuterHTML Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetOuterHTML -> DOMGetOuterHTML -> Bool # (/=) :: DOMGetOuterHTML -> DOMGetOuterHTML -> Bool # | |
| Show DOMGetOuterHTML Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetOuterHTML -> ShowS # show :: DOMGetOuterHTML -> String # showList :: [DOMGetOuterHTML] -> ShowS # | |
| FromJSON DOMGetOuterHTML Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetOuterHTML # parseJSONList :: Value -> Parser [DOMGetOuterHTML] # | |
data PDOMGetOuterHTML Source #
Returns node's HTML markup.
Parameters of the getOuterHTML command.
Constructors
| PDOMGetOuterHTML | |
Fields
| |
Instances
data DOMGetNodeForLocation Source #
Constructors
| DOMGetNodeForLocation | |
Fields
| |
Instances
| Eq DOMGetNodeForLocation Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetNodeForLocation -> DOMGetNodeForLocation -> Bool # (/=) :: DOMGetNodeForLocation -> DOMGetNodeForLocation -> Bool # | |
| Show DOMGetNodeForLocation Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetNodeForLocation -> ShowS # show :: DOMGetNodeForLocation -> String # showList :: [DOMGetNodeForLocation] -> ShowS # | |
| FromJSON DOMGetNodeForLocation Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetNodeForLocation # parseJSONList :: Value -> Parser [DOMGetNodeForLocation] # | |
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
| |
Instances
data DOMGetNodesForSubtreeByStyle Source #
Constructors
| DOMGetNodesForSubtreeByStyle | |
Fields
| |
Instances
| Eq DOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetNodesForSubtreeByStyle -> DOMGetNodesForSubtreeByStyle -> Bool # (/=) :: DOMGetNodesForSubtreeByStyle -> DOMGetNodesForSubtreeByStyle -> Bool # | |
| Show DOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetNodesForSubtreeByStyle -> ShowS # show :: DOMGetNodesForSubtreeByStyle -> String # showList :: [DOMGetNodesForSubtreeByStyle] -> ShowS # | |
| FromJSON DOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetNodesForSubtreeByStyle # parseJSONList :: Value -> Parser [DOMGetNodesForSubtreeByStyle] # | |
data PDOMGetNodesForSubtreeByStyle Source #
Finds nodes with a given computed style in a subtree.
Parameters of the getNodesForSubtreeByStyle command.
Constructors
| PDOMGetNodesForSubtreeByStyle | |
Fields
| |
Instances
| Eq PDOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMGetNodesForSubtreeByStyle -> ShowS # show :: PDOMGetNodesForSubtreeByStyle -> String # showList :: [PDOMGetNodesForSubtreeByStyle] -> ShowS # | |
| ToJSON PDOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMGetNodesForSubtreeByStyle -> Value # toEncoding :: PDOMGetNodesForSubtreeByStyle -> Encoding # toJSONList :: [PDOMGetNodesForSubtreeByStyle] -> Value # toEncodingList :: [PDOMGetNodesForSubtreeByStyle] -> Encoding # | |
| Command PDOMGetNodesForSubtreeByStyle Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types | |
| type CommandResponse PDOMGetNodesForSubtreeByStyle Source # | |
data DOMGetDocument Source #
Constructors
| DOMGetDocument | |
Fields
| |
Instances
| Eq DOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetDocument -> DOMGetDocument -> Bool # (/=) :: DOMGetDocument -> DOMGetDocument -> Bool # | |
| Show DOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetDocument -> ShowS # show :: DOMGetDocument -> String # showList :: [DOMGetDocument] -> ShowS # | |
| FromJSON DOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetDocument # parseJSONList :: Value -> Parser [DOMGetDocument] # | |
data PDOMGetDocument Source #
Returns the root DOM node (and optionally the subtree) to the caller.
Parameters of the getDocument command.
Constructors
| PDOMGetDocument | |
Fields
| |
Instances
| Eq PDOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMGetDocument -> PDOMGetDocument -> Bool # (/=) :: PDOMGetDocument -> PDOMGetDocument -> Bool # | |
| Show PDOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMGetDocument -> ShowS # show :: PDOMGetDocument -> String # showList :: [PDOMGetDocument] -> ShowS # | |
| ToJSON PDOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMGetDocument -> Value # toEncoding :: PDOMGetDocument -> Encoding # toJSONList :: [PDOMGetDocument] -> Value # toEncodingList :: [PDOMGetDocument] -> Encoding # | |
| Command PDOMGetDocument Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMGetDocument -> String Source # fromJSON :: Proxy PDOMGetDocument -> Value -> Result (CommandResponse PDOMGetDocument) Source # | |
| type CommandResponse PDOMGetDocument Source # | |
data DOMGetContentQuads Source #
Constructors
| DOMGetContentQuads | |
Fields
| |
Instances
| Eq DOMGetContentQuads Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetContentQuads -> DOMGetContentQuads -> Bool # (/=) :: DOMGetContentQuads -> DOMGetContentQuads -> Bool # | |
| Show DOMGetContentQuads Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetContentQuads -> ShowS # show :: DOMGetContentQuads -> String # showList :: [DOMGetContentQuads] -> ShowS # | |
| FromJSON DOMGetContentQuads Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetContentQuads # parseJSONList :: Value -> Parser [DOMGetContentQuads] # | |
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
| |
Instances
data DOMGetBoxModel Source #
Constructors
| DOMGetBoxModel | |
Fields
| |
Instances
| Eq DOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetBoxModel -> DOMGetBoxModel -> Bool # (/=) :: DOMGetBoxModel -> DOMGetBoxModel -> Bool # | |
| Show DOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetBoxModel -> ShowS # show :: DOMGetBoxModel -> String # showList :: [DOMGetBoxModel] -> ShowS # | |
| FromJSON DOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetBoxModel # parseJSONList :: Value -> Parser [DOMGetBoxModel] # | |
data PDOMGetBoxModel Source #
Returns boxes for the given node.
Parameters of the getBoxModel command.
Constructors
| PDOMGetBoxModel | |
Fields
| |
Instances
| Eq PDOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: PDOMGetBoxModel -> PDOMGetBoxModel -> Bool # (/=) :: PDOMGetBoxModel -> PDOMGetBoxModel -> Bool # | |
| Show PDOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMGetBoxModel -> ShowS # show :: PDOMGetBoxModel -> String # showList :: [PDOMGetBoxModel] -> ShowS # | |
| ToJSON PDOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMGetBoxModel -> Value # toEncoding :: PDOMGetBoxModel -> Encoding # toJSONList :: [PDOMGetBoxModel] -> Value # toEncodingList :: [PDOMGetBoxModel] -> Encoding # | |
| Command PDOMGetBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMGetBoxModel -> String Source # fromJSON :: Proxy PDOMGetBoxModel -> Value -> Result (CommandResponse PDOMGetBoxModel) Source # | |
| type CommandResponse PDOMGetBoxModel Source # | |
data DOMGetAttributes Source #
Constructors
| DOMGetAttributes | |
Fields
| |
Instances
| Eq DOMGetAttributes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMGetAttributes -> DOMGetAttributes -> Bool # (/=) :: DOMGetAttributes -> DOMGetAttributes -> Bool # | |
| Show DOMGetAttributes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMGetAttributes -> ShowS # show :: DOMGetAttributes -> String # showList :: [DOMGetAttributes] -> ShowS # | |
| FromJSON DOMGetAttributes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMGetAttributes # parseJSONList :: Value -> Parser [DOMGetAttributes] # | |
data PDOMGetAttributes Source #
Returns attributes for the specified node.
Parameters of the getAttributes command.
Constructors
| PDOMGetAttributes | |
Fields
| |
Instances
Focuses the given element.
Parameters of the focus command.
Constructors
| PDOMFocus | |
Fields
| |
Instances
| Eq PDOMFocus Source # | |
| Show PDOMFocus Source # | |
| ToJSON PDOMFocus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Command PDOMFocus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMFocus Source # | |
| type CommandResponse PDOMFocus Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PDOMEnable Source #
Constructors
| PDOMEnable | |
Fields
| |
Instances
| Eq PDOMEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMEnable -> ShowS # show :: PDOMEnable -> String # showList :: [PDOMEnable] -> ShowS # | |
| ToJSON PDOMEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMEnable -> Value # toEncoding :: PDOMEnable -> Encoding # toJSONList :: [PDOMEnable] -> Value # toEncodingList :: [PDOMEnable] -> Encoding # | |
| Command PDOMEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMEnable Source # Methods commandName :: Proxy PDOMEnable -> String Source # fromJSON :: Proxy PDOMEnable -> Value -> Result (CommandResponse PDOMEnable) Source # | |
| type CommandResponse PDOMEnable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data PDOMEnableIncludeWhitespace Source #
Enables DOM agent for the given page.
Parameters of the enable command.
Instances
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
| |
Instances
data PDOMDisable Source #
Disables DOM agent for the given page.
Parameters of the disable command.
Constructors
| PDOMDisable |
Instances
| Eq PDOMDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMDisable -> ShowS # show :: PDOMDisable -> String # showList :: [PDOMDisable] -> ShowS # | |
| ToJSON PDOMDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMDisable -> Value # toEncoding :: PDOMDisable -> Encoding # toJSONList :: [PDOMDisable] -> Value # toEncodingList :: [PDOMDisable] -> Encoding # | |
| Command PDOMDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types Methods commandName :: Proxy PDOMDisable -> String Source # fromJSON :: Proxy PDOMDisable -> Value -> Result (CommandResponse PDOMDisable) Source # | |
| type CommandResponse PDOMDisable Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
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
| |
Instances
data DOMDescribeNode Source #
Constructors
| DOMDescribeNode | |
Fields
| |
Instances
| Eq DOMDescribeNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMDescribeNode -> DOMDescribeNode -> Bool # (/=) :: DOMDescribeNode -> DOMDescribeNode -> Bool # | |
| Show DOMDescribeNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMDescribeNode -> ShowS # show :: DOMDescribeNode -> String # showList :: [DOMDescribeNode] -> ShowS # | |
| FromJSON DOMDescribeNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMDescribeNode # parseJSONList :: Value -> Parser [DOMDescribeNode] # | |
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
| |
Instances
Constructors
| DOMCopyTo | |
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
| |
Instances
| Eq PDOMCopyTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show PDOMCopyTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> PDOMCopyTo -> ShowS # show :: PDOMCopyTo -> String # showList :: [PDOMCopyTo] -> ShowS # | |
| ToJSON PDOMCopyTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: PDOMCopyTo -> Value # toEncoding :: PDOMCopyTo -> Encoding # toJSONList :: [PDOMCopyTo] -> Value # toEncodingList :: [PDOMCopyTo] -> Encoding # | |
| Command PDOMCopyTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Associated Types type CommandResponse PDOMCopyTo Source # Methods commandName :: Proxy PDOMCopyTo -> String Source # fromJSON :: Proxy PDOMCopyTo -> Value -> Result (CommandResponse PDOMCopyTo) Source # | |
| type CommandResponse PDOMCopyTo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMCollectClassNamesFromSubtree Source #
Constructors
| DOMCollectClassNamesFromSubtree | |
Fields
| |
Instances
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
data DOMShadowRootPushed Source #
Type of the shadowRootPushed event.
Constructors
| DOMShadowRootPushed | |
Fields
| |
Instances
| Eq DOMShadowRootPushed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMShadowRootPushed -> DOMShadowRootPushed -> Bool # (/=) :: DOMShadowRootPushed -> DOMShadowRootPushed -> Bool # | |
| Show DOMShadowRootPushed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMShadowRootPushed -> ShowS # show :: DOMShadowRootPushed -> String # showList :: [DOMShadowRootPushed] -> ShowS # | |
| FromJSON DOMShadowRootPushed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMShadowRootPushed # parseJSONList :: Value -> Parser [DOMShadowRootPushed] # | |
| Event DOMShadowRootPushed Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMShadowRootPopped Source #
Type of the shadowRootPopped event.
Constructors
| DOMShadowRootPopped | |
Fields
| |
Instances
| Eq DOMShadowRootPopped Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMShadowRootPopped -> DOMShadowRootPopped -> Bool # (/=) :: DOMShadowRootPopped -> DOMShadowRootPopped -> Bool # | |
| Show DOMShadowRootPopped Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMShadowRootPopped -> ShowS # show :: DOMShadowRootPopped -> String # showList :: [DOMShadowRootPopped] -> ShowS # | |
| FromJSON DOMShadowRootPopped Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMShadowRootPopped # parseJSONList :: Value -> Parser [DOMShadowRootPopped] # | |
| Event DOMShadowRootPopped Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMSetChildNodes Source #
Type of the setChildNodes event.
Constructors
| DOMSetChildNodes | |
Fields
| |
Instances
| Eq DOMSetChildNodes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMSetChildNodes -> DOMSetChildNodes -> Bool # (/=) :: DOMSetChildNodes -> DOMSetChildNodes -> Bool # | |
| Show DOMSetChildNodes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMSetChildNodes -> ShowS # show :: DOMSetChildNodes -> String # showList :: [DOMSetChildNodes] -> ShowS # | |
| FromJSON DOMSetChildNodes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMSetChildNodes # parseJSONList :: Value -> Parser [DOMSetChildNodes] # | |
| Event DOMSetChildNodes Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMPseudoElementRemoved Source #
Type of the pseudoElementRemoved event.
Constructors
| DOMPseudoElementRemoved | |
Fields
| |
Instances
| Eq DOMPseudoElementRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMPseudoElementRemoved -> DOMPseudoElementRemoved -> Bool # (/=) :: DOMPseudoElementRemoved -> DOMPseudoElementRemoved -> Bool # | |
| Show DOMPseudoElementRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMPseudoElementRemoved -> ShowS # show :: DOMPseudoElementRemoved -> String # showList :: [DOMPseudoElementRemoved] -> ShowS # | |
| FromJSON DOMPseudoElementRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMPseudoElementRemoved # parseJSONList :: Value -> Parser [DOMPseudoElementRemoved] # | |
| Event DOMPseudoElementRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMTopLayerElementsUpdated Source #
Type of the topLayerElementsUpdated event.
Constructors
| DOMTopLayerElementsUpdated |
Instances
data DOMPseudoElementAdded Source #
Type of the pseudoElementAdded event.
Constructors
| DOMPseudoElementAdded | |
Fields
| |
Instances
| Eq DOMPseudoElementAdded Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMPseudoElementAdded -> DOMPseudoElementAdded -> Bool # (/=) :: DOMPseudoElementAdded -> DOMPseudoElementAdded -> Bool # | |
| Show DOMPseudoElementAdded Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMPseudoElementAdded -> ShowS # show :: DOMPseudoElementAdded -> String # showList :: [DOMPseudoElementAdded] -> ShowS # | |
| FromJSON DOMPseudoElementAdded Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMPseudoElementAdded # parseJSONList :: Value -> Parser [DOMPseudoElementAdded] # | |
| Event DOMPseudoElementAdded Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMInlineStyleInvalidated Source #
Type of the inlineStyleInvalidated event.
Constructors
| DOMInlineStyleInvalidated | |
Fields
| |
Instances
| Eq DOMInlineStyleInvalidated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMInlineStyleInvalidated -> DOMInlineStyleInvalidated -> Bool # (/=) :: DOMInlineStyleInvalidated -> DOMInlineStyleInvalidated -> Bool # | |
| Show DOMInlineStyleInvalidated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMInlineStyleInvalidated -> ShowS # show :: DOMInlineStyleInvalidated -> String # showList :: [DOMInlineStyleInvalidated] -> ShowS # | |
| FromJSON DOMInlineStyleInvalidated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMInlineStyleInvalidated # parseJSONList :: Value -> Parser [DOMInlineStyleInvalidated] # | |
| Event DOMInlineStyleInvalidated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMDocumentUpdated Source #
Type of the documentUpdated event.
Constructors
| DOMDocumentUpdated |
Instances
| Eq DOMDocumentUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMDocumentUpdated -> DOMDocumentUpdated -> Bool # (/=) :: DOMDocumentUpdated -> DOMDocumentUpdated -> Bool # | |
| Read DOMDocumentUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods readsPrec :: Int -> ReadS DOMDocumentUpdated # readList :: ReadS [DOMDocumentUpdated] # | |
| Show DOMDocumentUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMDocumentUpdated -> ShowS # show :: DOMDocumentUpdated -> String # showList :: [DOMDocumentUpdated] -> ShowS # | |
| FromJSON DOMDocumentUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMDocumentUpdated # parseJSONList :: Value -> Parser [DOMDocumentUpdated] # | |
| Event DOMDocumentUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMDistributedNodesUpdated Source #
Type of the distributedNodesUpdated event.
Constructors
| DOMDistributedNodesUpdated | |
Fields
| |
Instances
| Eq DOMDistributedNodesUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMDistributedNodesUpdated -> DOMDistributedNodesUpdated -> Bool # (/=) :: DOMDistributedNodesUpdated -> DOMDistributedNodesUpdated -> Bool # | |
| Show DOMDistributedNodesUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMDistributedNodesUpdated -> ShowS # show :: DOMDistributedNodesUpdated -> String # showList :: [DOMDistributedNodesUpdated] -> ShowS # | |
| FromJSON DOMDistributedNodesUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMDistributedNodesUpdated # parseJSONList :: Value -> Parser [DOMDistributedNodesUpdated] # | |
| Event DOMDistributedNodesUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMChildNodeRemoved Source #
Type of the childNodeRemoved event.
Constructors
| DOMChildNodeRemoved | |
Fields
| |
Instances
| Eq DOMChildNodeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMChildNodeRemoved -> DOMChildNodeRemoved -> Bool # (/=) :: DOMChildNodeRemoved -> DOMChildNodeRemoved -> Bool # | |
| Show DOMChildNodeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMChildNodeRemoved -> ShowS # show :: DOMChildNodeRemoved -> String # showList :: [DOMChildNodeRemoved] -> ShowS # | |
| FromJSON DOMChildNodeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMChildNodeRemoved # parseJSONList :: Value -> Parser [DOMChildNodeRemoved] # | |
| Event DOMChildNodeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMChildNodeInserted Source #
Type of the childNodeInserted event.
Constructors
| DOMChildNodeInserted | |
Fields
| |
Instances
| Eq DOMChildNodeInserted Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMChildNodeInserted -> DOMChildNodeInserted -> Bool # (/=) :: DOMChildNodeInserted -> DOMChildNodeInserted -> Bool # | |
| Show DOMChildNodeInserted Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMChildNodeInserted -> ShowS # show :: DOMChildNodeInserted -> String # showList :: [DOMChildNodeInserted] -> ShowS # | |
| FromJSON DOMChildNodeInserted Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMChildNodeInserted # parseJSONList :: Value -> Parser [DOMChildNodeInserted] # | |
| Event DOMChildNodeInserted Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMChildNodeCountUpdated Source #
Type of the childNodeCountUpdated event.
Constructors
| DOMChildNodeCountUpdated | |
Fields
| |
Instances
| Eq DOMChildNodeCountUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMChildNodeCountUpdated -> DOMChildNodeCountUpdated -> Bool # (/=) :: DOMChildNodeCountUpdated -> DOMChildNodeCountUpdated -> Bool # | |
| Show DOMChildNodeCountUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMChildNodeCountUpdated -> ShowS # show :: DOMChildNodeCountUpdated -> String # showList :: [DOMChildNodeCountUpdated] -> ShowS # | |
| FromJSON DOMChildNodeCountUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMChildNodeCountUpdated # parseJSONList :: Value -> Parser [DOMChildNodeCountUpdated] # | |
| Event DOMChildNodeCountUpdated Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMCharacterDataModified Source #
Type of the characterDataModified event.
Constructors
| DOMCharacterDataModified | |
Fields
| |
Instances
| Eq DOMCharacterDataModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMCharacterDataModified -> DOMCharacterDataModified -> Bool # (/=) :: DOMCharacterDataModified -> DOMCharacterDataModified -> Bool # | |
| Show DOMCharacterDataModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMCharacterDataModified -> ShowS # show :: DOMCharacterDataModified -> String # showList :: [DOMCharacterDataModified] -> ShowS # | |
| FromJSON DOMCharacterDataModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMCharacterDataModified # parseJSONList :: Value -> Parser [DOMCharacterDataModified] # | |
| Event DOMCharacterDataModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMAttributeRemoved Source #
Type of the attributeRemoved event.
Constructors
| DOMAttributeRemoved | |
Fields
| |
Instances
| Eq DOMAttributeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMAttributeRemoved -> DOMAttributeRemoved -> Bool # (/=) :: DOMAttributeRemoved -> DOMAttributeRemoved -> Bool # | |
| Show DOMAttributeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMAttributeRemoved -> ShowS # show :: DOMAttributeRemoved -> String # showList :: [DOMAttributeRemoved] -> ShowS # | |
| FromJSON DOMAttributeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMAttributeRemoved # parseJSONList :: Value -> Parser [DOMAttributeRemoved] # | |
| Event DOMAttributeRemoved Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMAttributeModified Source #
Type of the attributeModified event.
Constructors
| DOMAttributeModified | |
Fields
| |
Instances
| Eq DOMAttributeModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMAttributeModified -> DOMAttributeModified -> Bool # (/=) :: DOMAttributeModified -> DOMAttributeModified -> Bool # | |
| Show DOMAttributeModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMAttributeModified -> ShowS # show :: DOMAttributeModified -> String # showList :: [DOMAttributeModified] -> ShowS # | |
| FromJSON DOMAttributeModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMAttributeModified # parseJSONList :: Value -> Parser [DOMAttributeModified] # | |
| Event DOMAttributeModified Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
data DOMCSSComputedStyleProperty Source #
Type CSSComputedStyleProperty.
Constructors
| DOMCSSComputedStyleProperty | |
Fields
| |
Instances
Type Rect.
Rectangle.
Constructors
| DOMRect | |
Fields
| |
data DOMShapeOutsideInfo Source #
Type ShapeOutsideInfo.
CSS Shape Outside details.
Constructors
| DOMShapeOutsideInfo | |
Fields
| |
Instances
| Eq DOMShapeOutsideInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMShapeOutsideInfo -> DOMShapeOutsideInfo -> Bool # (/=) :: DOMShapeOutsideInfo -> DOMShapeOutsideInfo -> Bool # | |
| Show DOMShapeOutsideInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMShapeOutsideInfo -> ShowS # show :: DOMShapeOutsideInfo -> String # showList :: [DOMShapeOutsideInfo] -> ShowS # | |
| ToJSON DOMShapeOutsideInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: DOMShapeOutsideInfo -> Value # toEncoding :: DOMShapeOutsideInfo -> Encoding # toJSONList :: [DOMShapeOutsideInfo] -> Value # toEncodingList :: [DOMShapeOutsideInfo] -> Encoding # | |
| FromJSON DOMShapeOutsideInfo Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMShapeOutsideInfo # parseJSONList :: Value -> Parser [DOMShapeOutsideInfo] # | |
data DOMBoxModel Source #
Type BoxModel.
Box model.
Constructors
| DOMBoxModel | |
Fields
| |
Instances
| Eq DOMBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
| Show DOMBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMBoxModel -> ShowS # show :: DOMBoxModel -> String # showList :: [DOMBoxModel] -> ShowS # | |
| ToJSON DOMBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: DOMBoxModel -> Value # toEncoding :: DOMBoxModel -> Encoding # toJSONList :: [DOMBoxModel] -> Value # toEncodingList :: [DOMBoxModel] -> Encoding # | |
| FromJSON DOMBoxModel Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity | |
type DOMQuad = [Double] Source #
Type Quad.
An array of quad vertices, x immediately followed by y for each point, points clock-wise.
Type RGBA.
A structure holding an RGBA color.
Constructors
| DOMRGBA | |
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.
Constructors
| DOMCompatibilityModeQuirksMode | |
| DOMCompatibilityModeLimitedQuirksMode | |
| DOMCompatibilityModeNoQuirksMode |
Instances
data DOMShadowRootType Source #
Type ShadowRootType.
Shadow root type.
Instances
data DOMPseudoType Source #
Type PseudoType.
Pseudo element type.
Constructors
Instances
data DOMBackendNode Source #
Type BackendNode.
Backend node with a friendly name.
Constructors
| DOMBackendNode | |
Fields
| |
Instances
| Eq DOMBackendNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods (==) :: DOMBackendNode -> DOMBackendNode -> Bool # (/=) :: DOMBackendNode -> DOMBackendNode -> Bool # | |
| Show DOMBackendNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods showsPrec :: Int -> DOMBackendNode -> ShowS # show :: DOMBackendNode -> String # showList :: [DOMBackendNode] -> ShowS # | |
| ToJSON DOMBackendNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods toJSON :: DOMBackendNode -> Value # toEncoding :: DOMBackendNode -> Encoding # toJSONList :: [DOMBackendNode] -> Value # toEncodingList :: [DOMBackendNode] -> Encoding # | |
| FromJSON DOMBackendNode Source # | |
Defined in CDP.Domains.DOMPageNetworkEmulationSecurity Methods parseJSON :: Value -> Parser DOMBackendNode # parseJSONList :: Value -> Parser [DOMBackendNode] # | |
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.
pDOMCopyTo :: DOMNodeId -> DOMNodeId -> PDOMCopyTo Source #
pDOMGetNodesForSubtreeByStyle :: DOMNodeId -> [DOMCSSComputedStyleProperty] -> PDOMGetNodesForSubtreeByStyle Source #
pDOMGetSearchResults :: Text -> Int -> Int -> PDOMGetSearchResults Source #
pDOMMoveTo :: DOMNodeId -> DOMNodeId -> PDOMMoveTo Source #
pDOMPushNodesByBackendIdsToFrontend :: [DOMBackendNodeId] -> PDOMPushNodesByBackendIdsToFrontend Source #
pDOMQuerySelector :: DOMNodeId -> Text -> PDOMQuerySelector Source #
pDOMSetAttributeValue :: DOMNodeId -> Text -> Text -> PDOMSetAttributeValue Source #
pDOMSetNodeName :: DOMNodeId -> Text -> PDOMSetNodeName Source #
pDOMSetNodeValue :: DOMNodeId -> Text -> PDOMSetNodeValue Source #
pDOMSetOuterHTML :: DOMNodeId -> Text -> PDOMSetOuterHTML Source #
pDOMGetQueryingDescendantsForContainer :: DOMNodeId -> PDOMGetQueryingDescendantsForContainer Source #
pEmulationSetDeviceMetricsOverride :: Int -> Int -> Double -> Bool -> PEmulationSetDeviceMetricsOverride Source #
pEmulationSetEmulatedVisionDeficiency :: PEmulationSetEmulatedVisionDeficiencyType -> PEmulationSetEmulatedVisionDeficiency Source #
pEmulationSetVirtualTimePolicy :: EmulationVirtualTimePolicy -> PEmulationSetVirtualTimePolicy Source #
pEmulationSetDisabledImageTypes :: [EmulationDisabledImageType] -> PEmulationSetDisabledImageTypes Source #
pEmulationSetHardwareConcurrencyOverride :: Int -> PEmulationSetHardwareConcurrencyOverride Source #
pNetworkEmulateNetworkConditions :: Bool -> Double -> Double -> Double -> PNetworkEmulateNetworkConditions Source #
pNetworkGetResponseBodyForInterception :: NetworkInterceptionId -> PNetworkGetResponseBodyForInterception Source #
pNetworkTakeResponseBodyForInterceptionAsStream :: NetworkInterceptionId -> PNetworkTakeResponseBodyForInterceptionAsStream Source #
pNetworkSetCookie :: Text -> Text -> PNetworkSetCookie Source #
pNetworkLoadNetworkResource :: Text -> NetworkLoadNetworkResourceOptions -> PNetworkLoadNetworkResource Source #
pPageNavigate :: Text -> PPageNavigate Source #
pPageRemoveScriptToEvaluateOnNewDocument :: PageScriptIdentifier -> PPageRemoveScriptToEvaluateOnNewDocument Source #
pPageSearchInResource :: PageFrameId -> Text -> Text -> PPageSearchInResource Source #