Skip to content

Page Protocol

Page domain commands, events and types for Chrome DevTools Protocol.

Methods

pydoll.protocol.page.methods

AddScriptToEvaluateOnLoadResponse module-attribute

AddScriptToEvaluateOnLoadResponse = Response[AddScriptToEvaluateOnLoadResult]

AddScriptToEvaluateOnNewDocumentResponse module-attribute

AddScriptToEvaluateOnNewDocumentResponse = Response[AddScriptToEvaluateOnNewDocumentResult]

CaptureScreenshotResponse module-attribute

CaptureScreenshotResponse = Response[CaptureScreenshotResult]

CaptureSnapshotResponse module-attribute

CaptureSnapshotResponse = Response[CaptureSnapshotResult]

CreateIsolatedWorldResponse module-attribute

CreateIsolatedWorldResponse = Response[CreateIsolatedWorldResult]

GetAdScriptAncestryIdsResponse module-attribute

GetAdScriptAncestryIdsResponse = Response[GetAdScriptAncestryIdsResult]

GetAdScriptAncestryResponse module-attribute

GetAdScriptAncestryResponse = Response[GetAdScriptAncestryResult]

GetAppIdResponse module-attribute

GetAppIdResponse = Response[GetAppIdResult]

GetAppManifestResponse module-attribute

GetAppManifestResponse = Response[GetAppManifestResult]

GetFrameTreeResponse module-attribute

GetFrameTreeResponse = Response[GetFrameTreeResult]

GetInstallabilityErrorsResponse module-attribute

GetInstallabilityErrorsResponse = Response[GetInstallabilityErrorsResult]

GetLayoutMetricsResponse module-attribute

GetLayoutMetricsResponse = Response[GetLayoutMetricsResult]

GetManifestIconsResponse module-attribute

GetManifestIconsResponse = Response[GetManifestIconsResult]

GetNavigationHistoryResponse module-attribute

GetNavigationHistoryResponse = Response[GetNavigationHistoryResult]

GetOriginTrialsResponse module-attribute

GetOriginTrialsResponse = Response[GetOriginTrialsResult]

GetPermissionsPolicyStateResponse module-attribute

GetPermissionsPolicyStateResponse = Response[GetPermissionsPolicyStateResult]

GetResourceContentResponse module-attribute

GetResourceContentResponse = Response[GetResourceContentResult]

GetResourceTreeResponse module-attribute

GetResourceTreeResponse = Response[GetResourceTreeResult]

NavigateResponse module-attribute

NavigateResponse = Response[NavigateResult]

PrintToPDFResponse module-attribute

PrintToPDFResponse = Response[PrintToPDFResult]

SearchInResourceResponse module-attribute

SearchInResourceResponse = Response[SearchInResourceResult]

AddCompilationCacheCommand module-attribute

AddCompilationCacheCommand = Command[AddCompilationCacheParams, EmptyResponse]

AddScriptToEvaluateOnLoadCommand module-attribute

AddScriptToEvaluateOnNewDocumentCommand module-attribute

BringToFrontCommand module-attribute

BringToFrontCommand = Command[EmptyParams, EmptyResponse]

CaptureScreenshotCommand module-attribute

CaptureSnapshotCommand module-attribute

ClearCompilationCacheCommand module-attribute

ClearCompilationCacheCommand = Command[EmptyParams, EmptyResponse]

CloseCommand module-attribute

CrashCommand module-attribute

CreateIsolatedWorldCommand module-attribute

DisableCommand module-attribute

DisableCommand = Command[EmptyParams, EmptyResponse]

EnableCommand module-attribute

GenerateTestReportCommand module-attribute

GenerateTestReportCommand = Command[GenerateTestReportParams, EmptyResponse]

GetAdScriptAncestryCommand module-attribute

GetAdScriptAncestryIdsCommand module-attribute

GetAppIdCommand module-attribute

GetAppManifestCommand module-attribute

GetFrameTreeCommand module-attribute

GetFrameTreeCommand = Command[EmptyParams, GetFrameTreeResponse]

GetInstallabilityErrorsCommand module-attribute

GetInstallabilityErrorsCommand = Command[EmptyParams, GetInstallabilityErrorsResponse]

GetLayoutMetricsCommand module-attribute

GetLayoutMetricsCommand = Command[EmptyParams, GetLayoutMetricsResponse]

GetManifestIconsCommand module-attribute

GetManifestIconsCommand = Command[EmptyParams, GetManifestIconsResponse]

GetNavigationHistoryCommand module-attribute

GetNavigationHistoryCommand = Command[EmptyParams, GetNavigationHistoryResponse]

GetOriginTrialsCommand module-attribute

GetPermissionsPolicyStateCommand module-attribute

GetResourceContentCommand module-attribute

GetResourceTreeCommand module-attribute

GetResourceTreeCommand = Command[EmptyParams, GetResourceTreeResponse]

HandleJavaScriptDialogCommand module-attribute

HandleJavaScriptDialogCommand = Command[HandleJavaScriptDialogParams, EmptyResponse]

NavigateCommand module-attribute

NavigateToHistoryEntryCommand module-attribute

NavigateToHistoryEntryCommand = Command[NavigateToHistoryEntryParams, EmptyResponse]

PrintToPDFCommand module-attribute

ProduceCompilationCacheCommand module-attribute

ProduceCompilationCacheCommand = Command[ProduceCompilationCacheParams, EmptyResponse]

ReloadCommand module-attribute

RemoveScriptToEvaluateOnLoadCommand module-attribute

RemoveScriptToEvaluateOnLoadCommand = Command[RemoveScriptToEvaluateOnLoadParams, EmptyResponse]

RemoveScriptToEvaluateOnNewDocumentCommand module-attribute

RemoveScriptToEvaluateOnNewDocumentCommand = Command[RemoveScriptToEvaluateOnNewDocumentParams, EmptyResponse]

ResetNavigationHistoryCommand module-attribute

ResetNavigationHistoryCommand = Command[EmptyParams, EmptyResponse]

ScreencastFrameAckCommand module-attribute

ScreencastFrameAckCommand = Command[ScreencastFrameAckParams, EmptyResponse]

SearchInResourceCommand module-attribute

SetAdBlockingEnabledCommand module-attribute

SetAdBlockingEnabledCommand = Command[SetAdBlockingEnabledParams, EmptyResponse]

SetBypassCSPCommand module-attribute

SetBypassCSPCommand = Command[SetBypassCSPParams, EmptyResponse]

SetDocumentContentCommand module-attribute

SetDocumentContentCommand = Command[SetDocumentContentParams, EmptyResponse]

SetFontFamiliesCommand module-attribute

SetFontFamiliesCommand = Command[SetFontFamiliesParams, EmptyResponse]

SetFontSizesCommand module-attribute

SetFontSizesCommand = Command[SetFontSizesParams, EmptyResponse]

SetInterceptFileChooserDialogCommand module-attribute

SetInterceptFileChooserDialogCommand = Command[SetInterceptFileChooserDialogParams, EmptyResponse]

SetLifecycleEventsEnabledCommand module-attribute

SetLifecycleEventsEnabledCommand = Command[SetLifecycleEventsEnabledParams, EmptyResponse]

SetPrerenderingAllowedCommand module-attribute

SetPrerenderingAllowedCommand = Command[SetPrerenderingAllowedParams, EmptyResponse]

SetRPHRegistrationModeCommand module-attribute

SetRPHRegistrationModeCommand = Command[SetRPHRegistrationModeParams, EmptyResponse]

SetSPCTransactionModeCommand module-attribute

SetSPCTransactionModeCommand = Command[SetSPCTransactionModeParams, EmptyResponse]

SetWebLifecycleStateCommand module-attribute

SetWebLifecycleStateCommand = Command[SetWebLifecycleStateParams, EmptyResponse]

StartScreencastCommand module-attribute

StartScreencastCommand = Command[StartScreencastParams, EmptyResponse]

StopLoadingCommand module-attribute

StopLoadingCommand = Command[EmptyParams, EmptyResponse]

StopScreencastCommand module-attribute

StopScreencastCommand = Command[EmptyParams, EmptyResponse]

WaitForDebuggerCommand module-attribute

WaitForDebuggerCommand = Command[EmptyParams, EmptyResponse]

PageMethod

Bases: str, Enum

ADD_SCRIPT_TO_EVALUATE_ON_LOAD class-attribute instance-attribute

ADD_SCRIPT_TO_EVALUATE_ON_LOAD = 'Page.addScriptToEvaluateOnLoad'

ADD_SCRIPT_TO_EVALUATE_ON_NEW_DOCUMENT class-attribute instance-attribute

ADD_SCRIPT_TO_EVALUATE_ON_NEW_DOCUMENT = 'Page.addScriptToEvaluateOnNewDocument'

BRING_TO_FRONT class-attribute instance-attribute

BRING_TO_FRONT = 'Page.bringToFront'

CAPTURE_SCREENSHOT class-attribute instance-attribute

CAPTURE_SCREENSHOT = 'Page.captureScreenshot'

CAPTURE_SNAPSHOT class-attribute instance-attribute

CAPTURE_SNAPSHOT = 'Page.captureSnapshot'

CLEAR_COMPILATION_CACHE class-attribute instance-attribute

CLEAR_COMPILATION_CACHE = 'Page.clearCompilationCache'

CLOSE class-attribute instance-attribute

CLOSE = 'Page.close'

CRASH class-attribute instance-attribute

CRASH = 'Page.crash'

CREATE_ISOLATED_WORLD class-attribute instance-attribute

CREATE_ISOLATED_WORLD = 'Page.createIsolatedWorld'

DISABLE class-attribute instance-attribute

DISABLE = 'Page.disable'

ENABLE class-attribute instance-attribute

ENABLE = 'Page.enable'

GENERATE_TEST_REPORT class-attribute instance-attribute

GENERATE_TEST_REPORT = 'Page.generateTestReport'

GET_AD_SCRIPT_ANCESTRY_IDS class-attribute instance-attribute

GET_AD_SCRIPT_ANCESTRY_IDS = 'Page.getAdScriptAncestryIds'

GET_APP_ID class-attribute instance-attribute

GET_APP_ID = 'Page.getAppId'

GET_APP_MANIFEST class-attribute instance-attribute

GET_APP_MANIFEST = 'Page.getAppManifest'

GET_FRAME_TREE class-attribute instance-attribute

GET_FRAME_TREE = 'Page.getFrameTree'

GET_INSTALLABILITY_ERRORS class-attribute instance-attribute

GET_INSTALLABILITY_ERRORS = 'Page.getInstallabilityErrors'

GET_LAYOUT_METRICS class-attribute instance-attribute

GET_LAYOUT_METRICS = 'Page.getLayoutMetrics'

GET_MANIFEST_ICONS class-attribute instance-attribute

GET_MANIFEST_ICONS = 'Page.getManifestIcons'

GET_NAVIGATION_HISTORY class-attribute instance-attribute

GET_NAVIGATION_HISTORY = 'Page.getNavigationHistory'

GET_ORIGIN_TRIALS class-attribute instance-attribute

GET_ORIGIN_TRIALS = 'Page.getOriginTrials'

GET_PERMISSIONS_POLICY_STATE class-attribute instance-attribute

GET_PERMISSIONS_POLICY_STATE = 'Page.getPermissionsPolicyState'

GET_RESOURCE_CONTENT class-attribute instance-attribute

GET_RESOURCE_CONTENT = 'Page.getResourceContent'

GET_RESOURCE_TREE class-attribute instance-attribute

GET_RESOURCE_TREE = 'Page.getResourceTree'

HANDLE_JAVASCRIPT_DIALOG class-attribute instance-attribute

HANDLE_JAVASCRIPT_DIALOG = 'Page.handleJavaScriptDialog'

NAVIGATE class-attribute instance-attribute

NAVIGATE = 'Page.navigate'

NAVIGATE_TO_HISTORY_ENTRY class-attribute instance-attribute

NAVIGATE_TO_HISTORY_ENTRY = 'Page.navigateToHistoryEntry'

PRINT_TO_PDF class-attribute instance-attribute

PRINT_TO_PDF = 'Page.printToPDF'

PRODUCE_COMPILATION_CACHE class-attribute instance-attribute

PRODUCE_COMPILATION_CACHE = 'Page.produceCompilationCache'

RELOAD class-attribute instance-attribute

RELOAD = 'Page.reload'

REMOVE_SCRIPT_TO_EVALUATE_ON_LOAD class-attribute instance-attribute

REMOVE_SCRIPT_TO_EVALUATE_ON_LOAD = 'Page.removeScriptToEvaluateOnLoad'

REMOVE_SCRIPT_TO_EVALUATE_ON_NEW_DOCUMENT class-attribute instance-attribute

REMOVE_SCRIPT_TO_EVALUATE_ON_NEW_DOCUMENT = 'Page.removeScriptToEvaluateOnNewDocument'

RESET_NAVIGATION_HISTORY class-attribute instance-attribute

RESET_NAVIGATION_HISTORY = 'Page.resetNavigationHistory'

SCREENCAST_FRAME_ACK class-attribute instance-attribute

SCREENCAST_FRAME_ACK = 'Page.screencastFrameAck'

SEARCH_IN_RESOURCE class-attribute instance-attribute

SEARCH_IN_RESOURCE = 'Page.searchInResource'

SET_AD_BLOCKING_ENABLED class-attribute instance-attribute

SET_AD_BLOCKING_ENABLED = 'Page.setAdBlockingEnabled'

SET_BYPASS_CSP class-attribute instance-attribute

SET_BYPASS_CSP = 'Page.setBypassCSP'

SET_DOCUMENT_CONTENT class-attribute instance-attribute

SET_DOCUMENT_CONTENT = 'Page.setDocumentContent'

SET_FONT_FAMILIES class-attribute instance-attribute

SET_FONT_FAMILIES = 'Page.setFontFamilies'

SET_FONT_SIZES class-attribute instance-attribute

SET_FONT_SIZES = 'Page.setFontSizes'

SET_INTERCEPT_FILE_CHOOSER_DIALOG class-attribute instance-attribute

SET_INTERCEPT_FILE_CHOOSER_DIALOG = 'Page.setInterceptFileChooserDialog'

SET_LIFECYCLE_EVENTS_ENABLED class-attribute instance-attribute

SET_LIFECYCLE_EVENTS_ENABLED = 'Page.setLifecycleEventsEnabled'

SET_PRERENDERING_ALLOWED class-attribute instance-attribute

SET_PRERENDERING_ALLOWED = 'Page.setPrerenderingAllowed'

SET_RPH_REGISTRATION_MODE class-attribute instance-attribute

SET_RPH_REGISTRATION_MODE = 'Page.setRPHRegistrationMode'

SET_SPC_TRANSACTION_MODE class-attribute instance-attribute

SET_SPC_TRANSACTION_MODE = 'Page.setSPCTransactionMode'

SET_WEB_LIFECYCLE_STATE class-attribute instance-attribute

SET_WEB_LIFECYCLE_STATE = 'Page.setWebLifecycleState'

START_SCREENCAST class-attribute instance-attribute

START_SCREENCAST = 'Page.startScreencast'

STOP_LOADING class-attribute instance-attribute

STOP_LOADING = 'Page.stopLoading'

STOP_SCREENCAST class-attribute instance-attribute

STOP_SCREENCAST = 'Page.stopScreencast'

WAIT_FOR_DEBUGGER class-attribute instance-attribute

WAIT_FOR_DEBUGGER = 'Page.waitForDebugger'

ADD_COMPILATION_CACHE class-attribute instance-attribute

ADD_COMPILATION_CACHE = 'Page.addCompilationCache'

AddScriptToEvaluateOnNewDocumentParams

Bases: TypedDict

Parameters for addScriptToEvaluateOnNewDocument.

source instance-attribute

source

worldName instance-attribute

worldName

includeCommandLineAPI instance-attribute

includeCommandLineAPI

runImmediately instance-attribute

runImmediately

CaptureScreenshotParams

Bases: TypedDict

Parameters for captureScreenshot.

format instance-attribute

format

quality instance-attribute

quality

clip instance-attribute

clip

fromSurface instance-attribute

fromSurface

captureBeyondViewport instance-attribute

captureBeyondViewport

optimizeForSpeed instance-attribute

optimizeForSpeed

CaptureSnapshotParams

Bases: TypedDict

Parameters for captureSnapshot.

format instance-attribute

format

CreateIsolatedWorldParams

Bases: TypedDict

Parameters for createIsolatedWorld.

frameId instance-attribute

frameId

worldName instance-attribute

worldName

grantUniveralAccess instance-attribute

grantUniveralAccess

GetAppManifestParams

Bases: TypedDict

Parameters for getAppManifest.

manifestId instance-attribute

manifestId

GetAdScriptAncestryParams

Bases: TypedDict

Parameters for getAdScriptAncestry.

frameId instance-attribute

frameId

GetPermissionsPolicyStateParams

Bases: TypedDict

Parameters for getPermissionsPolicyState.

frameId instance-attribute

frameId

GetOriginTrialsParams

Bases: TypedDict

Parameters for getOriginTrials.

frameId instance-attribute

frameId

GetResourceContentParams

Bases: TypedDict

Parameters for getResourceContent.

frameId instance-attribute

frameId

url instance-attribute

url

HandleJavaScriptDialogParams

Bases: TypedDict

Parameters for handleJavaScriptDialog.

accept instance-attribute

accept

promptText instance-attribute

promptText

NavigateParams

Bases: TypedDict

Parameters for navigate.

url instance-attribute

url

referrer instance-attribute

referrer

transitionType instance-attribute

transitionType

frameId instance-attribute

frameId

referrerPolicy instance-attribute

referrerPolicy

NavigateToHistoryEntryParams

Bases: TypedDict

Parameters for navigateToHistoryEntry.

entryId instance-attribute

entryId

EnableParams

Bases: TypedDict

enableFileChooserOpenedEvent instance-attribute

enableFileChooserOpenedEvent

PrintToPDFParams

Bases: TypedDict

Parameters for printToPDF.

landscape instance-attribute

landscape

displayHeaderFooter instance-attribute

displayHeaderFooter

printBackground instance-attribute

printBackground

scale instance-attribute

scale

paperWidth instance-attribute

paperWidth

paperHeight instance-attribute

paperHeight

marginTop instance-attribute

marginTop

marginBottom instance-attribute

marginBottom

marginLeft instance-attribute

marginLeft

marginRight instance-attribute

marginRight

pageRanges instance-attribute

pageRanges

headerTemplate instance-attribute

headerTemplate

footerTemplate instance-attribute

footerTemplate

preferCSSPageSize instance-attribute

preferCSSPageSize

transferMode instance-attribute

transferMode

generateTaggedPDF instance-attribute

generateTaggedPDF

generateDocumentOutline instance-attribute

generateDocumentOutline

ReloadParams

Bases: TypedDict

Parameters for reload.

ignoreCache instance-attribute

ignoreCache

scriptToEvaluateOnLoad instance-attribute

scriptToEvaluateOnLoad

loaderId instance-attribute

loaderId

RemoveScriptToEvaluateOnNewDocumentParams

Bases: TypedDict

Parameters for removeScriptToEvaluateOnNewDocument.

identifier instance-attribute

identifier

ScreencastFrameAckParams

Bases: TypedDict

Parameters for screencastFrameAck.

sessionId instance-attribute

sessionId

SearchInResourceParams

Bases: TypedDict

Parameters for searchInResource.

frameId instance-attribute

frameId

url instance-attribute

url

query instance-attribute

query

caseSensitive instance-attribute

caseSensitive

isRegex instance-attribute

isRegex

SetAdBlockingEnabledParams

Bases: TypedDict

Parameters for setAdBlockingEnabled.

enabled instance-attribute

enabled

SetBypassCSPParams

Bases: TypedDict

Parameters for setBypassCSP.

enabled instance-attribute

enabled

AddScriptToEvaluateOnLoadParams

Bases: TypedDict

Parameters for addScriptToEvaluateOnLoad.

scriptSource instance-attribute

scriptSource

SetDocumentContentParams

Bases: TypedDict

Parameters for setDocumentContent.

frameId instance-attribute

frameId

html instance-attribute

html

SetInterceptFileChooserDialogParams

Bases: TypedDict

Parameters for setInterceptFileChooserDialog.

enabled instance-attribute

enabled

cancel instance-attribute

cancel

SetLifecycleEventsEnabledParams

Bases: TypedDict

Parameters for setLifecycleEventsEnabled.

enabled instance-attribute

enabled

AddCompilationCacheParams

Bases: TypedDict

Parameters for addCompilationCache.

url instance-attribute

url

data instance-attribute

data

GenerateTestReportParams

Bases: TypedDict

Parameters for generateTestReport.

message instance-attribute

message

group instance-attribute

group

GetAdScriptAncestryIdsParams

Bases: TypedDict

Parameters for getAdScriptAncestryIds.

frameId instance-attribute

frameId

GetAppIdParams

Bases: TypedDict

Parameters for getAppId.

appId instance-attribute

appId

recommendedId instance-attribute

recommendedId

GetManifestIconsParams

Bases: TypedDict

Parameters for getManifestIcons.

RemoveScriptToEvaluateOnLoadParams

Bases: TypedDict

Parameters for removeScriptToEvaluateOnLoad.

identifier instance-attribute

identifier

SetFontFamiliesParams

Bases: TypedDict

Parameters for setFontFamilies.

fontFamilies instance-attribute

fontFamilies

forScripts instance-attribute

forScripts

SetFontSizesParams

Bases: TypedDict

Parameters for setFontSizes.

fontSizes instance-attribute

fontSizes

SetPrerenderingAllowedParams

Bases: TypedDict

Parameters for setPrerenderingAllowed.

isAllowed instance-attribute

isAllowed

SetRPHRegistrationModeParams

Bases: TypedDict

Parameters for setRPHRegistrationMode.

mode instance-attribute

mode

SetSPCTransactionModeParams

Bases: TypedDict

Parameters for setSPCTransactionMode.

mode instance-attribute

mode

SetWebLifecycleStateParams

Bases: TypedDict

Parameters for setWebLifecycleState.

state instance-attribute

state

StartScreencastParams

Bases: TypedDict

Parameters for startScreencast.

format instance-attribute

format

quality instance-attribute

quality

maxWidth instance-attribute

maxWidth

maxHeight instance-attribute

maxHeight

everyNthFrame instance-attribute

everyNthFrame

ProduceCompilationCacheParams

Bases: TypedDict

Parameters for produceCompilationCache.

scripts instance-attribute

scripts

AddScriptToEvaluateOnNewDocumentResult

Bases: TypedDict

identifier instance-attribute

identifier

CaptureScreenshotResult

Bases: TypedDict

data instance-attribute

data

CaptureSnapshotResult

Bases: TypedDict

data instance-attribute

data

CreateIsolatedWorldResult

Bases: TypedDict

executionContextId instance-attribute

executionContextId

GetAppManifestResult

Bases: TypedDict

url instance-attribute

url

errors instance-attribute

errors

data instance-attribute

data

parsed instance-attribute

parsed

manifest instance-attribute

manifest

GetInstallabilityErrorsResult

Bases: TypedDict

installabilityErrors instance-attribute

installabilityErrors

GetAppIdResult

Bases: TypedDict

Result for getAppId.

appId instance-attribute

appId

recommendedId instance-attribute

recommendedId

GetAdScriptAncestryResult

Bases: TypedDict

adScriptAncestry instance-attribute

adScriptAncestry

GetFrameTreeResult

Bases: TypedDict

frameTree instance-attribute

frameTree

GetLayoutMetricsResult

Bases: TypedDict

layoutViewport instance-attribute

layoutViewport

visualViewport instance-attribute

visualViewport

contentSize instance-attribute

contentSize

cssLayoutViewport instance-attribute

cssLayoutViewport

cssVisualViewport instance-attribute

cssVisualViewport

cssContentSize instance-attribute

cssContentSize

GetNavigationHistoryResult

Bases: TypedDict

currentIndex instance-attribute

currentIndex

entries instance-attribute

entries

GetPermissionsPolicyStateResult

Bases: TypedDict

states instance-attribute

states

GetOriginTrialsResult

Bases: TypedDict

originTrials instance-attribute

originTrials

GetResourceContentResult

Bases: TypedDict

content instance-attribute

content

base64Encoded instance-attribute

base64Encoded

GetResourceTreeResult

Bases: TypedDict

frameTree instance-attribute

frameTree

PrintToPDFResult

Bases: TypedDict

data instance-attribute

data

stream instance-attribute

stream

SearchInResourceResult

Bases: TypedDict

result instance-attribute

result

NavigateResult

Bases: TypedDict

Result for navigate.

frameId instance-attribute

frameId

loaderId instance-attribute

loaderId

errorText instance-attribute

errorText

isDownload instance-attribute

isDownload

AddScriptToEvaluateOnLoadResult

Bases: TypedDict

Result for addScriptToEvaluateOnLoad.

identifier instance-attribute

identifier

GetManifestIconsResult

Bases: TypedDict

Result for getManifestIcons.

primaryIcon instance-attribute

primaryIcon

GetAdScriptAncestryIdsResult

Bases: TypedDict

Result for getAdScriptAncestryIds.

adScriptAncestry instance-attribute

adScriptAncestry

Events

pydoll.protocol.page.events

DomContentEventFiredEvent module-attribute

DomContentEventFiredEvent = CDPEvent[DomContentEventFiredEventParams]

FileChooserOpenedEvent module-attribute

FileChooserOpenedEvent = CDPEvent[FileChooserOpenedEventParams]

FrameAttachedEvent module-attribute

FrameAttachedEvent = CDPEvent[FrameAttachedEventParams]

FrameClearedScheduledNavigationEvent module-attribute

FrameClearedScheduledNavigationEvent = CDPEvent[FrameClearedScheduledNavigationEventParams]

FrameDetachedEvent module-attribute

FrameDetachedEvent = CDPEvent[FrameDetachedEventParams]

FrameSubtreeWillBeDetachedEvent module-attribute

FrameSubtreeWillBeDetachedEvent = CDPEvent[FrameSubtreeWillBeDetachedEventParams]

FrameNavigatedEvent module-attribute

FrameNavigatedEvent = CDPEvent[FrameNavigatedEventParams]

DocumentOpenedEvent module-attribute

DocumentOpenedEvent = CDPEvent[DocumentOpenedEventParams]

FrameResizedEvent module-attribute

FrameResizedEvent = CDPEvent[FrameResizedEventParams]

FrameStartedNavigatingEvent module-attribute

FrameStartedNavigatingEvent = CDPEvent[FrameStartedNavigatingEventParams]

FrameRequestedNavigationEvent module-attribute

FrameRequestedNavigationEvent = CDPEvent[FrameRequestedNavigationEventParams]

FrameScheduledNavigationEvent module-attribute

FrameScheduledNavigationEvent = CDPEvent[FrameScheduledNavigationEventParams]

FrameStartedLoadingEvent module-attribute

FrameStartedLoadingEvent = CDPEvent[FrameStartedLoadingEventParams]

FrameStoppedLoadingEvent module-attribute

FrameStoppedLoadingEvent = CDPEvent[FrameStoppedLoadingEventParams]

DownloadWillBeginEvent module-attribute

DownloadWillBeginEvent = CDPEvent[DownloadWillBeginEventParams]

DownloadProgressEvent module-attribute

DownloadProgressEvent = CDPEvent[DownloadProgressEventParams]

InterstitialHiddenEvent module-attribute

InterstitialHiddenEvent = CDPEvent[InterstitialHiddenEventParams]

InterstitialShownEvent module-attribute

InterstitialShownEvent = CDPEvent[InterstitialShownEventParams]

JavascriptDialogClosedEvent module-attribute

JavascriptDialogClosedEvent = CDPEvent[JavascriptDialogClosedEventParams]

JavascriptDialogOpeningEvent module-attribute

JavascriptDialogOpeningEvent = CDPEvent[JavascriptDialogOpeningEventParams]

LifecycleEventEvent module-attribute

LifecycleEventEvent = CDPEvent[LifecycleEventEventParams]

BackForwardCacheNotUsedEvent module-attribute

BackForwardCacheNotUsedEvent = CDPEvent[BackForwardCacheNotUsedEventParams]

LoadEventFiredEvent module-attribute

LoadEventFiredEvent = CDPEvent[LoadEventFiredEventParams]

NavigatedWithinDocumentEvent module-attribute

NavigatedWithinDocumentEvent = CDPEvent[NavigatedWithinDocumentEventParams]

ScreencastFrameEvent module-attribute

ScreencastFrameEvent = CDPEvent[ScreencastFrameEventParams]

ScreencastVisibilityChangedEvent module-attribute

ScreencastVisibilityChangedEvent = CDPEvent[ScreencastVisibilityChangedEventParams]

WindowOpenEvent module-attribute

WindowOpenEvent = CDPEvent[WindowOpenEventParams]

CompilationCacheProducedEvent module-attribute

CompilationCacheProducedEvent = CDPEvent[CompilationCacheProducedEventParams]

PageEvent

Bases: str, Enum

Events from the Page domain of the Chrome DevTools Protocol.

This enumeration contains the names of Page-related events that can be received from the Chrome DevTools Protocol. These events provide information about page lifecycle, frame navigation, JavaScript dialogs, and other page-related activities.

DOM_CONTENT_EVENT_FIRED class-attribute instance-attribute

DOM_CONTENT_EVENT_FIRED = 'Page.domContentEventFired'

Fired when DOMContentLoaded event is fired.

PARAMETER DESCRIPTION
timestamp

Timestamp when the event occurred.

TYPE: MonotonicTime

FILE_CHOOSER_OPENED class-attribute instance-attribute

FILE_CHOOSER_OPENED = 'Page.fileChooserOpened'

Emitted only when page.interceptFileChooser is enabled.

PARAMETER DESCRIPTION
frameId

Id of the frame containing input node.

TYPE: FrameId

mode

Input mode. Allowed Values: selectSingle, selectMultiple

TYPE: str

backendNodeId

Input node id. Only present for file choosers opened via an element.

TYPE: BackendNodeId

FRAME_ATTACHED class-attribute instance-attribute

FRAME_ATTACHED = 'Page.frameAttached'

Fired when frame has been attached to its parent.

PARAMETER DESCRIPTION
frameId

Id of the frame that has been attached.

TYPE: FrameId

parentFrameId

Parent frame identifier.

TYPE: FrameId

stack

JavaScript stack trace of when frame was attached, only set if frame initiated from script.

TYPE: StackTrace

FRAME_DETACHED class-attribute instance-attribute

FRAME_DETACHED = 'Page.frameDetached'

Fired when frame has been detached from its parent.

PARAMETER DESCRIPTION
frameId

Id of the frame that has been detached.

TYPE: FrameId

reason

Reason why the frame was detached. Allowed Values: remove, swap

TYPE: str

FRAME_NAVIGATED class-attribute instance-attribute

FRAME_NAVIGATED = 'Page.frameNavigated'

Fired once navigation of the frame has completed. Frame is now associated with the new loader.

PARAMETER DESCRIPTION
frame

Frame object.

TYPE: Frame

type

Type of navigation.

TYPE: NavigationType

INTERSTITIAL_HIDDEN class-attribute instance-attribute

INTERSTITIAL_HIDDEN = 'Page.interstitialHidden'

Fired when interstitial page was hidden.

INTERSTITIAL_SHOWN class-attribute instance-attribute

INTERSTITIAL_SHOWN = 'Page.interstitialShown'

Fired when interstitial page was shown.

JAVASCRIPT_DIALOG_CLOSED class-attribute instance-attribute

JAVASCRIPT_DIALOG_CLOSED = 'Page.javascriptDialogClosed'

Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.

PARAMETER DESCRIPTION
frameId

Frame id.

TYPE: FrameId

result

Whether dialog was confirmed.

TYPE: bool

userInput

User input in case of prompt.

TYPE: str

JAVASCRIPT_DIALOG_OPENING class-attribute instance-attribute

JAVASCRIPT_DIALOG_OPENING = 'Page.javascriptDialogOpening'

Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.

PARAMETER DESCRIPTION
url

Frame url.

TYPE: str

frameId

Frame id.

TYPE: FrameId

message

Message that will be displayed by the dialog.

TYPE: str

type

Dialog type.

TYPE: DialogType

hasBrowserHandler

True if browser is capable showing or acting on the given dialog. When browser has no dialog handler for given target, calling alert while Page domain is engaged will stall the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.

TYPE: bool

defaultPrompt

Default dialog prompt.

TYPE: str

LIFECYCLE_EVENT class-attribute instance-attribute

LIFECYCLE_EVENT = 'Page.lifecycleEvent'

Fired for lifecycle events (navigation, load, paint, etc) in the current target (including local frames).

PARAMETER DESCRIPTION
frameId

Id of the frame.

TYPE: FrameId

loaderId

Loader identifier. Empty string if the request is fetched from worker.

TYPE: LoaderId

name

Lifecycle event name.

TYPE: str

timestamp

Timestamp when the event occurred.

TYPE: MonotonicTime

LOAD_EVENT_FIRED class-attribute instance-attribute

LOAD_EVENT_FIRED = 'Page.loadEventFired'

Fired when the page load event has fired.

PARAMETER DESCRIPTION
timestamp

Timestamp when the event occurred.

TYPE: MonotonicTime

WINDOW_OPEN class-attribute instance-attribute

WINDOW_OPEN = 'Page.windowOpen'

Fired when a new window is going to be opened, via window.open(), link click, form submission, etc.

PARAMETER DESCRIPTION
url

The URL for the new window.

TYPE: str

windowName

Window name.

TYPE: str

windowFeatures

An array of enabled window features.

TYPE: array[str]

userGesture

Whether or not it was triggered by user gesture.

TYPE: bool

BACK_FORWARD_CACHE_NOT_USED class-attribute instance-attribute

BACK_FORWARD_CACHE_NOT_USED = 'Page.backForwardCacheNotUsed'

Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do not assume any ordering with the Page.frameNavigated event. This event is fired only for main-frame history navigation where the document changes (non-same-document navigations), when bfcache navigation fails.

PARAMETER DESCRIPTION
loaderId

The loader id for the associated navigation.

TYPE: LoaderId

frameId

The frame id of the associated frame.

TYPE: FrameId

notRestoredExplanations

Array of reasons why the page could not be cached. This must not be empty.

TYPE: array[BackForwardCacheNotRestoredExplanation]

notRestoredExplanationsTree

Tree structure of reasons why the page could not be cached for each frame.

TYPE: BackForwardCacheNotRestoredExplanationTree

COMPILATION_CACHE_PRODUCED class-attribute instance-attribute

COMPILATION_CACHE_PRODUCED = 'Page.compilationCacheProduced'

Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.

PARAMETER DESCRIPTION
url

The URL of the document whose compilation cache was produced.

TYPE: str

data

Base64-encoded data (Encoded as a base64 string when passed over JSON).

TYPE: str

DOCUMENT_OPENED class-attribute instance-attribute

DOCUMENT_OPENED = 'Page.documentOpened'

Fired when opening document to write to.

PARAMETER DESCRIPTION
frame

Frame object.

TYPE: Frame

FRAME_REQUESTED_NAVIGATION class-attribute instance-attribute

FRAME_REQUESTED_NAVIGATION = 'Page.frameRequestedNavigation'

Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.

PARAMETER DESCRIPTION
frameId

Id of the frame that is being navigated.

TYPE: FrameId

reason

The reason for the navigation.

TYPE: ClientNavigationReason

url

The destination URL for the requested navigation.

TYPE: str

disposition

The disposition for the navigation.

TYPE: ClientNavigationDisposition

FRAME_RESIZED class-attribute instance-attribute

FRAME_RESIZED = 'Page.frameResized'

Fired when frame has been resized.

FRAME_STARTED_LOADING class-attribute instance-attribute

FRAME_STARTED_LOADING = 'Page.frameStartedLoading'

Fired when frame has started loading.

PARAMETER DESCRIPTION
frameId

Id of the frame that has started loading.

TYPE: FrameId

FRAME_STARTED_NAVIGATING class-attribute instance-attribute

FRAME_STARTED_NAVIGATING = 'Page.frameStartedNavigating'

Fired when a navigation starts. This event is fired for both renderer-initiated and browser-initiated navigations. For renderer-initiated navigations, the event is fired after frameRequestedNavigation. Navigation may still be cancelled after the event is issued. Multiple events can be fired for a single navigation, for example, when a same-document navigation becomes a cross-document navigation (such as in the case of a frameset).

PARAMETER DESCRIPTION
frameId

ID of the frame that is being navigated.

TYPE: FrameId

url

The URL the navigation started with. The final URL can be different.

TYPE: str

loaderId

Loader identifier. Even though it is present in case of same-document navigation, the previously committed loaderId would not change unless the navigation changes from a same-document to a cross-document navigation.

TYPE: LoaderId

navigationType

Type of navigation. Allowed Values: reload, reloadBypassingCache, restore, restoreWithPost, historySameDocument, historyDifferentDocument, sameDocument, differentDocument

TYPE: str

FRAME_STOPPED_LOADING class-attribute instance-attribute

FRAME_STOPPED_LOADING = 'Page.frameStoppedLoading'

Fired when frame has stopped loading.

PARAMETER DESCRIPTION
frameId

Id of the frame that has stopped loading.

TYPE: FrameId

FRAME_SUBTREE_WILL_BE_DETACHED class-attribute instance-attribute

FRAME_SUBTREE_WILL_BE_DETACHED = 'Page.frameSubtreeWillBeDetached'

Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached.

PARAMETER DESCRIPTION
frameId

Id of the frame that is the root of the subtree that will be detached.

TYPE: FrameId

NAVIGATED_WITHIN_DOCUMENT class-attribute instance-attribute

NAVIGATED_WITHIN_DOCUMENT = 'Page.navigatedWithinDocument'

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

PARAMETER DESCRIPTION
frameId

Id of the frame.

TYPE: FrameId

url

Frame's new url.

TYPE: str

navigationType

Navigation type. Allowed Values: fragment, historyApi, other

TYPE: str

SCREENCAST_FRAME class-attribute instance-attribute

SCREENCAST_FRAME = 'Page.screencastFrame'

Compressed image data requested by the startScreencast.

PARAMETER DESCRIPTION
data

Base64-encoded compressed image.

TYPE: str

metadata

Screencast frame metadata.

TYPE: ScreencastFrameMetadata

sessionId

Frame number.

TYPE: int

SCREENCAST_VISIBILITY_CHANGED class-attribute instance-attribute

SCREENCAST_VISIBILITY_CHANGED = 'Page.screencastVisibilityChanged'

Fired when the page with currently enabled screencast was shown or hidden.

PARAMETER DESCRIPTION
visible

True if the page is visible.

TYPE: bool

DomContentEventFiredEventParams

Bases: TypedDict

timestamp instance-attribute

timestamp

FileChooserOpenedEventParams

Bases: TypedDict

frameId instance-attribute

frameId

mode instance-attribute

mode

backendNodeId instance-attribute

backendNodeId

FrameAttachedEventParams

Bases: TypedDict

frameId instance-attribute

frameId

parentFrameId instance-attribute

parentFrameId

stack instance-attribute

stack

FrameClearedScheduledNavigationEventParams

Bases: TypedDict

frameId instance-attribute

frameId

FrameDetachedEventParams

Bases: TypedDict

frameId instance-attribute

frameId

reason instance-attribute

reason

FrameSubtreeWillBeDetachedEventParams

Bases: TypedDict

frameId instance-attribute

frameId

FrameNavigatedEventParams

Bases: TypedDict

frame instance-attribute

frame

type instance-attribute

type

DocumentOpenedEventParams

Bases: TypedDict

frame instance-attribute

frame

FrameResizedEventParams

Bases: TypedDict

FrameStartedNavigatingEventParams

Bases: TypedDict

frameId instance-attribute

frameId

url instance-attribute

url

loaderId instance-attribute

loaderId

navigationType instance-attribute

navigationType

FrameRequestedNavigationEventParams

Bases: TypedDict

frameId instance-attribute

frameId

reason instance-attribute

reason

url instance-attribute

url

disposition instance-attribute

disposition

FrameScheduledNavigationEventParams

Bases: TypedDict

frameId instance-attribute

frameId

delay instance-attribute

delay

reason instance-attribute

reason

url instance-attribute

url

FrameStartedLoadingEventParams

Bases: TypedDict

frameId instance-attribute

frameId

FrameStoppedLoadingEventParams

Bases: TypedDict

frameId instance-attribute

frameId

DownloadWillBeginEventParams

Bases: TypedDict

frameId instance-attribute

frameId

guid instance-attribute

guid

url instance-attribute

url

suggestedFilename instance-attribute

suggestedFilename

DownloadProgressEventParams

Bases: TypedDict

guid instance-attribute

guid

totalBytes instance-attribute

totalBytes

receivedBytes instance-attribute

receivedBytes

state instance-attribute

state

InterstitialHiddenEventParams

Bases: TypedDict

InterstitialShownEventParams

Bases: TypedDict

JavascriptDialogClosedEventParams

Bases: TypedDict

frameId instance-attribute

frameId

result instance-attribute

result

userInput instance-attribute

userInput

JavascriptDialogOpeningEventParams

Bases: TypedDict

url instance-attribute

url

frameId instance-attribute

frameId

message instance-attribute

message

type instance-attribute

type

hasBrowserHandler instance-attribute

hasBrowserHandler

defaultPrompt instance-attribute

defaultPrompt

LifecycleEventEventParams

Bases: TypedDict

frameId instance-attribute

frameId

loaderId instance-attribute

loaderId

name instance-attribute

name

timestamp instance-attribute

timestamp

BackForwardCacheNotUsedEventParams

Bases: TypedDict

loaderId instance-attribute

loaderId

frameId instance-attribute

frameId

notRestoredExplanations instance-attribute

notRestoredExplanations

notRestoredExplanationsTree instance-attribute

notRestoredExplanationsTree

LoadEventFiredEventParams

Bases: TypedDict

timestamp instance-attribute

timestamp

NavigatedWithinDocumentEventParams

Bases: TypedDict

frameId instance-attribute

frameId

url instance-attribute

url

navigationType instance-attribute

navigationType

ScreencastFrameEventParams

Bases: TypedDict

data instance-attribute

data

metadata instance-attribute

metadata

sessionId instance-attribute

sessionId

ScreencastVisibilityChangedEventParams

Bases: TypedDict

visible instance-attribute

visible

WindowOpenEventParams

Bases: TypedDict

url instance-attribute

url

windowName instance-attribute

windowName

windowFeatures instance-attribute

windowFeatures

userGesture instance-attribute

userGesture

CompilationCacheProducedEventParams

Bases: TypedDict

url instance-attribute

url

data instance-attribute

data

Types

pydoll.protocol.page.types

FrameId module-attribute

FrameId = str

ScriptIdentifier module-attribute

ScriptIdentifier = str

AdFrameType

Bases: str, Enum

Ad frame types.

NONE class-attribute instance-attribute

NONE = 'none'

CHILD class-attribute instance-attribute

CHILD = 'child'

ROOT class-attribute instance-attribute

ROOT = 'root'

AdFrameExplanation

Bases: str, Enum

Ad frame explanation types.

PARENT_IS_AD class-attribute instance-attribute

PARENT_IS_AD = 'ParentIsAd'

CREATED_BY_AD_SCRIPT class-attribute instance-attribute

CREATED_BY_AD_SCRIPT = 'CreatedByAdScript'

MATCHED_BLOCKING_RULE class-attribute instance-attribute

MATCHED_BLOCKING_RULE = 'MatchedBlockingRule'

SecureContextType

Bases: str, Enum

Secure context types.

SECURE class-attribute instance-attribute

SECURE = 'Secure'

SECURE_LOCALHOST class-attribute instance-attribute

SECURE_LOCALHOST = 'SecureLocalhost'

INSECURE_SCHEME class-attribute instance-attribute

INSECURE_SCHEME = 'InsecureScheme'

INSECURE_ANCESTOR class-attribute instance-attribute

INSECURE_ANCESTOR = 'InsecureAncestor'

CrossOriginIsolatedContextType

Bases: str, Enum

Cross-origin isolated context types.

ISOLATED class-attribute instance-attribute

ISOLATED = 'Isolated'

NOT_ISOLATED class-attribute instance-attribute

NOT_ISOLATED = 'NotIsolated'

NOT_ISOLATED_FEATURE_DISABLED class-attribute instance-attribute

NOT_ISOLATED_FEATURE_DISABLED = 'NotIsolatedFeatureDisabled'

GatedAPIFeatures

Bases: str, Enum

Gated API features.

SHARED_ARRAY_BUFFERS class-attribute instance-attribute

SHARED_ARRAY_BUFFERS = 'SharedArrayBuffers'

SHARED_ARRAY_BUFFERS_TRANSFER_ALLOWED class-attribute instance-attribute

SHARED_ARRAY_BUFFERS_TRANSFER_ALLOWED = 'SharedArrayBuffersTransferAllowed'

PERFORMANCE_MEASURE_MEMORY class-attribute instance-attribute

PERFORMANCE_MEASURE_MEMORY = 'PerformanceMeasureMemory'

PERFORMANCE_PROFILE class-attribute instance-attribute

PERFORMANCE_PROFILE = 'PerformanceProfile'

PermissionsPolicyFeature

Bases: str, Enum

Permissions policy features.

ACCELEROMETER class-attribute instance-attribute

ACCELEROMETER = 'accelerometer'

ALL_SCREENS_CAPTURE class-attribute instance-attribute

ALL_SCREENS_CAPTURE = 'all-screens-capture'

AMBIENT_LIGHT_SENSOR class-attribute instance-attribute

AMBIENT_LIGHT_SENSOR = 'ambient-light-sensor'

ARIA_NOTIFY class-attribute instance-attribute

ARIA_NOTIFY = 'aria-notify'

ATTRIBUTION_REPORTING class-attribute instance-attribute

ATTRIBUTION_REPORTING = 'attribution-reporting'

AUTOPLAY class-attribute instance-attribute

AUTOPLAY = 'autoplay'

BLUETOOTH class-attribute instance-attribute

BLUETOOTH = 'bluetooth'

BROWSING_TOPICS class-attribute instance-attribute

BROWSING_TOPICS = 'browsing-topics'

CAMERA class-attribute instance-attribute

CAMERA = 'camera'

CAPTURED_SURFACE_CONTROL class-attribute instance-attribute

CAPTURED_SURFACE_CONTROL = 'captured-surface-control'

CH_DPR class-attribute instance-attribute

CH_DPR = 'ch-dpr'

CH_DEVICE_MEMORY class-attribute instance-attribute

CH_DEVICE_MEMORY = 'ch-device-memory'
CH_DOWNLINK = 'ch-downlink'

CH_ECT class-attribute instance-attribute

CH_ECT = 'ch-ect'

CH_PREFERS_COLOR_SCHEME class-attribute instance-attribute

CH_PREFERS_COLOR_SCHEME = 'ch-prefers-color-scheme'

CH_PREFERS_REDUCED_MOTION class-attribute instance-attribute

CH_PREFERS_REDUCED_MOTION = 'ch-prefers-reduced-motion'

CH_PREFERS_REDUCED_TRANSPARENCY class-attribute instance-attribute

CH_PREFERS_REDUCED_TRANSPARENCY = 'ch-prefers-reduced-transparency'

CH_RTT class-attribute instance-attribute

CH_RTT = 'ch-rtt'

CH_SAVE_DATA class-attribute instance-attribute

CH_SAVE_DATA = 'ch-save-data'

CH_UA class-attribute instance-attribute

CH_UA = 'ch-ua'

CH_UA_ARCH class-attribute instance-attribute

CH_UA_ARCH = 'ch-ua-arch'

CH_UA_BITNESS class-attribute instance-attribute

CH_UA_BITNESS = 'ch-ua-bitness'

CH_UA_HIGH_ENTROPY_VALUES class-attribute instance-attribute

CH_UA_HIGH_ENTROPY_VALUES = 'ch-ua-high-entropy-values'

CH_UA_PLATFORM class-attribute instance-attribute

CH_UA_PLATFORM = 'ch-ua-platform'

CH_UA_MODEL class-attribute instance-attribute

CH_UA_MODEL = 'ch-ua-model'

CH_UA_MOBILE class-attribute instance-attribute

CH_UA_MOBILE = 'ch-ua-mobile'

CH_UA_FORM_FACTORS class-attribute instance-attribute

CH_UA_FORM_FACTORS = 'ch-ua-form-factors'

CH_UA_FULL_VERSION class-attribute instance-attribute

CH_UA_FULL_VERSION = 'ch-ua-full-version'

CH_UA_FULL_VERSION_LIST class-attribute instance-attribute

CH_UA_FULL_VERSION_LIST = 'ch-ua-full-version-list'

CH_UA_PLATFORM_VERSION class-attribute instance-attribute

CH_UA_PLATFORM_VERSION = 'ch-ua-platform-version'

CH_UA_WOW64 class-attribute instance-attribute

CH_UA_WOW64 = 'ch-ua-wow64'

CH_VIEWPORT_HEIGHT class-attribute instance-attribute

CH_VIEWPORT_HEIGHT = 'ch-viewport-height'

CH_VIEWPORT_WIDTH class-attribute instance-attribute

CH_VIEWPORT_WIDTH = 'ch-viewport-width'

CH_WIDTH class-attribute instance-attribute

CH_WIDTH = 'ch-width'

CLIPBOARD_READ class-attribute instance-attribute

CLIPBOARD_READ = 'clipboard-read'

CLIPBOARD_WRITE class-attribute instance-attribute

CLIPBOARD_WRITE = 'clipboard-write'

COMPUTE_PRESSURE class-attribute instance-attribute

COMPUTE_PRESSURE = 'compute-pressure'

CONTROLLED_FRAME class-attribute instance-attribute

CONTROLLED_FRAME = 'controlled-frame'

CROSS_ORIGIN_ISOLATED class-attribute instance-attribute

CROSS_ORIGIN_ISOLATED = 'cross-origin-isolated'

DEFERRED_FETCH class-attribute instance-attribute

DEFERRED_FETCH = 'deferred-fetch'

DEFERRED_FETCH_MINIMAL class-attribute instance-attribute

DEFERRED_FETCH_MINIMAL = 'deferred-fetch-minimal'

DEVICE_ATTRIBUTES class-attribute instance-attribute

DEVICE_ATTRIBUTES = 'device-attributes'

DIGITAL_CREDENTIALS_GET class-attribute instance-attribute

DIGITAL_CREDENTIALS_GET = 'digital-credentials-get'

DIRECT_SOCKETS class-attribute instance-attribute

DIRECT_SOCKETS = 'direct-sockets'

DIRECT_SOCKETS_PRIVATE class-attribute instance-attribute

DIRECT_SOCKETS_PRIVATE = 'direct-sockets-private'

DISPLAY_CAPTURE class-attribute instance-attribute

DISPLAY_CAPTURE = 'display-capture'

DOCUMENT_DOMAIN class-attribute instance-attribute

DOCUMENT_DOMAIN = 'document-domain'

ENCRYPTED_MEDIA class-attribute instance-attribute

ENCRYPTED_MEDIA = 'encrypted-media'

EXECUTION_WHILE_OUT_OF_VIEWPORT class-attribute instance-attribute

EXECUTION_WHILE_OUT_OF_VIEWPORT = 'execution-while-out-of-viewport'

EXECUTION_WHILE_NOT_RENDERED class-attribute instance-attribute

EXECUTION_WHILE_NOT_RENDERED = 'execution-while-not-rendered'

FENCED_UNPARTITIONED_STORAGE_READ class-attribute instance-attribute

FENCED_UNPARTITIONED_STORAGE_READ = 'fenced-unpartitioned-storage-read'

FOCUS_WITHOUT_USER_ACTIVATION class-attribute instance-attribute

FOCUS_WITHOUT_USER_ACTIVATION = 'focus-without-user-activation'

FULLSCREEN class-attribute instance-attribute

FULLSCREEN = 'fullscreen'

FROBULATE class-attribute instance-attribute

FROBULATE = 'frobulate'

GAMEPAD class-attribute instance-attribute

GAMEPAD = 'gamepad'

GEOLOCATION class-attribute instance-attribute

GEOLOCATION = 'geolocation'

GYROSCOPE class-attribute instance-attribute

GYROSCOPE = 'gyroscope'

HID class-attribute instance-attribute

HID = 'hid'

IDENTITY_CREDENTIALS_GET class-attribute instance-attribute

IDENTITY_CREDENTIALS_GET = 'identity-credentials-get'

IDLE_DETECTION class-attribute instance-attribute

IDLE_DETECTION = 'idle-detection'

INTEREST_COHORT class-attribute instance-attribute

INTEREST_COHORT = 'interest-cohort'

JOIN_AD_INTEREST_GROUP class-attribute instance-attribute

JOIN_AD_INTEREST_GROUP = 'join-ad-interest-group'

KEYBOARD_MAP class-attribute instance-attribute

KEYBOARD_MAP = 'keyboard-map'

LANGUAGE_DETECTOR class-attribute instance-attribute

LANGUAGE_DETECTOR = 'language-detector'

LANGUAGE_MODEL class-attribute instance-attribute

LANGUAGE_MODEL = 'language-model'

LOCAL_FONTS class-attribute instance-attribute

LOCAL_FONTS = 'local-fonts'

LOCAL_NETWORK_ACCESS class-attribute instance-attribute

LOCAL_NETWORK_ACCESS = 'local-network-access'

MAGNETOMETER class-attribute instance-attribute

MAGNETOMETER = 'magnetometer'

MEDIA_PLAYBACK_WHILE_NOT_VISIBLE class-attribute instance-attribute

MEDIA_PLAYBACK_WHILE_NOT_VISIBLE = 'media-playback-while-not-visible'

MICROPHONE class-attribute instance-attribute

MICROPHONE = 'microphone'

MIDI class-attribute instance-attribute

MIDI = 'midi'

ON_DEVICE_SPEECH_RECOGNITION class-attribute instance-attribute

ON_DEVICE_SPEECH_RECOGNITION = 'on-device-speech-recognition'

OTP_CREDENTIALS class-attribute instance-attribute

OTP_CREDENTIALS = 'otp-credentials'

PAYMENT class-attribute instance-attribute

PAYMENT = 'payment'

PICTURE_IN_PICTURE class-attribute instance-attribute

PICTURE_IN_PICTURE = 'picture-in-picture'

POPINS class-attribute instance-attribute

POPINS = 'popins'

PRIVATE_AGGREGATION class-attribute instance-attribute

PRIVATE_AGGREGATION = 'private-aggregation'

PRIVATE_STATE_TOKEN_ISSUANCE class-attribute instance-attribute

PRIVATE_STATE_TOKEN_ISSUANCE = 'private-state-token-issuance'

PRIVATE_STATE_TOKEN_REDEMPTION class-attribute instance-attribute

PRIVATE_STATE_TOKEN_REDEMPTION = 'private-state-token-redemption'

PUBLICKEY_CREDENTIALS_CREATE class-attribute instance-attribute

PUBLICKEY_CREDENTIALS_CREATE = 'publickey-credentials-create'

PUBLICKEY_CREDENTIALS_GET class-attribute instance-attribute

PUBLICKEY_CREDENTIALS_GET = 'publickey-credentials-get'

RECORD_AD_AUCTION_EVENTS class-attribute instance-attribute

RECORD_AD_AUCTION_EVENTS = 'record-ad-auction-events'

REWRITER class-attribute instance-attribute

REWRITER = 'rewriter'

RUN_AD_AUCTION class-attribute instance-attribute

RUN_AD_AUCTION = 'run-ad-auction'

SCREEN_WAKE_LOCK class-attribute instance-attribute

SCREEN_WAKE_LOCK = 'screen-wake-lock'

SERIAL class-attribute instance-attribute

SERIAL = 'serial'

SHARED_AUTOFILL class-attribute instance-attribute

SHARED_AUTOFILL = 'shared-autofill'

SHARED_STORAGE class-attribute instance-attribute

SHARED_STORAGE = 'shared-storage'

SHARED_STORAGE_SELECT_URL class-attribute instance-attribute

SHARED_STORAGE_SELECT_URL = 'shared-storage-select-url'

SMART_CARD class-attribute instance-attribute

SMART_CARD = 'smart-card'

SPEAKER_SELECTION class-attribute instance-attribute

SPEAKER_SELECTION = 'speaker-selection'

STORAGE_ACCESS class-attribute instance-attribute

STORAGE_ACCESS = 'storage-access'

SUB_APPS class-attribute instance-attribute

SUB_APPS = 'sub-apps'

SUMMARIZER class-attribute instance-attribute

SUMMARIZER = 'summarizer'

SYNC_XHR class-attribute instance-attribute

SYNC_XHR = 'sync-xhr'

TRANSLATOR class-attribute instance-attribute

TRANSLATOR = 'translator'

UNLOAD class-attribute instance-attribute

UNLOAD = 'unload'

USB class-attribute instance-attribute

USB = 'usb'

USB_UNRESTRICTED class-attribute instance-attribute

USB_UNRESTRICTED = 'usb-unrestricted'

VERTICAL_SCROLL class-attribute instance-attribute

VERTICAL_SCROLL = 'vertical-scroll'

WEB_APP_INSTALLATION class-attribute instance-attribute

WEB_APP_INSTALLATION = 'web-app-installation'

WEB_PRINTING class-attribute instance-attribute

WEB_PRINTING = 'web-printing'

WEB_SHARE class-attribute instance-attribute

WEB_SHARE = 'web-share'

WINDOW_MANAGEMENT class-attribute instance-attribute

WINDOW_MANAGEMENT = 'window-management'

WRITER class-attribute instance-attribute

WRITER = 'writer'

XR_SPATIAL_TRACKING class-attribute instance-attribute

XR_SPATIAL_TRACKING = 'xr-spatial-tracking'

PermissionsPolicyBlockReason

Bases: str, Enum

Permissions policy block reasons.

HEADER class-attribute instance-attribute

HEADER = 'Header'

IFRAME_ATTRIBUTE class-attribute instance-attribute

IFRAME_ATTRIBUTE = 'IframeAttribute'

IN_FENCED_FRAME_TREE class-attribute instance-attribute

IN_FENCED_FRAME_TREE = 'InFencedFrameTree'

IN_ISOLATED_APP class-attribute instance-attribute

IN_ISOLATED_APP = 'InIsolatedApp'

BackForwardCacheNotRestoredReasonType

Bases: str, Enum

Back/forward cache not restored explanation type.

SUPPORT_PENDING class-attribute instance-attribute

SUPPORT_PENDING = 'SupportPending'

PAGE_SUPPORT_NEEDED class-attribute instance-attribute

PAGE_SUPPORT_NEEDED = 'PageSupportNeeded'

CIRCUMSTANTIAL class-attribute instance-attribute

CIRCUMSTANTIAL = 'Circumstantial'

BackForwardCacheNotRestoredReason

Bases: str, Enum

NOT_PRIMARY_MAIN_FRAME class-attribute instance-attribute

NOT_PRIMARY_MAIN_FRAME = 'NotPrimaryMainFrame'

BACK_FORWARD_CACHE_DISABLED class-attribute instance-attribute

BACK_FORWARD_CACHE_DISABLED = 'BackForwardCacheDisabled'

RELATED_ACTIVE_CONTENTS_EXIST class-attribute instance-attribute

RELATED_ACTIVE_CONTENTS_EXIST = 'RelatedActiveContentsExist'

HTTP_STATUS_NOT_OK class-attribute instance-attribute

HTTP_STATUS_NOT_OK = 'HTTPStatusNotOK'

SCHEME_NOT_HTTP_OR_HTTPS class-attribute instance-attribute

SCHEME_NOT_HTTP_OR_HTTPS = 'SchemeNotHTTPOrHTTPS'

LOADING class-attribute instance-attribute

LOADING = 'Loading'

WAS_GRANTED_MEDIA_ACCESS class-attribute instance-attribute

WAS_GRANTED_MEDIA_ACCESS = 'WasGrantedMediaAccess'

DISABLE_FOR_RENDER_FRAME_HOST_CALLED class-attribute instance-attribute

DISABLE_FOR_RENDER_FRAME_HOST_CALLED = 'DisableForRenderFrameHostCalled'

DOMAIN_NOT_ALLOWED class-attribute instance-attribute

DOMAIN_NOT_ALLOWED = 'DomainNotAllowed'

HTTP_METHOD_NOT_GET class-attribute instance-attribute

HTTP_METHOD_NOT_GET = 'HTTPMethodNotGET'

SUBFRAME_IS_NAVIGATING class-attribute instance-attribute

SUBFRAME_IS_NAVIGATING = 'SubframeIsNavigating'

TIMEOUT class-attribute instance-attribute

TIMEOUT = 'Timeout'

CACHE_LIMIT class-attribute instance-attribute

CACHE_LIMIT = 'CacheLimit'

JAVASCRIPT_EXECUTION class-attribute instance-attribute

JAVASCRIPT_EXECUTION = 'JavaScriptExecution'

RENDERER_PROCESS_KILLED class-attribute instance-attribute

RENDERER_PROCESS_KILLED = 'RendererProcessKilled'

RENDERER_PROCESS_CRASHED class-attribute instance-attribute

RENDERER_PROCESS_CRASHED = 'RendererProcessCrashed'

SCHEDULER_TRACKED_FEATURE_USED class-attribute instance-attribute

SCHEDULER_TRACKED_FEATURE_USED = 'SchedulerTrackedFeatureUsed'

CONFLICTING_BROWSING_INSTANCE class-attribute instance-attribute

CONFLICTING_BROWSING_INSTANCE = 'ConflictingBrowsingInstance'

CACHE_FLUSHED class-attribute instance-attribute

CACHE_FLUSHED = 'CacheFlushed'

SERVICE_WORKER_VERSION_ACTIVATION class-attribute instance-attribute

SERVICE_WORKER_VERSION_ACTIVATION = 'ServiceWorkerVersionActivation'

SESSION_RESTORED class-attribute instance-attribute

SESSION_RESTORED = 'SessionRestored'

SERVICE_WORKER_POST_MESSAGE class-attribute instance-attribute

SERVICE_WORKER_POST_MESSAGE = 'ServiceWorkerPostMessage'

ENTERED_BACK_FORWARD_CACHE_BEFORE_SERVICE_WORKER_HOST_ADDED class-attribute instance-attribute

ENTERED_BACK_FORWARD_CACHE_BEFORE_SERVICE_WORKER_HOST_ADDED = 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded'

RENDER_FRAME_HOST_REUSED_SAME_SITE class-attribute instance-attribute

RENDER_FRAME_HOST_REUSED_SAME_SITE = 'RenderFrameHostReused_SameSite'

RENDER_FRAME_HOST_REUSED_CROSS_SITE class-attribute instance-attribute

RENDER_FRAME_HOST_REUSED_CROSS_SITE = 'RenderFrameHostReused_CrossSite'

SERVICE_WORKER_CLAIM class-attribute instance-attribute

SERVICE_WORKER_CLAIM = 'ServiceWorkerClaim'

IGNORE_EVENT_AND_EVICT class-attribute instance-attribute

IGNORE_EVENT_AND_EVICT = 'IgnoreEventAndEvict'

HAVE_INNER_CONTENTS class-attribute instance-attribute

HAVE_INNER_CONTENTS = 'HaveInnerContents'

TIMEOUT_PUTTING_IN_CACHE class-attribute instance-attribute

TIMEOUT_PUTTING_IN_CACHE = 'TimeoutPuttingInCache'

BACK_FORWARD_CACHE_DISABLED_BY_LOW_MEMORY class-attribute instance-attribute

BACK_FORWARD_CACHE_DISABLED_BY_LOW_MEMORY = 'BackForwardCacheDisabledByLowMemory'

BACK_FORWARD_CACHE_DISABLED_BY_COMMAND_LINE class-attribute instance-attribute

BACK_FORWARD_CACHE_DISABLED_BY_COMMAND_LINE = 'BackForwardCacheDisabledByCommandLine'

NETWORK_REQUEST_DATAPIPE_DRAINED_AS_BYTES_CONSUMER class-attribute instance-attribute

NETWORK_REQUEST_DATAPIPE_DRAINED_AS_BYTES_CONSUMER = 'NetworkRequestDatapipeDrainedAsBytesConsumer'

NETWORK_REQUEST_REDIRECTED class-attribute instance-attribute

NETWORK_REQUEST_REDIRECTED = 'NetworkRequestRedirected'

NETWORK_REQUEST_TIMEOUT class-attribute instance-attribute

NETWORK_REQUEST_TIMEOUT = 'NetworkRequestTimeout'

NETWORK_EXCEEDS_BUFFER_LIMIT class-attribute instance-attribute

NETWORK_EXCEEDS_BUFFER_LIMIT = 'NetworkExceedsBufferLimit'

NAVIGATION_CANCELLED_WHILE_RESTORING class-attribute instance-attribute

NAVIGATION_CANCELLED_WHILE_RESTORING = 'NavigationCancelledWhileRestoring'

NOT_MOST_RECENT_NAVIGATION_ENTRY class-attribute instance-attribute

NOT_MOST_RECENT_NAVIGATION_ENTRY = 'NotMostRecentNavigationEntry'

BACK_FORWARD_CACHE_DISABLED_FOR_PRERENDER class-attribute instance-attribute

BACK_FORWARD_CACHE_DISABLED_FOR_PRERENDER = 'BackForwardCacheDisabledForPrerender'

USER_AGENT_OVERRIDE_DIFFERS class-attribute instance-attribute

USER_AGENT_OVERRIDE_DIFFERS = 'UserAgentOverrideDiffers'

FOREGROUND_CACHE_LIMIT class-attribute instance-attribute

FOREGROUND_CACHE_LIMIT = 'ForegroundCacheLimit'

BROWSING_INSTANCE_NOT_SWAPPED class-attribute instance-attribute

BROWSING_INSTANCE_NOT_SWAPPED = 'BrowsingInstanceNotSwapped'

BACK_FORWARD_CACHE_DISABLED_FOR_DELEGATE class-attribute instance-attribute

BACK_FORWARD_CACHE_DISABLED_FOR_DELEGATE = 'BackForwardCacheDisabledForDelegate'

UNLOAD_HANDLER_EXISTS_IN_MAIN_FRAME class-attribute instance-attribute

UNLOAD_HANDLER_EXISTS_IN_MAIN_FRAME = 'UnloadHandlerExistsInMainFrame'

UNLOAD_HANDLER_EXISTS_IN_SUB_FRAME class-attribute instance-attribute

UNLOAD_HANDLER_EXISTS_IN_SUB_FRAME = 'UnloadHandlerExistsInSubFrame'

SERVICE_WORKER_UNREGISTRATION class-attribute instance-attribute

SERVICE_WORKER_UNREGISTRATION = 'ServiceWorkerUnregistration'

CACHE_CONTROL_NO_STORE class-attribute instance-attribute

CACHE_CONTROL_NO_STORE = 'CacheControlNoStore'
CACHE_CONTROL_NO_STORE_COOKIE_MODIFIED = 'CacheControlNoStoreCookieModified'
CACHE_CONTROL_NO_STORE_HTTP_ONLY_COOKIE_MODIFIED = 'CacheControlNoStoreHTTPOnlyCookieModified'

NO_RESPONSE_HEAD class-attribute instance-attribute

NO_RESPONSE_HEAD = 'NoResponseHead'

UNKNOWN class-attribute instance-attribute

UNKNOWN = 'Unknown'

ACTIVATION_NAVIGATIONS_DISALLOWED_FOR_BUG_1234857 class-attribute instance-attribute

ACTIVATION_NAVIGATIONS_DISALLOWED_FOR_BUG_1234857 = 'ActivationNavigationsDisallowedForBug1234857'

ERROR_DOCUMENT class-attribute instance-attribute

ERROR_DOCUMENT = 'ErrorDocument'

FENCED_FRAMES_EMBEDDER class-attribute instance-attribute

FENCED_FRAMES_EMBEDDER = 'FencedFramesEmbedder'

COOKIE_DISABLED class-attribute instance-attribute

COOKIE_DISABLED = 'CookieDisabled'

HTTP_AUTH_REQUIRED class-attribute instance-attribute

HTTP_AUTH_REQUIRED = 'HTTPAuthRequired'

COOKIE_FLUSHED class-attribute instance-attribute

COOKIE_FLUSHED = 'CookieFlushed'

BROADCAST_CHANNEL_ON_MESSAGE class-attribute instance-attribute

BROADCAST_CHANNEL_ON_MESSAGE = 'BroadcastChannelOnMessage'

WEB_VIEW_SETTINGS_CHANGED class-attribute instance-attribute

WEB_VIEW_SETTINGS_CHANGED = 'WebViewSettingsChanged'

WEB_VIEW_JAVASCRIPT_OBJECT_CHANGED class-attribute instance-attribute

WEB_VIEW_JAVASCRIPT_OBJECT_CHANGED = 'WebViewJavaScriptObjectChanged'

WEB_VIEW_MESSAGE_LISTENER_INJECTED class-attribute instance-attribute

WEB_VIEW_MESSAGE_LISTENER_INJECTED = 'WebViewMessageListenerInjected'

WEB_VIEW_SAFE_BROWSING_ALLOWLIST_CHANGED class-attribute instance-attribute

WEB_VIEW_SAFE_BROWSING_ALLOWLIST_CHANGED = 'WebViewSafeBrowsingAllowlistChanged'

WEB_VIEW_DOCUMENT_START_JAVASCRIPT_CHANGED class-attribute instance-attribute

WEB_VIEW_DOCUMENT_START_JAVASCRIPT_CHANGED = 'WebViewDocumentStartJavascriptChanged'

WEB_SOCKET class-attribute instance-attribute

WEB_SOCKET = 'WebSocket'

WEB_TRANSPORT class-attribute instance-attribute

WEB_TRANSPORT = 'WebTransport'

WEB_RTC class-attribute instance-attribute

WEB_RTC = 'WebRTC'

MAIN_RESOURCE_HAS_CACHE_CONTROL_NO_STORE class-attribute instance-attribute

MAIN_RESOURCE_HAS_CACHE_CONTROL_NO_STORE = 'MainResourceHasCacheControlNoStore'

MAIN_RESOURCE_HAS_CACHE_CONTROL_NO_CACHE class-attribute instance-attribute

MAIN_RESOURCE_HAS_CACHE_CONTROL_NO_CACHE = 'MainResourceHasCacheControlNoCache'

SUBRESOURCE_HAS_CACHE_CONTROL_NO_STORE class-attribute instance-attribute

SUBRESOURCE_HAS_CACHE_CONTROL_NO_STORE = 'SubresourceHasCacheControlNoStore'

SUBRESOURCE_HAS_CACHE_CONTROL_NO_CACHE class-attribute instance-attribute

SUBRESOURCE_HAS_CACHE_CONTROL_NO_CACHE = 'SubresourceHasCacheControlNoCache'

CONTAINS_PLUGINS class-attribute instance-attribute

CONTAINS_PLUGINS = 'ContainsPlugins'

DOCUMENT_LOADED class-attribute instance-attribute

DOCUMENT_LOADED = 'DocumentLoaded'

OUTSTANDING_NETWORK_REQUEST_OTHERS class-attribute instance-attribute

OUTSTANDING_NETWORK_REQUEST_OTHERS = 'OutstandingNetworkRequestOthers'

REQUESTED_MIDI_PERMISSION class-attribute instance-attribute

REQUESTED_MIDI_PERMISSION = 'RequestedMIDIPermission'

REQUESTED_AUDIO_CAPTURE_PERMISSION class-attribute instance-attribute

REQUESTED_AUDIO_CAPTURE_PERMISSION = 'RequestedAudioCapturePermission'

REQUESTED_VIDEO_CAPTURE_PERMISSION class-attribute instance-attribute

REQUESTED_VIDEO_CAPTURE_PERMISSION = 'RequestedVideoCapturePermission'

REQUESTED_BACK_FORWARD_CACHE_BLOCKED_SENSORS class-attribute instance-attribute

REQUESTED_BACK_FORWARD_CACHE_BLOCKED_SENSORS = 'RequestedBackForwardCacheBlockedSensors'

REQUESTED_BACKGROUND_WORK_PERMISSION class-attribute instance-attribute

REQUESTED_BACKGROUND_WORK_PERMISSION = 'RequestedBackgroundWorkPermission'

BROADCAST_CHANNEL class-attribute instance-attribute

BROADCAST_CHANNEL = 'BroadcastChannel'

WEB_XR class-attribute instance-attribute

WEB_XR = 'WebXR'

SHARED_WORKER class-attribute instance-attribute

SHARED_WORKER = 'SharedWorker'

SHARED_WORKER_MESSAGE class-attribute instance-attribute

SHARED_WORKER_MESSAGE = 'SharedWorkerMessage'

WEB_LOCKS class-attribute instance-attribute

WEB_LOCKS = 'WebLocks'

WEB_HID class-attribute instance-attribute

WEB_HID = 'WebHID'

WEB_SHARE class-attribute instance-attribute

WEB_SHARE = 'WebShare'

REQUESTED_STORAGE_ACCESS_GRANT class-attribute instance-attribute

REQUESTED_STORAGE_ACCESS_GRANT = 'RequestedStorageAccessGrant'

WEB_NFC class-attribute instance-attribute

WEB_NFC = 'WebNfc'

OUTSTANDING_NETWORK_REQUEST_FETCH class-attribute instance-attribute

OUTSTANDING_NETWORK_REQUEST_FETCH = 'OutstandingNetworkRequestFetch'

OUTSTANDING_NETWORK_REQUEST_XHR class-attribute instance-attribute

OUTSTANDING_NETWORK_REQUEST_XHR = 'OutstandingNetworkRequestXHR'

APP_BANNER class-attribute instance-attribute

APP_BANNER = 'AppBanner'

PRINTING class-attribute instance-attribute

PRINTING = 'Printing'

WEB_DATABASE class-attribute instance-attribute

WEB_DATABASE = 'WebDatabase'

PICTURE_IN_PICTURE class-attribute instance-attribute

PICTURE_IN_PICTURE = 'PictureInPicture'

SPEECH_RECOGNIZER class-attribute instance-attribute

SPEECH_RECOGNIZER = 'SpeechRecognizer'

IDLE_MANAGER class-attribute instance-attribute

IDLE_MANAGER = 'IdleManager'

PAYMENT_MANAGER class-attribute instance-attribute

PAYMENT_MANAGER = 'PaymentManager'

SPEECH_SYNTHESIS class-attribute instance-attribute

SPEECH_SYNTHESIS = 'SpeechSynthesis'

KEYBOARD_LOCK class-attribute instance-attribute

KEYBOARD_LOCK = 'KeyboardLock'

WEB_OTP_SERVICE class-attribute instance-attribute

WEB_OTP_SERVICE = 'WebOTPService'

OUTSTANDING_NETWORK_REQUEST_DIRECT_SOCKET class-attribute instance-attribute

OUTSTANDING_NETWORK_REQUEST_DIRECT_SOCKET = 'OutstandingNetworkRequestDirectSocket'

INJECTED_JAVASCRIPT class-attribute instance-attribute

INJECTED_JAVASCRIPT = 'InjectedJavascript'

INJECTED_STYLE_SHEET class-attribute instance-attribute

INJECTED_STYLE_SHEET = 'InjectedStyleSheet'

KEEPALIVE_REQUEST class-attribute instance-attribute

KEEPALIVE_REQUEST = 'KeepaliveRequest'

INDEXED_DB_EVENT class-attribute instance-attribute

INDEXED_DB_EVENT = 'IndexedDBEvent'

DUMMY class-attribute instance-attribute

DUMMY = 'Dummy'

JS_NETWORK_REQUEST_RECEIVED_CACHE_CONTROL_NO_STORE_RESOURCE class-attribute instance-attribute

JS_NETWORK_REQUEST_RECEIVED_CACHE_CONTROL_NO_STORE_RESOURCE = 'JsNetworkRequestReceivedCacheControlNoStoreResource'

WEB_RTC_STICKY class-attribute instance-attribute

WEB_RTC_STICKY = 'WebRTCSticky'

WEB_TRANSPORT_STICKY class-attribute instance-attribute

WEB_TRANSPORT_STICKY = 'WebTransportSticky'

WEB_SOCKET_STICKY class-attribute instance-attribute

WEB_SOCKET_STICKY = 'WebSocketSticky'

SMART_CARD class-attribute instance-attribute

SMART_CARD = 'SmartCard'

LIVE_MEDIA_STREAM_TRACK class-attribute instance-attribute

LIVE_MEDIA_STREAM_TRACK = 'LiveMediaStreamTrack'

UNLOAD_HANDLER class-attribute instance-attribute

UNLOAD_HANDLER = 'UnloadHandler'

PARSER_ABORTED class-attribute instance-attribute

PARSER_ABORTED = 'ParserAborted'

CONTENT_SECURITY_HANDLER class-attribute instance-attribute

CONTENT_SECURITY_HANDLER = 'ContentSecurityHandler'

CONTENT_WEB_AUTHENTICATION_API class-attribute instance-attribute

CONTENT_WEB_AUTHENTICATION_API = 'ContentWebAuthenticationAPI'

CONTENT_FILE_CHOOSER class-attribute instance-attribute

CONTENT_FILE_CHOOSER = 'ContentFileChooser'

CONTENT_SERIAL class-attribute instance-attribute

CONTENT_SERIAL = 'ContentSerial'

CONTENT_FILE_SYSTEM_ACCESS class-attribute instance-attribute

CONTENT_FILE_SYSTEM_ACCESS = 'ContentFileSystemAccess'

CONTENT_MEDIA_DEVICES_DISPATCHER_HOST class-attribute instance-attribute

CONTENT_MEDIA_DEVICES_DISPATCHER_HOST = 'ContentMediaDevicesDispatcherHost'

CONTENT_WEB_BLUETOOTH class-attribute instance-attribute

CONTENT_WEB_BLUETOOTH = 'ContentWebBluetooth'

CONTENT_WEB_USB class-attribute instance-attribute

CONTENT_WEB_USB = 'ContentWebUSB'

CONTENT_MEDIA_SESSION_SERVICE class-attribute instance-attribute

CONTENT_MEDIA_SESSION_SERVICE = 'ContentMediaSessionService'

CONTENT_SCREEN_READER class-attribute instance-attribute

CONTENT_SCREEN_READER = 'ContentScreenReader'

CONTENT_DISCARDED class-attribute instance-attribute

CONTENT_DISCARDED = 'ContentDiscarded'

EMBEDDER_POPUP_BLOCKER_TAB_HELPER class-attribute instance-attribute

EMBEDDER_POPUP_BLOCKER_TAB_HELPER = 'EmbedderPopupBlockerTabHelper'

EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER class-attribute instance-attribute

EMBEDDER_SAFE_BROWSING_TRIGGERED_POPUP_BLOCKER = 'EmbedderSafeBrowsingTriggeredPopupBlocker'

EMBEDDER_SAFE_BROWSING_THREAT_DETAILS class-attribute instance-attribute

EMBEDDER_SAFE_BROWSING_THREAT_DETAILS = 'EmbedderSafeBrowsingThreatDetails'

EMBEDDER_APP_BANNER_MANAGER class-attribute instance-attribute

EMBEDDER_APP_BANNER_MANAGER = 'EmbedderAppBannerManager'

EMBEDDER_DOM_DISTILLER_VIEWER_SOURCE class-attribute instance-attribute

EMBEDDER_DOM_DISTILLER_VIEWER_SOURCE = 'EmbedderDomDistillerViewerSource'

EMBEDDER_DOM_DISTILLER_SELF_DELETING_REQUEST_DELEGATE class-attribute instance-attribute

EMBEDDER_DOM_DISTILLER_SELF_DELETING_REQUEST_DELEGATE = 'EmbedderDomDistillerSelfDeletingRequestDelegate'

EMBEDDER_OOM_INTERVENTION_TAB_HELPER class-attribute instance-attribute

EMBEDDER_OOM_INTERVENTION_TAB_HELPER = 'EmbedderOomInterventionTabHelper'

EMBEDDER_OFFLINE_PAGE class-attribute instance-attribute

EMBEDDER_OFFLINE_PAGE = 'EmbedderOfflinePage'

EMBEDDER_CHROME_PASSWORD_MANAGER_CLIENT_BIND_CREDENTIAL_MANAGER class-attribute instance-attribute

EMBEDDER_CHROME_PASSWORD_MANAGER_CLIENT_BIND_CREDENTIAL_MANAGER = 'EmbedderChromePasswordManagerClientBindCredentialManager'

EMBEDDER_PERMISSION_REQUEST_MANAGER class-attribute instance-attribute

EMBEDDER_PERMISSION_REQUEST_MANAGER = 'EmbedderPermissionRequestManager'

EMBEDDER_MODAL_DIALOG class-attribute instance-attribute

EMBEDDER_MODAL_DIALOG = 'EmbedderModalDialog'

EMBEDDER_EXTENSIONS class-attribute instance-attribute

EMBEDDER_EXTENSIONS = 'EmbedderExtensions'

EMBEDDER_EXTENSION_MESSAGING class-attribute instance-attribute

EMBEDDER_EXTENSION_MESSAGING = 'EmbedderExtensionMessaging'

EMBEDDER_EXTENSION_MESSAGING_FOR_OPEN_PORT class-attribute instance-attribute

EMBEDDER_EXTENSION_MESSAGING_FOR_OPEN_PORT = 'EmbedderExtensionMessagingForOpenPort'

EMBEDDER_EXTENSION_SENT_MESSAGE_TO_CACHED_FRAME class-attribute instance-attribute

EMBEDDER_EXTENSION_SENT_MESSAGE_TO_CACHED_FRAME = 'EmbedderExtensionSentMessageToCachedFrame'

REQUESTED_BY_WEB_VIEW_CLIENT class-attribute instance-attribute

REQUESTED_BY_WEB_VIEW_CLIENT = 'RequestedByWebViewClient'

POST_MESSAGE_BY_WEB_VIEW_CLIENT class-attribute instance-attribute

POST_MESSAGE_BY_WEB_VIEW_CLIENT = 'PostMessageByWebViewClient'

CACHE_CONTROL_NO_STORE_DEVICE_BOUND_SESSION_TERMINATED class-attribute instance-attribute

CACHE_CONTROL_NO_STORE_DEVICE_BOUND_SESSION_TERMINATED = 'CacheControlNoStoreDeviceBoundSessionTerminated'

CACHE_LIMIT_PRUNED_ON_MODERATE_MEMORY_PRESSURE class-attribute instance-attribute

CACHE_LIMIT_PRUNED_ON_MODERATE_MEMORY_PRESSURE = 'CacheLimitPrunedOnModerateMemoryPressure'

CACHE_LIMIT_PRUNED_ON_CRITICAL_MEMORY_PRESSURE class-attribute instance-attribute

CACHE_LIMIT_PRUNED_ON_CRITICAL_MEMORY_PRESSURE = 'CacheLimitPrunedOnCriticalMemoryPressure'

BackForwardCacheBlockingDetails

Bases: TypedDict

url instance-attribute

url

function instance-attribute

function

lineNumber instance-attribute

lineNumber

columnNumber instance-attribute

columnNumber

BackForwardCacheNotRestoredExplanation

Bases: TypedDict

Back/forward cache not restored explanation.

type instance-attribute

type

reason instance-attribute

reason

context instance-attribute

context

details instance-attribute

details

BackForwardCacheNotRestoredExplanationTree

Bases: TypedDict

url instance-attribute

url

explanations instance-attribute

explanations

children instance-attribute

children

OriginTrialTokenStatus

Bases: str, Enum

Origin trial token status.

SUCCESS class-attribute instance-attribute

SUCCESS = 'Success'

NOT_SUPPORTED class-attribute instance-attribute

NOT_SUPPORTED = 'NotSupported'

INSECURE class-attribute instance-attribute

INSECURE = 'Insecure'

EXPIRED class-attribute instance-attribute

EXPIRED = 'Expired'

WRONG_ORIGIN class-attribute instance-attribute

WRONG_ORIGIN = 'WrongOrigin'

INVALID_SIGNATURE class-attribute instance-attribute

INVALID_SIGNATURE = 'InvalidSignature'

MALFORMED class-attribute instance-attribute

MALFORMED = 'Malformed'

WRONG_VERSION class-attribute instance-attribute

WRONG_VERSION = 'WrongVersion'

FEATURE_DISABLED class-attribute instance-attribute

FEATURE_DISABLED = 'FeatureDisabled'

TOKEN_DISABLED class-attribute instance-attribute

TOKEN_DISABLED = 'TokenDisabled'

FEATURE_DISABLED_FOR_USER class-attribute instance-attribute

FEATURE_DISABLED_FOR_USER = 'FeatureDisabledForUser'

UNKNOWN_TRIAL class-attribute instance-attribute

UNKNOWN_TRIAL = 'UnknownTrial'

OriginTrialStatus

Bases: str, Enum

Origin trial status.

ENABLED class-attribute instance-attribute

ENABLED = 'Enabled'

VALID_TOKEN_NOT_PROVIDED class-attribute instance-attribute

VALID_TOKEN_NOT_PROVIDED = 'ValidTokenNotProvided'

OS_NOT_SUPPORTED class-attribute instance-attribute

OS_NOT_SUPPORTED = 'OSNotSupported'

TRIAL_NOT_ALLOWED class-attribute instance-attribute

TRIAL_NOT_ALLOWED = 'TrialNotAllowed'

OriginTrialUsageRestriction

Bases: str, Enum

Origin trial usage restriction.

NONE class-attribute instance-attribute

NONE = 'None'

SUBSET class-attribute instance-attribute

SUBSET = 'Subset'

TransitionType

Bases: str, Enum

Transition types.

LINK = 'link'

TYPED class-attribute instance-attribute

TYPED = 'typed'

ADDRESS_BAR class-attribute instance-attribute

ADDRESS_BAR = 'address_bar'

AUTO_BOOKMARK class-attribute instance-attribute

AUTO_BOOKMARK = 'auto_bookmark'

AUTO_SUBFRAME class-attribute instance-attribute

AUTO_SUBFRAME = 'auto_subframe'

MANUAL_SUBFRAME class-attribute instance-attribute

MANUAL_SUBFRAME = 'manual_subframe'

GENERATED class-attribute instance-attribute

GENERATED = 'generated'

AUTO_TOPLEVEL class-attribute instance-attribute

AUTO_TOPLEVEL = 'auto_toplevel'

FORM_SUBMIT class-attribute instance-attribute

FORM_SUBMIT = 'form_submit'

RELOAD class-attribute instance-attribute

RELOAD = 'reload'

KEYWORD class-attribute instance-attribute

KEYWORD = 'keyword'

KEYWORD_GENERATED class-attribute instance-attribute

KEYWORD_GENERATED = 'keyword_generated'

OTHER class-attribute instance-attribute

OTHER = 'other'

DialogType

Bases: str, Enum

Dialog types.

ALERT class-attribute instance-attribute

ALERT = 'alert'

CONFIRM class-attribute instance-attribute

CONFIRM = 'confirm'

PROMPT class-attribute instance-attribute

PROMPT = 'prompt'

BEFOREUNLOAD class-attribute instance-attribute

BEFOREUNLOAD = 'beforeunload'

ClientNavigationReason

Bases: Enum

Client navigation reasons.

ANCHOR_CLICK class-attribute instance-attribute

ANCHOR_CLICK = 'anchorClick'

FORM_SUBMISSION_GET class-attribute instance-attribute

FORM_SUBMISSION_GET = 'formSubmissionGet'

FORM_SUBMISSION_POST class-attribute instance-attribute

FORM_SUBMISSION_POST = 'formSubmissionPost'

HTTP_HEADER_REFRESH class-attribute instance-attribute

HTTP_HEADER_REFRESH = 'httpHeaderRefresh'

INITIAL_FRAME_NAVIGATION class-attribute instance-attribute

INITIAL_FRAME_NAVIGATION = 'initialFrameNavigation'

META_TAG_REFRESH class-attribute instance-attribute

META_TAG_REFRESH = 'metaTagRefresh'

OTHER class-attribute instance-attribute

OTHER = 'other'

PAGE_BLOCK_INTERSTITIAL class-attribute instance-attribute

PAGE_BLOCK_INTERSTITIAL = 'pageBlockInterstitial'

RELOAD class-attribute instance-attribute

RELOAD = 'reload'

SCRIPT_INITIATED class-attribute instance-attribute

SCRIPT_INITIATED = 'scriptInitiated'

ClientNavigationDisposition

Bases: str, Enum

Client navigation dispositions.

CURRENT_TAB class-attribute instance-attribute

CURRENT_TAB = 'currentTab'

NEW_TAB class-attribute instance-attribute

NEW_TAB = 'newTab'

NEW_WINDOW class-attribute instance-attribute

NEW_WINDOW = 'newWindow'

DOWNLOAD class-attribute instance-attribute

DOWNLOAD = 'download'

ReferrerPolicy

Bases: str, Enum

Referrer policy types.

NO_REFERRER class-attribute instance-attribute

NO_REFERRER = 'noReferrer'

NO_REFERRER_WHEN_DOWNGRADE class-attribute instance-attribute

NO_REFERRER_WHEN_DOWNGRADE = 'noReferrerWhenDowngrade'

ORIGIN class-attribute instance-attribute

ORIGIN = 'origin'

ORIGIN_WHEN_CROSS_ORIGIN class-attribute instance-attribute

ORIGIN_WHEN_CROSS_ORIGIN = 'originWhenCrossOrigin'

SAME_ORIGIN class-attribute instance-attribute

SAME_ORIGIN = 'sameOrigin'

STRICT_ORIGIN class-attribute instance-attribute

STRICT_ORIGIN = 'strictOrigin'

STRICT_ORIGIN_WHEN_CROSS_ORIGIN class-attribute instance-attribute

STRICT_ORIGIN_WHEN_CROSS_ORIGIN = 'strictOriginWhenCrossOrigin'

UNSAFE_URL class-attribute instance-attribute

UNSAFE_URL = 'unsafeUrl'

NavigationType

Bases: str, Enum

Navigation types.

NAVIGATION class-attribute instance-attribute

NAVIGATION = 'Navigation'

BACK_FORWARD_CACHE_RESTORE class-attribute instance-attribute

BACK_FORWARD_CACHE_RESTORE = 'BackForwardCacheRestore'

AdFrameStatus

Bases: TypedDict

Ad frame status.

adFrameType instance-attribute

adFrameType

explanations instance-attribute

explanations

AdScriptId

Bases: TypedDict

Ad script identifier.

scriptId instance-attribute

scriptId

debuggerId instance-attribute

debuggerId

AdScriptAncestry

Bases: TypedDict

Ad script ancestry.

ancestryChain instance-attribute

ancestryChain

rootScriptFilterlistRule instance-attribute

rootScriptFilterlistRule

PermissionsPolicyBlockLocator

Bases: TypedDict

Permissions policy block locator.

frameId instance-attribute

frameId

blockReason instance-attribute

blockReason

PermissionsPolicyFeatureState

Bases: TypedDict

Permissions policy feature state.

feature instance-attribute

feature

allowed instance-attribute

allowed

locator instance-attribute

locator

OriginTrialToken

Bases: TypedDict

Origin trial token.

origin instance-attribute

origin

matchSubDomains instance-attribute

matchSubDomains

trialName instance-attribute

trialName

expiryTime instance-attribute

expiryTime

isThirdParty instance-attribute

isThirdParty

usageRestriction instance-attribute

usageRestriction

OriginTrialTokenWithStatus

Bases: TypedDict

Origin trial token with status.

rawTokenText instance-attribute

rawTokenText

status instance-attribute

status

parsedToken instance-attribute

parsedToken

OriginTrial

Bases: TypedDict

Origin trial.

trialName instance-attribute

trialName

status instance-attribute

status

tokensWithStatus instance-attribute

tokensWithStatus

SecurityOriginDetails

Bases: TypedDict

Security origin details.

isLocalhost instance-attribute

isLocalhost

Frame

Bases: TypedDict

Frame information.

id instance-attribute

id

loaderId instance-attribute

loaderId

url instance-attribute

url

domainAndRegistry instance-attribute

domainAndRegistry

securityOrigin instance-attribute

securityOrigin

mimeType instance-attribute

mimeType

secureContextType instance-attribute

secureContextType

crossOriginIsolatedContextType instance-attribute

crossOriginIsolatedContextType

gatedAPIFeatures instance-attribute

gatedAPIFeatures

parentId instance-attribute

parentId

name instance-attribute

name

urlFragment instance-attribute

urlFragment

securityOriginDetails instance-attribute

securityOriginDetails

unreachableUrl instance-attribute

unreachableUrl

adFrameStatus instance-attribute

adFrameStatus

FrameResource

Bases: TypedDict

Frame resource information.

url instance-attribute

url

type instance-attribute

type

mimeType instance-attribute

mimeType

lastModified instance-attribute

lastModified

contentSize instance-attribute

contentSize

failed instance-attribute

failed

canceled instance-attribute

canceled

FrameResourceTree

Bases: TypedDict

Frame resource tree.

frame instance-attribute

frame

resources instance-attribute

resources

childFrames instance-attribute

childFrames

FrameTree

Bases: TypedDict

Frame tree.

frame instance-attribute

frame

childFrames instance-attribute

childFrames

NavigationEntry

Bases: TypedDict

Navigation entry.

id instance-attribute

id

url instance-attribute

url

userTypedURL instance-attribute

userTypedURL

title instance-attribute

title

transitionType instance-attribute

transitionType

ScreencastFrameMetadata

Bases: TypedDict

Screencast frame metadata.

offsetTop instance-attribute

offsetTop

pageScaleFactor instance-attribute

pageScaleFactor

deviceWidth instance-attribute

deviceWidth

deviceHeight instance-attribute

deviceHeight

scrollOffsetX instance-attribute

scrollOffsetX

scrollOffsetY instance-attribute

scrollOffsetY

timestamp instance-attribute

timestamp

AppManifestError

Bases: TypedDict

App manifest error.

message instance-attribute

message

critical instance-attribute

critical

line instance-attribute

line

column instance-attribute

column

AppManifestParsedProperties

Bases: TypedDict

App manifest parsed properties.

scope instance-attribute

scope

LayoutViewport

Bases: TypedDict

Layout viewport.

pageX instance-attribute

pageX

pageY instance-attribute

pageY

clientWidth instance-attribute

clientWidth

clientHeight instance-attribute

clientHeight

VisualViewport

Bases: TypedDict

Visual viewport.

offsetX instance-attribute

offsetX

offsetY instance-attribute

offsetY

pageX instance-attribute

pageX

pageY instance-attribute

pageY

clientWidth instance-attribute

clientWidth

clientHeight instance-attribute

clientHeight

scale instance-attribute

scale

zoom instance-attribute

zoom

Viewport

Bases: TypedDict

Viewport for capturing screenshot.

x instance-attribute

x

y instance-attribute

y

width instance-attribute

width

height instance-attribute

height

scale instance-attribute

scale

FontFamilies

Bases: TypedDict

Font families.

standard instance-attribute

standard

fixed instance-attribute

fixed

serif instance-attribute

serif

sansSerif instance-attribute

sansSerif

cursive instance-attribute

cursive

fantasy instance-attribute

fantasy

math instance-attribute

math

ScriptFontFamilies

Bases: TypedDict

Script font families.

script instance-attribute

script

fontFamilies instance-attribute

fontFamilies

FontSizes

Bases: TypedDict

Font sizes.

standard instance-attribute

standard

fixed instance-attribute

fixed

CompilationCacheParams

Bases: TypedDict

Compilation cache parameters.

url instance-attribute

url

eager instance-attribute

eager

FileFilter

Bases: TypedDict

File filter.

name instance-attribute

name

accepts instance-attribute

accepts

ImageResource

Bases: TypedDict

Image resource.

url instance-attribute

url

sizes instance-attribute

sizes

type instance-attribute

type

FileHandler

Bases: TypedDict

File handler.

action instance-attribute

action

name instance-attribute

name

launchType instance-attribute

launchType

icons instance-attribute

icons

accepts instance-attribute

accepts

LaunchHandler

Bases: TypedDict

Launch handler.

clientMode instance-attribute

clientMode

ProtocolHandler

Bases: TypedDict

Protocol handler.

protocol instance-attribute

protocol

url instance-attribute

url

RelatedApplication

Bases: TypedDict

Related application.

url instance-attribute

url

id instance-attribute

id

ScopeExtension

Bases: TypedDict

Scope extension.

origin instance-attribute

origin

hasOriginWildcard instance-attribute

hasOriginWildcard

Screenshot

Bases: TypedDict

Screenshot.

image instance-attribute

image

formFactor instance-attribute

formFactor

label instance-attribute

label

ShareTarget

Bases: TypedDict

Share target.

action instance-attribute

action

method instance-attribute

method

enctype instance-attribute

enctype

title instance-attribute

title

text instance-attribute

text

url instance-attribute

url

files instance-attribute

files

Shortcut

Bases: TypedDict

Shortcut.

name instance-attribute

name

url instance-attribute

url

WebAppManifest

Bases: TypedDict

Web app manifest.

backgroundColor instance-attribute

backgroundColor

description instance-attribute

description

dir instance-attribute

dir

display instance-attribute

display

displayOverrides instance-attribute

displayOverrides

fileHandlers instance-attribute

fileHandlers

icons instance-attribute

icons

id instance-attribute

id

lang instance-attribute

lang

launchHandler instance-attribute

launchHandler

name instance-attribute

name

orientation instance-attribute

orientation

preferRelatedApplications instance-attribute

preferRelatedApplications

protocolHandlers instance-attribute

protocolHandlers

relatedApplications instance-attribute

relatedApplications

scope instance-attribute

scope

scopeExtensions instance-attribute

scopeExtensions

screenshots instance-attribute

screenshots

shareTarget instance-attribute

shareTarget

shortName instance-attribute

shortName

shortcuts instance-attribute

shortcuts

startUrl instance-attribute

startUrl

themeColor instance-attribute

themeColor

InstallabilityErrorArgument

Bases: TypedDict

Installability error argument.

name instance-attribute

name

value instance-attribute

value

InstallabilityError

Bases: TypedDict

Installability error.

errorId instance-attribute

errorId

errorArguments instance-attribute

errorArguments

AutoResponseMode

Bases: str, Enum

Auto response mode values.

NONE class-attribute instance-attribute

NONE = 'none'

AUTO_ACCEPT class-attribute instance-attribute

AUTO_ACCEPT = 'autoAccept'

AUTO_CHOOSE_TO_AUTH_ANOTHER_WAY class-attribute instance-attribute

AUTO_CHOOSE_TO_AUTH_ANOTHER_WAY = 'autoChooseToAuthAnotherWay'

AUTO_REJECT class-attribute instance-attribute

AUTO_REJECT = 'autoReject'

AUTO_OPT_OUT class-attribute instance-attribute

AUTO_OPT_OUT = 'autoOptOut'

WebLifecycleState

Bases: str, Enum

Web lifecycle state values.

FROZEN class-attribute instance-attribute

FROZEN = 'frozen'

ACTIVE class-attribute instance-attribute

ACTIVE = 'active'

ScreenshotFormat

Bases: str, Enum

Screenshot format values.

JPEG class-attribute instance-attribute

JPEG = 'jpeg'

PNG class-attribute instance-attribute

PNG = 'png'

WEBP class-attribute instance-attribute

WEBP = 'webp'

has_value classmethod

has_value(value)

Check if value is a valid screenshot format.

get_value classmethod

get_value(value)

Get the value of the screenshot format.

ScreencastFormat

Bases: str, Enum

Screencast format values.

JPEG class-attribute instance-attribute

JPEG = 'jpeg'

PNG class-attribute instance-attribute

PNG = 'png'

TransferMode

Bases: str, Enum

Transfer mode values.

RETURN_AS_BASE64 class-attribute instance-attribute

RETURN_AS_BASE64 = 'ReturnAsBase64'

RETURN_AS_STREAM class-attribute instance-attribute

RETURN_AS_STREAM = 'ReturnAsStream'