[Experimental]DOM| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AXNode | OBJECT | A node in the accessibility tree. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXNodeId | STRING | Unique accessibility node identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXProperty | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXPropertyName | "actions", "activedescendant", "atomic", "autocomplete", "busy", "checked", "controls", "describedby", "details", "disabled", "editable", "errormessage", "expanded", "flowto", "focusable", "focused", "hasPopup", "hidden", "hiddenRoot", "invalid", "keyshortcuts", "labelledby", "level", "live", "modal", "multiline", "multiselectable", "orientation", "owns", "pressed", "readonly", "relevant", "required", "roledescription", "root", "selected", "settable", "url", "valuemax", "valuemin", "valuetext"String [Hover] Enum | Values of AXProperty name: - from 'busy' to 'roledescription': states which apply to every AX node - from 'live' to 'root': attributes which apply to nodes in live regions - from 'autocomplete' to 'valuetext': attributes which apply to widgets - from 'checked' to 'selected': states which apply to widgets - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXRelatedNode | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXValue | OBJECT | A single computed AX property. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXValueNativeSourceType | "description", "figcaption", "label", "labelfor", "labelwrapped", "legend", "other", "rubyannotation", "tablecaption", "title"String [Hover] Enum | Enum of possible native property sources (as a subtype of a particular AXValueSourceType). | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXValueSource | OBJECT | A single source for a computed AX property. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXValueSourceType | "attribute", "contents", "implicit", "placeholder", "relatedElement", "style"String [Hover] Enum | Enum of possible property sources. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AXValueType | "boolean", "booleanOrUndefined", "computedString", "domRelation", "idref", "idrefList", "integer", "internalRole", "node", "nodeList", "number", "role", "string", "token", "tokenList", "tristate", "valueUndefined"String [Hover] Enum | Enum of possible property types. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables the accessibility domain. | - | ||||||||||||||||||||||||||||||||
| enable | Enables the accessibility domain which causes `AXNodeId`s to remain consistent between method calls. This turns on accessibility for the page, which can impact performance until accessibility is disabled. | - | ||||||||||||||||||||||||||||||||
| getAXNodeAndAncestors | Fetches a node and all ancestors up to and including the root. Requires `enable()` to have been called previously. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getChildAXNodes | Fetches a particular accessibility node by AXNodeId. Requires `enable()` to have been called previously. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getFullAXTree | Fetches the entire accessibility tree for the root Document | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getPartialAXTree | Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getRootAXNode | Fetches the root node. Requires `enable()` to have been called previously. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| queryAXTree | Query a DOM node's accessibility subtree for accessible name and role. This command computes the name and role for all nodes in the subtree, including those that are ignored for accessibility, and returns those that match the specified name and role. If no DOM node is specified, or the DOM node does not exist, the command returns an error. If neither `accessibleName` or `role` is specified, it returns all the accessibility nodes in the subtree. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| loadComplete | The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading. | [EXPERIMENTAL] |
||||||||
|
PARAMETERS:
| ||||||||||
| nodesUpdated | The nodesUpdated event is sent every time a previously requested node has changed the in tree. | [EXPERIMENTAL] |
||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]DOM, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AnimationEffect | OBJECT | AnimationEffect instance | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| KeyframeStyle | OBJECT | Keyframe Style | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| KeyframesRule | OBJECT | Keyframes Rule | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| ViewOrScrollTimeline | OBJECT | Timeline instance | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| _Animation | OBJECT | _Animation instance. | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables animation domain notifications. | - | ||||||||||||||||
| enable | Enables animation domain notifications. | - | ||||||||||||||||
| getCurrentTime | Returns the current time of the an animation. | - | ||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||
| getPlaybackRate | Gets the playback rate of the document timeline. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| releaseAnimations | Releases a set of animations to no longer be manipulated. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| resolveAnimation | Gets the remote object of the Animation. | - | ||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||
| seekAnimations | Seek a set of animations to a particular time within each animation. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| setPaused | Sets the paused state of a set of animations. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| setPlaybackRate | Sets the playback rate of the document timeline. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| setTiming | Sets the timing of an animation node. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| animationCanceled | Event for when an animation has been cancelled. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| animationCreated | Event for each animation that has been created. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| animationStarted | Event for animation that has been started. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| animationUpdated | Event for animation that has been updated. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]Network| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AffectedCookie | OBJECT | Information about a cookie that is affected by an inspector issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AffectedFrame | OBJECT | Information about the frame affected by an inspector issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AffectedRequest | OBJECT | Information about a request that is affected by an inspector issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingIssueDetails | OBJECT | Details for issues around "Attribution Reporting API" usage. Explainer: https://github.com/WICG/attribution-reporting-api | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingIssueType | "InsecureContext", "InvalidHeader", "InvalidInfoHeader", "InvalidRegisterOsSourceHeader", "InvalidRegisterOsTriggerHeader", "InvalidRegisterTriggerHeader", "NavigationRegistrationUniqueScopeAlreadySet", "NavigationRegistrationWithoutTransientUserActivation", "NoRegisterOsSourceHeader", "NoRegisterOsTriggerHeader", "NoRegisterSourceHeader", "NoRegisterTriggerHeader", "NoWebOrOsSupport", "OsSourceIgnored", "OsTriggerIgnored", "PermissionPolicyDisabled", "SourceAndTriggerHeaders", "SourceIgnored", "TriggerIgnored", "UntrustworthyReportingOrigin", "WebAndOsHeaders"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlockedByResponseIssueDetails | OBJECT | Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlockedByResponseReason | "CoepFrameResourceNeedsCoepHeader", "CoopSandboxedIFrameCannotNavigateToCoopPage", "CorpNotSameOrigin", "CorpNotSameOriginAfterDefaultedToSameOriginByCoep", "CorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip", "CorpNotSameOriginAfterDefaultedToSameOriginByDip", "CorpNotSameSite", "SRIMessageSignatureMismatch"String [Hover] Enum | Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BounceTrackingIssueDetails | OBJECT | This issue warns about sites in the redirect chain of a finished navigation that may be flagged as trackers and have their state cleared if they don't receive a user interaction. Note that in this context 'site' means eTLD+1. For example, if the URL `https://example.test:80/bounce` was in the redirect chain, the site reported would be `example.test`. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ClientHintIssueDetails | OBJECT | This issue tracks client hints related issues. It's used to deprecate old features, encourage the use of new ones, and provide general guidance. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ClientHintIssueReason | "MetaTagAllowListInvalidOrigin", "MetaTagModifiedHTML"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContentSecurityPolicyIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContentSecurityPolicyViolationType | "kEvalViolation", "kInlineViolation", "kSRIViolation", "kTrustedTypesPolicyViolation", "kTrustedTypesSinkViolation", "kURLViolation", "kWasmEvalViolation"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieDeprecationMetadataIssueDetails | OBJECT | This issue warns about third-party sites that are accessing cookies on the current page, and have been permitted due to having a global metadata grant. Note that in this context 'site' means eTLD+1. For example, if the URL `https://example.test:80/web_page` was accessing cookies, the site reported would be `example.test`. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieExclusionReason | "ExcludeDomainNonASCII", "ExcludeInvalidSameParty", "ExcludePortMismatch", "ExcludeSamePartyCrossPartyContext", "ExcludeSameSiteLax", "ExcludeSameSiteNoneInsecure", "ExcludeSameSiteStrict", "ExcludeSameSiteUnspecifiedTreatedAsLax", "ExcludeSchemeMismatch", "ExcludeThirdPartyCookieBlockedInFirstPartySet", "ExcludeThirdPartyPhaseout"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieIssueDetails | OBJECT | This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieIssueInsight | OBJECT | Information about the suggested solution to a cookie issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieOperation | "ReadCookie", "SetCookie"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieWarningReason | "WarnAttributeValueExceedsMaxSize", "WarnCrossSiteRedirectDowngradeChangesInclusion", "WarnDeprecationTrialMetadata", "WarnDomainNonASCII", "WarnSameSiteLaxCrossDowngradeLax", "WarnSameSiteLaxCrossDowngradeStrict", "WarnSameSiteNoneInsecure", "WarnSameSiteStrictCrossDowngradeLax", "WarnSameSiteStrictCrossDowngradeStrict", "WarnSameSiteStrictLaxDowngradeStrict", "WarnSameSiteUnspecifiedCrossSiteContext", "WarnSameSiteUnspecifiedLaxAllowUnsafe", "WarnThirdPartyCookieHeuristic", "WarnThirdPartyPhaseout"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CorsIssueDetails | OBJECT | Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DeprecationIssueDetails | OBJECT | This issue tracks information needed to print a deprecation message. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ElementAccessibilityIssueDetails | OBJECT | This issue warns about errors in the select or summary element content model. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ElementAccessibilityIssueReason | "DisallowedOptGroupChild", "DisallowedSelectChild", "InteractiveContentLegendChild", "InteractiveContentOptionChild", "InteractiveContentSummaryDescendant", "NonPhrasingContentOptionChild"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FailedRequestInfo | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FederatedAuthRequestIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FederatedAuthRequestIssueReason | "AccountsHttpNotFound", "AccountsInvalidContentType", "AccountsInvalidResponse", "AccountsListEmpty", "AccountsNoResponse", "Canceled", "ClientMetadataHttpNotFound", "ClientMetadataInvalidContentType", "ClientMetadataInvalidResponse", "ClientMetadataNoResponse", "ConfigHttpNotFound", "ConfigInvalidContentType", "ConfigInvalidResponse", "ConfigNoResponse", "ConfigNotInWellKnown", "CorsError", "DisabledInFlags", "DisabledInSettings", "ErrorFetchingSignin", "ErrorIdToken", "IdTokenCrossSiteIdpErrorResponse", "IdTokenHttpNotFound", "IdTokenIdpErrorResponse", "IdTokenInvalidContentType", "IdTokenInvalidRequest", "IdTokenInvalidResponse", "IdTokenNoResponse", "IdpNotPotentiallyTrustworthy", "InvalidFieldsSpecified", "InvalidSigninResponse", "MissingTransientUserActivation", "NotSignedInWithIdp", "RelyingPartyOriginIsOpaque", "ReplacedByActiveMode", "RpPageNotVisible", "ShouldEmbargo", "SilentMediationFailure", "SuppressedBySegmentationPlatform", "ThirdPartyCookiesBlocked", "TooManyRequests", "TypeNotMatching", "UiDismissedNoEmbargo", "WellKnownHttpNotFound", "WellKnownInvalidContentType", "WellKnownInvalidResponse", "WellKnownListEmpty", "WellKnownNoResponse", "WellKnownTooBig"String [Hover] Enum | Represents the failure reason when a federated authentication reason fails. Should be updated alongside RequestIdTokenStatus in third_party/blink/public/mojom/devtools/inspector_issue.mojom to include all cases except for success. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FederatedAuthUserInfoRequestIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FederatedAuthUserInfoRequestIssueReason | "InvalidAccountsResponse", "InvalidConfigOrWellKnown", "NoAccountSharingPermission", "NoApiPermission", "NoReturningUserFromFetchedAccounts", "NotIframe", "NotPotentiallyTrustworthy", "NotSameOrigin", "NotSignedInWithIdp"String [Hover] Enum | Represents the failure reason when a getUserInfo() call fails. Should be updated alongside FederatedAuthUserInfoRequestResult in third_party/blink/public/mojom/devtools/inspector_issue.mojom. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GenericIssueDetails | OBJECT | Depending on the concrete errorType, different properties are set. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GenericIssueErrorType | "FormAriaLabelledByToNonExistingId", "FormAutocompleteAttributeEmptyError", "FormDuplicateIdForInputError", "FormEmptyIdAndNameAttributesForInputError", "FormInputAssignedAutocompleteValueToIdOrNameAttributeError", "FormInputHasWrongButWellIntendedAutocompleteValueError", "FormInputWithNoLabelError", "FormLabelForMatchesNonExistingIdError", "FormLabelForNameError", "FormLabelHasNeitherForNorNestedInput", "ResponseWasBlockedByORB"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HeavyAdIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HeavyAdReason | "CpuPeakLimit", "CpuTotalLimit", "NetworkTotalLimit"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HeavyAdResolutionStatus | "HeavyAdBlocked", "HeavyAdWarning"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InsightType | "GitHubResource", "GracePeriod", "Heuristics"String [Hover] Enum | Represents the category of insight that a cookie issue falls under. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InspectorIssue | OBJECT | An inspector issue reported from the back-end. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InspectorIssueCode | "AttributionReportingIssue", "BlockedByResponseIssue", "BounceTrackingIssue", "ClientHintIssue", "ContentSecurityPolicyIssue", "CookieDeprecationMetadataIssue", "CookieIssue", "CorsIssue", "DeprecationIssue", "ElementAccessibilityIssue", "FederatedAuthRequestIssue", "FederatedAuthUserInfoRequestIssue", "GenericIssue", "HeavyAdIssue", "LowTextContrastIssue", "MixedContentIssue", "NavigatorUserAgentIssue", "PartitioningBlobURLIssue", "PropertyRuleIssue", "QuirksModeIssue", "SRIMessageSignatureIssue", "SharedArrayBufferIssue", "SharedDictionaryIssue", "StylesheetLoadingIssue", "UnencodedDigestIssue", "UserReidentificationIssue"String [Hover] Enum | A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InspectorIssueDetails | OBJECT | This struct holds a list of optional fields with additional information specific to the kind of issue. When adding a new issue code, please also add a new optional field to this type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IssueId | STRING | A unique id for a DevTools inspector issue. Allows other entities (e.g. exceptions, CDP message, console messages, etc.) to reference an issue. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LowTextContrastIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MixedContentIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MixedContentResolutionStatus | "MixedContentAutomaticallyUpgraded", "MixedContentBlocked", "MixedContentWarning"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MixedContentResourceType | "AttributionSrc", "Audio", "Beacon", "CSPReport", "Download", "EventSource", "Favicon", "Font", "Form", "Frame", "Image", "Import", "JSON", "Manifest", "Ping", "PluginData", "PluginResource", "Prefetch", "Resource", "Script", "ServiceWorker", "SharedWorker", "SpeculationRules", "Stylesheet", "Track", "Video", "Worker", "XMLHttpRequest", "XSLT"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NavigatorUserAgentIssueDetails | OBJECT | - | [DEPRECATED] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PartitioningBlobURLInfo | "BlockedCrossPartitionFetching", "EnforceNoopenerForNavigation"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PartitioningBlobURLIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PropertyRuleIssueDetails | OBJECT | This issue warns about errors in property rules that lead to property registrations being ignored. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PropertyRuleIssueReason | "InvalidInherits", "InvalidInitialValue", "InvalidName", "InvalidSyntax"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| QuirksModeIssueDetails | OBJECT | Details for issues about documents in Quirks Mode or Limited Quirks Mode that affects page layouting. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SRIMessageSignatureError | "InvalidSignatureHeader", "InvalidSignatureInputHeader", "MissingSignatureHeader", "MissingSignatureInputHeader", "SignatureHeaderValueIsIncorrectLength", "SignatureHeaderValueIsNotByteSequence", "SignatureHeaderValueIsParameterized", "SignatureInputHeaderInvalidComponentName", "SignatureInputHeaderInvalidComponentType", "SignatureInputHeaderInvalidDerivedComponentParameter", "SignatureInputHeaderInvalidHeaderComponentParameter", "SignatureInputHeaderInvalidParameter", "SignatureInputHeaderKeyIdLength", "SignatureInputHeaderMissingLabel", "SignatureInputHeaderMissingRequiredParameters", "SignatureInputHeaderValueMissingComponents", "SignatureInputHeaderValueNotInnerList", "ValidationFailedIntegrityMismatch", "ValidationFailedInvalidLength", "ValidationFailedSignatureExpired", "ValidationFailedSignatureMismatch"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SRIMessageSignatureIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedArrayBufferIssueDetails | OBJECT | Details for a issue arising from an SAB being instantiated in, or transferred to a context that is not cross-origin isolated. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedArrayBufferIssueType | "CreationIssue", "TransferIssue"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedDictionaryError | "UseErrorCrossOriginNoCorsRequest", "UseErrorDictionaryLoadFailure", "UseErrorMatchingDictionaryNotUsed", "UseErrorUnexpectedContentDictionaryHeader", "WriteErrorCossOriginNoCorsRequest", "WriteErrorDisallowedBySettings", "WriteErrorExpiredResponse", "WriteErrorFeatureDisabled", "WriteErrorInsufficientResources", "WriteErrorInvalidMatchField", "WriteErrorInvalidStructuredHeader", "WriteErrorNavigationRequest", "WriteErrorNoMatchField", "WriteErrorNonListMatchDestField", "WriteErrorNonSecureContext", "WriteErrorNonStringIdField", "WriteErrorNonStringInMatchDestList", "WriteErrorNonStringMatchField", "WriteErrorNonTokenTypeField", "WriteErrorRequestAborted", "WriteErrorShuttingDown", "WriteErrorTooLongIdField", "WriteErrorUnsupportedType"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedDictionaryIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SourceCodeLocation | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StyleSheetLoadingIssueReason | "LateImportRule", "RequestFailed"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StylesheetLoadingIssueDetails | OBJECT | This issue warns when a referenced stylesheet couldn't be loaded. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UnencodedDigestError | "IncorrectDigestLength", "IncorrectDigestType", "MalformedDictionary", "UnknownAlgorithm"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UnencodedDigestIssueDetails | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UserReidentificationIssueDetails | OBJECT | This issue warns about uses of APIs that may be considered misuse to re-identify users. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UserReidentificationIssueType | "BlockedFrameNavigation", "BlockedSubresource", "NoisedCanvasReadback"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| checkContrast | Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| checkFormsIssues | Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event. | - | ||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| disable | Disables issues domain, prevents further issues from being reported to the client. | - | ||||||||||||||||||||||||||||||||||||
| enable | Enables issues domain, sends the issues collected so far to the client by means of the `issueAdded` event. | - | ||||||||||||||||||||||||||||||||||||
| getEncodedResponse | Returns the response body and size if it were re-encoded with the specified settings. Only applies to images. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| issueAdded | - | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Address | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AddressField | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AddressFields | OBJECT | A list of address fields. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AddressUI | OBJECT | Defines how an address can be displayed like in chrome://settings/addresses. Address UI is a two dimensional array, each inner array is an "address information line", and when rendered in a UI surface should be displayed as such. The following address UI for instance: [[{name: "GIVE_NAME", value: "Jon"}, {name: "FAMILY_NAME", value: "Doe"}], [{name: "CITY", value: "Munich"}, {name: "ZIP", value: "81456"}]] should allow the receiver to render: Jon Doe Munich 81456 | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| CreditCard | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| FilledField | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| FillingStrategy | "autocompleteAttribute", "autofillInferred"String [Hover] Enum | Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics. | - | |||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables autofill domain notifications. | - | ||||||||||||||||
| enable | Enables autofill domain notifications. | - | ||||||||||||||||
| setAddresses | Set addresses so that developers can verify their forms implementation. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| trigger | Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addressFormFilled | Emitted when an address form is filled. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BackgroundServiceEvent | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| EventMetadata | OBJECT | A key-value pair for additional event information to pass along. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ServiceName | "backgroundFetch", "backgroundSync", "notifications", "paymentHandler", "periodicBackgroundSync", "pushMessaging"String [Hover] Enum | The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API. | - | |||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clearEvents | Clears all stored data for the service. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| setRecording | Set the recording state for the service. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| startObserving | Enables event updates for the service. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| stopObserving | Disables event updates for the service. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| backgroundServiceEventReceived | Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| recordingStateChanged | Called when the recording state for the service has been updated. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CentralState | "absent", "powered-off", "powered-on"String [Hover] Enum | Indicates the various states of Central. | - | |||||||||||||||||||||||||||||||||||
| CharacteristicOperationType | "read", "subscribe-to-notifications", "unsubscribe-from-notifications", "write"String [Hover] Enum | Indicates the various types of characteristic operation. | - | |||||||||||||||||||||||||||||||||||
| CharacteristicProperties | OBJECT | Describes the properties of a characteristic. This follows Bluetooth Core Specification BT 4.2 Vol 3 Part G 3.3.1. Characteristic Properties. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| CharacteristicWriteType | "write-default-deprecated", "write-with-response", "write-without-response"String [Hover] Enum | Indicates the various types of characteristic write. | - | |||||||||||||||||||||||||||||||||||
| DescriptorOperationType | "read", "write"String [Hover] Enum | Indicates the various types of descriptor operation. | - | |||||||||||||||||||||||||||||||||||
| GATTOperationType | "connection", "discovery"String [Hover] Enum | Indicates the various types of GATT event. | - | |||||||||||||||||||||||||||||||||||
| ManufacturerData | OBJECT | Stores the manufacturer data | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ScanEntry | OBJECT | Stores the advertisement packet information that is sent by a Bluetooth device. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ScanRecord | OBJECT | Stores the byte data of the advertisement packet sent by a Bluetooth device. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addCharacteristic | Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| addDescriptor | Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| addService | Adds a service with |serviceUuid| to the peripheral with |address|. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| disable | Disable the BluetoothEmulation domain. | - | ||||||||||||||||||||||||
| enable | Enable the BluetoothEmulation domain. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeCharacteristic | Removes the characteristic respresented by |characteristicId| from the simulated central. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeDescriptor | Removes the descriptor with |descriptorId| from the simulated central. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeService | Removes the service respresented by |serviceId| from the simulated central. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setSimulatedCentralState | Set the state of the simulated central. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulateAdvertisement | Simulates an advertisement packet described in |entry| being received by the central. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulateCharacteristicOperationResponse | Simulates the response from the characteristic with |characteristicId| for a characteristic operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulateDescriptorOperationResponse | Simulates the response from the descriptor with |descriptorId| for a descriptor operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulateGATTDisconnection | Simulates a GATT disconnection from the peripheral with |address|. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulateGATTOperationResponse | Simulates the response code from the peripheral with |address| for a GATT operation of |type|. The |code| value follows the HCI Error Codes from Bluetooth Core Specification Vol 2 Part D 1.3 List Of Error Codes. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| simulatePreconnectedPeripheral | Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| characteristicOperationReceived | Event for when a characteristic operation of |type| to the characteristic respresented by |characteristicId| happened. |data| and |writeType| is expected to exist when |type| is write. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| descriptorOperationReceived | Event for when a descriptor operation of |type| to the descriptor respresented by |descriptorId| happened. |data| is expected to exist when |type| is write. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| gattOperationReceived | Event for when a GATT operation of |type| to the peripheral with |address| happened. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Bounds | OBJECT | Browser window bounds information | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||
| BrowserCommandId | "closeTabSearch", "openGlic", "openTabSearch"String [Hover] Enum | Browser command ids used by executeBrowserCommand. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| BrowserContextID | STRING | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| Bucket | OBJECT | Chrome histogram bucket. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||
| Histogram | OBJECT | Chrome histogram. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||
| PermissionDescriptor | OBJECT | Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dom-permissiondescriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||
| PermissionSetting | "denied", "granted", "prompt"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| PermissionType | "ar", "audioCapture", "automaticFullscreen", "backgroundFetch", "backgroundSync", "cameraPanTiltZoom", "capturedSurfaceControl", "clipboardReadWrite", "clipboardSanitizedWrite", "displayCapture", "durableStorage", "geolocation", "handTracking", "idleDetection", "keyboardLock", "localFonts", "localNetworkAccess", "midi", "midiSysex", "nfc", "notifications", "paymentHandler", "periodicBackgroundSync", "pointerLock", "protectedMediaIdentifier", "sensors", "smartCard", "speakerSelection", "storageAccess", "topLevelStorageAccess", "videoCapture", "vr", "wakeLockScreen", "wakeLockSystem", "webAppInstallation", "webPrinting", "windowManagement"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| PrivacySandboxAPI | "BiddingAndAuctionServices", "TrustedKeyValue"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| WindowID | INTEGER | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| WindowState | "fullscreen", "maximized", "minimized", "normal"String [Hover] Enum | The state of the browser window. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addPrivacySandboxCoordinatorKeyConfig | Configures encryption keys used with a given privacy sandbox API to talk to a trusted coordinator. Since this is intended for test automation only, coordinatorOrigin must be a .test domain. No existing coordinator configuration for the origin may exist. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| addPrivacySandboxEnrollmentOverride | Allows a site to use privacy sandbox features that require enrollment without the site actually being enrolled. Only supported on page targets. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| cancelDownload | Cancel a download if in progress | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| close | Close browser gracefully. | - | ||||||||||||||||||||||||
| crash | Crashes browser on the main thread. | [EXPERIMENTAL] |
||||||||||||||||||||||||
| crashGpuProcess | Crashes GPU process. | [EXPERIMENTAL] |
||||||||||||||||||||||||
| executeBrowserCommand | Invoke custom browser commands used by telemetry. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| getBrowserCommandLine | Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||
| getHistogram | Get a Chrome histogram by name. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| getHistograms | Get Chrome histograms. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| getVersion | Returns version information. | - | ||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||
| getWindowBounds | Get position and size of the browser window. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| getWindowForTarget | Get the browser window that contains the devtools target. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| grantPermissions | Grant specific permissions to the given origin and reject all others. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| resetPermissions | Reset all permission management for all origins. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setContentsSize | Set size of the browser contents resizing browser window as necessary. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setDockTile | Set dock tile details, platform-specific. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setDownloadBehavior | Set the behavior when downloading a file. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setPermission | Set permission settings for given origin. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setWindowBounds | Set position and/or size of the browser window. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| downloadProgress | Fired when download makes progress. Last call has |done| == true. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| downloadWillBegin | Fired when page is about to start a download. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
[Experimental]DOM, Page| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CSSAnimationStyle | OBJECT | CSS style coming from animations with the name of the animation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSComputedStyleProperty | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSContainerQuery | OBJECT | CSS container query rule descriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSFontPaletteValuesRule | OBJECT | CSS font-palette-values rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSFunctionConditionNode | OBJECT | CSS function conditional block representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSFunctionNode | OBJECT | Section of the body of a CSS function rule. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSFunctionParameter | OBJECT | CSS function argument representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSFunctionRule | OBJECT | CSS function at-rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSKeyframeRule | OBJECT | CSS keyframe rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSKeyframesRule | OBJECT | CSS keyframes rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSLayer | OBJECT | CSS Layer at-rule descriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSLayerData | OBJECT | CSS Layer data. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSMedia | OBJECT | CSS media rule descriptor. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSPositionTryRule | OBJECT | CSS @position-try rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSProperty | OBJECT | CSS property declaration data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSPropertyRegistration | OBJECT | Representation of a custom property registration through CSS.registerProperty | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSPropertyRule | OBJECT | CSS property at-rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSRule | OBJECT | CSS rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSRuleType | "ContainerRule", "LayerRule", "MediaRule", "ScopeRule", "StartingStyleRule", "StyleRule", "SupportsRule"String [Hover] Enum | Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors. This list only contains rule types that are collected during the ancestor rule collection. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSScope | OBJECT | CSS Scope at-rule descriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSStartingStyle | OBJECT | CSS Starting Style at-rule descriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSStyle | OBJECT | CSS style representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSStyleSheetHeader | OBJECT | CSS stylesheet metainformation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSSupports | OBJECT | CSS Supports at-rule descriptor. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSTryRule | OBJECT | CSS try rule representation. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FontFace | OBJECT | Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FontVariationAxis | OBJECT | Information about font variation axes for variable fonts | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InheritedAnimatedStyleEntry | OBJECT | Inherited CSS style collection for animated styles from ancestor node. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InheritedPseudoElementMatches | OBJECT | Inherited pseudo element matches from pseudos of an ancestor node. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InheritedStyleEntry | OBJECT | Inherited CSS rule collection from ancestor node. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MediaQuery | OBJECT | Media query descriptor. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MediaQueryExpression | OBJECT | Media query expression descriptor. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PlatformFontUsage | OBJECT | Information about amount of glyphs that were rendered with given font. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PseudoElementMatches | OBJECT | CSS rule collection for a single pseudo style. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RuleMatch | OBJECT | Match data for a CSS rule. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RuleUsage | OBJECT | CSS coverage information. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SelectorList | OBJECT | Selector list data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ShorthandEntry | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SourceRange | OBJECT | Text range within a resource. All numbers are zero-based. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Specificity | OBJECT | Specificity: https://drafts.csswg.org/selectors/#specificity-rules | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StyleDeclarationEdit | OBJECT | A descriptor of operation to mutate style declaration text. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StyleSheetId | STRING | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StyleSheetOrigin | "injected", "inspector", "regular", "user-agent"String [Hover] Enum | Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Value | OBJECT | Data for a simple selector (these are delimited by commas in a selector list). | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addRule | Inserts a new rule with the given `ruleText` in a stylesheet with given `styleSheetId`, at the position specified by `location`. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| collectClassNames | Returns all class names from specified stylesheet. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createStyleSheet | Creates a new special "via-inspector" stylesheet in the frame with given `frameId`. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disable | Disables the CSS agent for the given page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| enable | Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| forcePseudoState | Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| forceStartingStyle | Ensures that the given node is in its starting-style state. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getAnimatedStylesForNode | Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getBackgroundColors | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getComputedStyleForNode | Returns the computed style for a DOM node identified by `nodeId`. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getEnvironmentVariables | Returns the values of the default UA-defined environment variables used in env() | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getInlineStylesForNode | Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by `nodeId`. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getLayersForNode | Returns all layers parsed by the rendering engine for the tree scope of a node. Given a DOM element identified by nodeId, getLayersForNode returns the root layer for the nearest ancestor document or shadow root. The layer root contains the full layer tree for the tree scope and their ordering. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getLocationForSelector | Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getLonghandProperties | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getMatchedStylesForNode | Returns requested styles for a DOM node identified by `nodeId`. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getMediaQueries | Returns all media queries parsed by the rendering engine. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getPlatformFontsForNode | Requests information about platform fonts which we used to render child TextNodes in the given node. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getStyleSheetText | Returns the current textual content for a stylesheet. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| resolveValues | Resolve the specified values in the context of the provided element. For example, a value of '1em' is evaluated according to the computed 'font-size' of the element and a value 'calc(1px + 2px)' will be resolved to '3px'. If the `propertyName` was specified the `values` are resolved as if they were property's declaration. If a value cannot be parsed according to the provided property syntax, the value is parsed using combined syntax as if null `propertyName` was provided. If the value cannot be resolved even then, return the provided value without any changes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setContainerQueryText | Modifies the expression of a container query. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setEffectivePropertyValueForNode | Find a rule with the given active property for the given node and set the new value for this property | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setKeyframeKey | Modifies the keyframe rule key text. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setLocalFontsEnabled | Enables/disables rendering of local CSS fonts (enabled by default). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setMediaText | Modifies the rule selector. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPropertyRulePropertyName | Modifies the property rule property name. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setRuleSelector | Modifies the rule selector. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setScopeText | Modifies the expression of a scope at-rule. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setStyleSheetText | Sets the new stylesheet text. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setStyleTexts | Applies specified style edits one after another in the given order. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSupportsText | Modifies the expression of a supports at-rule. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| startRuleUsageTracking | Enables the selector recording. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| stopRuleUsageTracking | Stop tracking rule usage and return the list of rules that were used since last call to `takeCoverageDelta` (or since start of coverage instrumentation). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| takeComputedStyleUpdates | Polls the next batch of computed style updates. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| takeCoverageDelta | Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| trackComputedStyleUpdates | Starts tracking the given computed styles for updates. The specified array of properties replaces the one previously specified. Pass empty array to disable tracking. Use takeComputedStyleUpdates to retrieve the list of nodes that had properties modified. The changes to computed style properties are only tracked for nodes pushed to the front-end by the DOM agent. If no changes to the tracked properties occur after the node has been pushed to the front-end, no updates will be issued for the node. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| trackComputedStyleUpdatesForNode | Starts tracking the given node for the computed style updates and whenever the computed style is updated for node, it queues a `computedStyleUpdated` event with throttling. There can only be 1 node tracked for computed style updates so passing a new node id removes tracking from the previous node. Pass `undefined` to disable tracking. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| computedStyleUpdated | - | [EXPERIMENTAL] |
||||||||
|
PARAMETERS:
| ||||||||||
| fontsUpdated | Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| mediaQueryResultChanged | Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features. | - | ||||||||
| styleSheetAdded | Fired whenever an active document stylesheet is added. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| styleSheetChanged | Fired whenever a stylesheet is changed as a result of the client operation. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| styleSheetRemoved | Fired whenever an active document stylesheet is removed. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]Storage| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Cache | OBJECT | Cache identifier. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| CacheId | STRING | Unique identifier of the Cache object. | - | |||||||||||||||||||||||||||||||||||
| CachedResponse | OBJECT | Cached response | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| CachedResponseType | "basic", "cors", "default", "error", "opaqueRedirect", "opaqueResponse"String [Hover] Enum | type of HTTP response cached | - | |||||||||||||||||||||||||||||||||||
| DataEntry | OBJECT | Data entry. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| Header | OBJECT | - | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| deleteCache | Deletes a cache. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| deleteEntry | Deletes a cache entry. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| requestCacheNames | Requests cache names. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| requestCachedResponse | Fetches cache entry. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| requestEntries | Requests data from cache. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Sink | OBJECT | - | - | |||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| disable | Stops observing for sinks and issues. | - | ||||||||
| enable | Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well. When sinks are found, a |sinksUpdated| event is fired. Also starts observing for issue messages. When an issue is added or removed, an |issueUpdated| event is fired. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| setSinkToUse | Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| startDesktopMirroring | Starts mirroring the desktop to the sink. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| startTabMirroring | Starts mirroring the tab to the sink. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| stopCasting | Stops the active Cast session on the sink. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| issueUpdated | This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| sinksUpdated | This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to. | - | ||||||||
|
PARAMETERS:
| ||||||||||
RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BackendNode | OBJECT | Backend node with a friendly name. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackendNodeId | INTEGER | Unique DOM node identifier used to reference a node that may not have been pushed to the front-end. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BoxModel | OBJECT | Box model. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CSSComputedStyleProperty | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CompatibilityMode | "LimitedQuirksMode", "NoQuirksMode", "QuirksMode"String [Hover] Enum | Document compatibility mode. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DetachedElementInfo | OBJECT | A structure to hold the top-level node of a detached tree and an array of its retained descendants. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LogicalAxes | "Block", "Both", "Inline"String [Hover] Enum | ContainerSelector logical axes | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Node | OBJECT | DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NodeId | INTEGER | Unique DOM node identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PhysicalAxes | "Both", "Horizontal", "Vertical"String [Hover] Enum | ContainerSelector physical axes | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PseudoType | "after", "backdrop", "before", "checkmark", "column", "details-content", "file-selector-button", "first-letter", "first-line", "first-line-inherited", "grammar-error", "highlight", "input-list-button", "interest-hint", "marker", "permission-icon", "picker", "picker-icon", "placeholder", "resizer", "scroll-button", "scroll-marker", "scroll-marker-group", "scrollbar", "scrollbar-button", "scrollbar-corner", "scrollbar-thumb", "scrollbar-track", "scrollbar-track-piece", "search-text", "selection", "spelling-error", "target-text", "view-transition", "view-transition-group", "view-transition-group-children", "view-transition-image-pair", "view-transition-new", "view-transition-old"String [Hover] Enum | Pseudo element type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Quad | "type": "array" "items": { NUMBER } |
An array of quad vertices, x immediately followed by y for each point, points clock-wise. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RGBA | OBJECT | A structure holding an RGBA color. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Rect | OBJECT | Rectangle. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScrollOrientation | "horizontal", "vertical"String [Hover] Enum | Physical scroll orientation | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ShadowRootType | "closed", "open", "user-agent"String [Hover] Enum | Shadow root type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ShapeOutsideInfo | OBJECT | CSS Shape Outside details. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| collectClassNamesFromSubtree | Collects class names for the node with given id and all of it's child nodes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| copyTo | Creates a deep copy of the specified node and places it into the target container before the given anchor. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| describeNode | Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| disable | Disables DOM agent for the given page. | - | ||||||||||||||||||||||||||||||||||||
| discardSearchResults | Discards search results from the session with the given id. `getSearchResults` should no longer be called for that search. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| enable | Enables DOM agent for the given page. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| focus | Focuses the given element. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| forceShowPopover | When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getAnchorElement | Returns the target anchor element of the given anchor query according to https://www.w3.org/TR/css-anchor-position-1/#target. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getAttributes | Returns attributes for the specified node. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getBoxModel | Returns boxes for the given node. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getContainerForNode | Returns the query container of the given node based on container query conditions: containerName, physical and logical axes, and whether it queries scroll-state or anchored elements. If no axes are provided and queriesScrollState is false, the style container is returned, which is the direct parent or the closest element with a matching container-name. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getContentQuads | Returns quads that describe node position on the page. This method might return multiple quads for inline nodes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getDetachedDomNodes | Returns list of detached nodes | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getDocument | Returns the root DOM node (and optionally the subtree) to the caller. Implicitly enables the DOM domain events for the current target. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getElementByRelation | Returns the NodeId of the matched element according to certain relations. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getFileInfo | Returns file information for the given File wrapper. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getFlattenedDocument | Returns the root DOM node (and optionally the subtree) to the caller. Deprecated, as it is not designed to work well with the rest of the DOM agent. Use DOMSnapshot.captureSnapshot instead. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getFrameOwner | Returns iframe node that owns iframe with the given domain. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getNodeForLocation | Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getNodeStackTraces | Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getNodesForSubtreeByStyle | Finds nodes with a given computed style in a subtree. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getOuterHTML | Returns node's HTML markup. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getQueryingDescendantsForContainer | Returns the descendants of a container query container that have container queries against this container. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getRelayoutBoundary | Returns the id of the nearest ancestor that is a relayout boundary. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getSearchResults | Returns search results from given `fromIndex` to given `toIndex` from the search with the given identifier. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| getTopLayerElements | 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| hideHighlight REDIRECT: Overlay |
Hides any highlight. | - | ||||||||||||||||||||||||||||||||||||
| highlightNode REDIRECT: Overlay |
Highlights DOM node. | - | ||||||||||||||||||||||||||||||||||||
| highlightRect REDIRECT: Overlay |
Highlights given rectangle. | - | ||||||||||||||||||||||||||||||||||||
| markUndoableState | Marks last undoable state. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
| moveTo | Moves node into the new container, places it before the given anchor. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| performSearch | Searches for a given string in the DOM tree. Use `getSearchResults` to access search results or `cancelSearch` to end this search session. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| pushNodeByPathToFrontend | Requests that the node is sent to the caller given its path. // FIXME, use XPath | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| pushNodesByBackendIdsToFrontend | Requests that a batch of nodes is sent to the caller given their backend node ids. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| querySelector | Executes `querySelector` on a given node. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| querySelectorAll | Executes `querySelectorAll` on a given node. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| redo | Re-does the last undone action. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
| removeAttribute | Removes attribute with given name from an element with given id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| removeNode | Removes node with given id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| requestChildNodes | 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:
| ||||||||||||||||||||||||||||||||||||||
| requestNode | 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:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| resolveNode | Resolves the JavaScript node object for a given NodeId or BackendNodeId. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| scrollIntoViewIfNeeded | 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:
| ||||||||||||||||||||||||||||||||||||||
| setAttributeValue | Sets attribute for an element with given id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| setAttributesAsText | 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:
| ||||||||||||||||||||||||||||||||||||||
| setFileInputFiles | Sets files for the given file input element. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| setInspectedNode | Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| setNodeName | Sets node name for a node with given id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| setNodeStackTracesEnabled | Sets if stack traces should be captured for Nodes. See `Node.getNodeStackTraces`. Default is disabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| setNodeValue | Sets node value for a node with given id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| setOuterHTML | Sets node HTML markup, returns new node id. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| undo | Undoes the last performed action. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| attributeModified | Fired when `Element`'s attribute is modified. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| attributeRemoved | Fired when `Element`'s attribute is removed. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| characterDataModified | Mirrors `DOMCharacterDataModified` event. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| childNodeCountUpdated | Fired when `Container`'s child node count has changed. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| childNodeInserted | Mirrors `DOMNodeInserted` event. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| childNodeRemoved | Mirrors `DOMNodeRemoved` event. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| distributedNodesUpdated | Called when distribution is changed. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| documentUpdated | Fired when `Document` has been totally updated. Node ids are no longer valid. | - | ||||||||||||||||
| inlineStyleInvalidated | Fired when `Element`'s inline style is modified via a CSS property modification. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| pseudoElementAdded | Called when a pseudo element is added to an element. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| pseudoElementRemoved | Called when a pseudo element is removed from an element. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| scrollableFlagUpdated | Fired when a node's scrollability state changes. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| setChildNodes | Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| shadowRootPopped | Called when shadow root is popped from the element. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| shadowRootPushed | Called when shadow root is pushed into the element. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| topLayerElementsUpdated | Called when top layer elements are changed. | [EXPERIMENTAL] |
||||||||||||||||
DOM, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CSPViolationType | "trustedtype-policy-violation", "trustedtype-sink-violation"String [Hover] Enum | CSP Violation type. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||
| DOMBreakpointType | "attribute-modified", "node-removed", "subtree-modified"String [Hover] Enum | DOM breakpoint type. | - | |||||||||||||||||||||||||||||||||||||||||||
| EventListener | OBJECT | Object event listener. | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| getEventListeners | Returns event listeners of the given object. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| removeDOMBreakpoint | Removes DOM breakpoint that was set using `setDOMBreakpoint`. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeEventListenerBreakpoint | Removes breakpoint on particular DOM event. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeInstrumentationBreakpoint REDIRECT: EventBreakpoints |
Removes breakpoint on particular native event. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| removeXHRBreakpoint | Removes breakpoint from XMLHttpRequest. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setBreakOnCSPViolation | Sets breakpoint on particular CSP violations. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setDOMBreakpoint | Sets breakpoint on particular operation with DOM. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setEventListenerBreakpoint | Sets breakpoint on particular DOM event. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setInstrumentationBreakpoint REDIRECT: EventBreakpoints |
Sets breakpoint on particular native event. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setXHRBreakpoint | Sets breakpoint on XMLHttpRequest. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
[Experimental]CSS, DOM, DOMDebugger, Page| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ArrayOfStrings | ARRAY | Index of the string in the strings table. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ComputedStyle | OBJECT | A subset of the full ComputedStyle as defined by the request whitelist. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DOMNode | OBJECT | A Node in the DOM tree. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DocumentSnapshot | OBJECT | Document snapshot. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InlineTextBox | OBJECT | Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LayoutTreeNode | OBJECT | Details of an element in the DOM tree with a LayoutObject. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LayoutTreeSnapshot | OBJECT | Table of details of an element in the DOM tree with a LayoutObject. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NameValue | OBJECT | A name/value pair. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NodeTreeSnapshot | OBJECT | Table containing nodes. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RareBooleanData | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RareIntegerData | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RareStringData | OBJECT | Data that is only present on rare nodes. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Rectangle | "type": "array" "items": { NUMBER } |
- | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StringIndex | INTEGER | Index of the string in the strings table. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TextBoxSnapshot | OBJECT | Table of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| captureSnapshot | Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
| disable | Disables DOM snapshot agent for the given page. | - | ||||||||||||||||||||||||||||||||||||
| enable | Enables DOM snapshot agent for the given page. | - | ||||||||||||||||||||||||||||||||||||
| getSnapshot | Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. Shadow DOM in the returned DOM tree is flattened. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Item | "type": "array" "items": { STRING } |
DOM Storage item. | - | |||||||||||||||
| SerializedStorageKey | STRING | - | - | |||||||||||||||
| StorageId | OBJECT | DOM Storage identifier. | - | |||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clear | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| disable | Disables storage tracking, prevents storage events from being sent to the client. | - | ||||||||||||||||
| enable | Enables storage tracking, storage events will now be delivered to the client. | - | ||||||||||||||||
| getDOMStorageItems | - | - | ||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||
| removeDOMStorageItem | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| setDOMStorageItem | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| domStorageItemAdded | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| domStorageItemRemoved | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| domStorageItemUpdated | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| domStorageItemsCleared | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DeviceId | STRING | A device id. | - | |||||||||||
| PromptDevice | OBJECT | Device information displayed in a user prompt to select a device. | - | |||||||||||
|
PROPERTIES:
| ||||||||||||||
| RequestId | STRING | Device request id. | - | |||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cancelPrompt | Cancel a prompt in response to a DeviceAccess.deviceRequestPrompted event. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| disable | Disable events in this domain. | - | ||||||||||||
| enable | Enable events in this domain. | - | ||||||||||||
| selectPrompt | Select a device in response to a DeviceAccess.deviceRequestPrompted event. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| deviceRequestPrompted | A device request opened a user prompt to select a device. Respond with the selectPrompt or cancelPrompt command. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
[Experimental]| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clearDeviceOrientationOverride | Clears the overridden Device Orientation. | - | ||||||||||||||||
| setDeviceOrientationOverride | Overrides the Device Orientation. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
DOM, Page, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DevicePosture | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| DisabledImageType | "avif", "webp"String [Hover] Enum | Enum of image types that can be disabled. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| DisplayFeature | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| MediaFeature | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| PressureMetadata | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| PressureSource | "cpu"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| PressureState | "critical", "fair", "nominal", "serious"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| SafeAreaInsets | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| ScreenOrientation | OBJECT | Screen orientation. | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorMetadata | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorReading | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorReadingQuaternion | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorReadingSingle | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorReadingXYZ | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| SensorType | "absolute-orientation", "accelerometer", "ambient-light", "gravity", "gyroscope", "linear-acceleration", "magnetometer", "relative-orientation"String [Hover] Enum | Used to specify sensor types to emulate. See https://w3c.github.io/sensors/#automation for more information. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| UserAgentBrandVersion | OBJECT | Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| UserAgentMetadata | OBJECT | Used to specify User Agent Client 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. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| VirtualTimePolicy | "advance", "pause", "pauseIfNetworkFetchesPending"String [Hover] Enum | 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. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| canEmulate | Tells whether emulation is supported. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearDeviceMetricsOverride | Clears the overridden device metrics. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearDevicePostureOverride | Clears a device posture override set with either setDeviceMetricsOverride() or setDevicePostureOverride() and starts using posture information from the platform again. Does nothing if no override is set. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearDisplayFeaturesOverride | Clears the display features override set with either setDeviceMetricsOverride() or setDisplayFeaturesOverride() and starts using display features from the platform again. Does nothing if no override is set. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearGeolocationOverride | Clears the overridden Geolocation Position and Error. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearIdleOverride | Clears Idle state overrides. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getOverriddenSensorInformation | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| resetPageScaleFactor | Requests that page scale factor is reset to initial values. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAutoDarkModeOverride | Automatically render all web contents using a dark theme. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAutomationOverride | Allows overriding the automation flag. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setCPUThrottlingRate | Enables CPU throttling to emulate slow CPUs. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDataSaverOverride | Override the value of navigator.connection.saveData | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDefaultBackgroundColorOverride | 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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDeviceMetricsOverride | 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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDevicePostureOverride | Start reporting the given posture value to the Device Posture API. This override can also be set in setDeviceMetricsOverride(). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDisabledImageTypes | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDisplayFeaturesOverride | Start using the given display features to pupulate the Viewport Segments API. This override can also be set in setDeviceMetricsOverride(). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDocumentCookieDisabled | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setEmitTouchEventsForMouse | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setEmulatedMedia | Emulates the given media type or media feature for CSS media queries. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setEmulatedOSTextScale | Emulates the given OS text scale. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setEmulatedVisionDeficiency | Emulates the given vision deficiency. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setFocusEmulationEnabled | Enables or disables simulating a focused and active page. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setGeolocationOverride | Overrides the Geolocation Position or Error. Omitting latitude, longitude or accuracy emulates position unavailable. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setHardwareConcurrencyOverride | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setIdleOverride | Overrides the Idle state. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setLocaleOverride | Overrides default host system locale with the specified one. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setNavigatorOverrides | Overrides value returned by the javascript navigator object. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPageScaleFactor | Sets a specified page scale factor. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPressureDataOverride | Provides a given pressure data set that will be processed and eventually be delivered to PressureObserver users. |source| must have been previously overridden by setPressureSourceOverrideEnabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPressureSourceOverrideEnabled | Overrides a pressure source of a given type, as used by the Compute Pressure API, so that updates to PressureObserver.observe() are provided via setPressureStateOverride instead of being retrieved from platform-provided telemetry data. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPressureStateOverride | TODO: OBSOLETE: To remove when setPressureDataOverride is merged. Provides a given pressure state that will be processed and eventually be delivered to PressureObserver users. |source| must have been previously overridden by setPressureSourceOverrideEnabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSafeAreaInsetsOverride | Overrides the values for env(safe-area-inset-*) and env(safe-area-max-inset-*). Unset values will cause the respective variables to be undefined, even if previously overridden. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setScriptExecutionDisabled | Switches script execution in the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setScrollbarsHidden | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSensorOverrideEnabled | Overrides a platform sensor of a given type. If |enabled| is true, calls to Sensor.start() will use a virtual sensor as backend rather than fetching data from a real hardware sensor. Otherwise, existing virtual sensor-backend Sensor objects will fire an error event and new calls to Sensor.start() will attempt to use a real sensor instead. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSensorOverrideReadings | Updates the sensor readings reported by a sensor type previously overridden by setSensorOverrideEnabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSmallViewportHeightDifferenceOverride | Allows overriding the difference between the small and large viewport sizes, which determine the value of the `svh` and `lvh` unit, respectively. Only supported for top-level frames. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setTimezoneOverride | Overrides default host system timezone with the specified one. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setTouchEmulationEnabled | Enables touch on platforms which do not support them. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setUserAgentOverride | Allows overriding user agent with the given string. `userAgentMetadata` must be set for Client Hint headers to be sent. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setVirtualTimePolicy | 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setVisibleSize | Resizes the frame/viewport of the page. Note that this does not affect the frame's container (e.g. browser window). Can be used to produce screenshots of the specified size. Not supported on Android. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags |
|---|---|---|
| virtualTimeBudgetExpired | Notification sent after the virtual time budget for the current VirtualTimePolicy has run out. | [EXPERIMENTAL] |
[Experimental]| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| disable | Removes all breakpoints | - | ||||||||
| removeInstrumentationBreakpoint | Removes breakpoint on particular native event. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| setInstrumentationBreakpoint | Sets breakpoint on particular native event. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Type ID | Type | Description | Flags |
|---|---|---|---|
| StorageArea | "local", "managed", "session", "sync"String [Hover] Enum | Storage areas. | - |
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clearStorageItems | Clears extension storage in the given `storageArea`. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| getStorageItems | Gets data from extension storage in the given `storageArea`. If `keys` is specified, these are used to filter the result. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| loadUnpacked | Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set. | - | ||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
| removeStorageItems | Removes `keys` from extension storage in the given `storageArea`. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| setStorageItems | Sets `values` in extension storage in the given `storageArea`. The provided `values` will be merged with existing values in the storage area. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| uninstall | Uninstalls an unpacked extension (others not supported) from the profile. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Account | OBJECT | Corresponds to IdentityRequestAccount | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| AccountUrlType | "PrivacyPolicy", "TermsOfService"String [Hover] Enum | The URLs that each account has | - | |||||||||||||||||||||||||||||||||||||||||||
| DialogButton | "ConfirmIdpLoginContinue", "ErrorGotIt", "ErrorMoreDetails"String [Hover] Enum | The buttons on the FedCM dialog. | - | |||||||||||||||||||||||||||||||||||||||||||
| DialogType | "AccountChooser", "AutoReauthn", "ConfirmIdpLogin", "Error"String [Hover] Enum | The types of FedCM dialogs. | - | |||||||||||||||||||||||||||||||||||||||||||
| LoginState | "SignIn", "SignUp"String [Hover] Enum | Whether this is a sign-up or sign-in action for this account, i.e. whether this account has ever been used to sign in to this RP before. | - | |||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clickDialogButton | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| disable | - | - | ||||||||||||||||
| dismissDialog | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| enable | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| openUrl | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| resetCooldown | Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user. | - | ||||||||||||||||
| selectAccount | - | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dialogClosed | Triggered when a dialog is closed, either by user action, JS abort, or a command below. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| dialogShown | - | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
IO, Network, Page| Type ID | Type | Description | Flags | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AuthChallenge | OBJECT | Authorization challenge for HTTP status code 401 or 407. | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| AuthChallengeResponse | OBJECT | Response to an AuthChallenge. | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| HeaderEntry | OBJECT | Response HTTP header entry | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| RequestId | STRING | Unique request identifier. Note that this does not identify individual HTTP requests that are part of a network request. | - | |||||||||||||||||||
| RequestPattern | OBJECT | - | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| RequestStage | "Request", "Response"String [Hover] Enum | Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received). | - | |||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| continueRequest | Continues the request, optionally modifying some of its parameters. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| continueResponse | Continues loading of the paused response, optionally modifying the response headers. If either responseCode or headers are modified, all of them must be present. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| continueWithAuth | Continues a request supplying authChallengeResponse following authRequired event. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| disable | Disables the fetch domain. | - | ||||||||||||||||||||||||||||
| enable | Enables issuing of requestPaused events. A request will be paused until client calls one of failRequest, fulfillRequest or continueRequest/continueWithAuth. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| failRequest | Causes the request to fail with specified reason. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| fulfillRequest | Provides response to the request. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| getResponseBody | Causes the body of the response to be received from the server and returned as a single string. May only be issued for a request that is paused in the Response stage and is mutually exclusive with takeResponseBodyForInterceptionAsStream. Calling other methods that affect the request or disabling fetch domain before body is received results in an undefined behavior. Note that the response body is not available for redirects. Requests paused in the _redirect received_ state may be differentiated by `responseCode` and presence of `location` response header, see comments to `requestPaused` for details. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| takeResponseBodyAsStream | Returns a handle to the stream representing the response body. The request must be paused in the HeadersReceived stage. Note that after this command the request can't be continued as is -- client either needs to cancel it or to provide the response body. The stream only supports sequential read, IO.read will fail if the position is specified. This method is mutually exclusive with getResponseBody. Calling other methods that affect the request or disabling fetch domain before body is received results in an undefined behavior. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| authRequired | Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth. | - | ||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||
| requestPaused | Issued when the domain is enabled and the request URL matches the specified filter. The request is paused until the client responds with one of continueRequest, failRequest or fulfillRequest. The stage of the request can be determined by presence of responseErrorReason and responseStatusCode -- the request is at the response stage if either of these fields is present and in the request stage otherwise. Redirect responses and subsequent requests are reported similarly to regular responses and requests. Redirect responses may be distinguished by the value of `responseStatusCode` (which is one of 301, 302, 303, 307, 308) along with presence of the `location` header. Requests resulting from a redirect will have `redirectedRequestId` field set. | - | ||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||
[Experimental]Network, Storage| Type ID | Type | Description | Flags | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BucketFileSystemLocator | OBJECT | - | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| Directory | OBJECT | - | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| File | OBJECT | - | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| getDirectory | - | - | ||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||
[Experimental]Page, RunTime| Type ID | Type | Description | Flags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ScreenshotParams | OBJECT | Encoding options for a screenshot. | - | |||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beginFrame | Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a screenshot from the resulting frame. Requires that the target was created with enabled BeginFrameControl. Designed for use with --run-all-compositor-stages-before-draw, see also https://goo.gle/chrome-headless-rendering for more background. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| disable | Disables headless events for the target. | [DEPRECATED] |
||||||||||||||||||||||||||||||||
| enable | Enables headless events for the target. | [DEPRECATED] |
||||||||||||||||||||||||||||||||
| Type ID | Type | Description | Flags |
|---|---|---|---|
| StreamHandle | STRING | This is either obtained from another method or specified as `blob:{@code <uuid>}` where `{@code <uuid>}` is an UUID of a Blob. | - |
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| close | Close the stream, discard any temporary backing storage. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| read | Read a chunk of the stream | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| resolveBlob | Return UUID of Blob object specified by a remote object id. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
[Experimental]RunTime, Storage| Type ID | Type | Description | Flags | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DataEntry | OBJECT | Data entry. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| DatabaseWithObjectStores | OBJECT | Database with an array of object stores. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| Key | OBJECT | Key. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| KeyPath | OBJECT | Key path. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| KeyRange | OBJECT | Key range. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| ObjectStore | OBJECT | Object store. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| ObjectStoreIndex | OBJECT | Object store index. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clearObjectStore | Clears all entries from an object store. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deleteDatabase | Deletes a database. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deleteObjectStoreEntries | Delete a range of entries from an object store | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disable | Disables events from backend. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| enable | Enables events from backend. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| getMetadata | Gets metadata of an object store. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestData | Requests data from object store or index. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestDatabase | Requests database with given name in given frame. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestDatabaseNames | Requests database names for given security origin. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DragData | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| DragDataItem | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| GestureSourceType | "default", "mouse", "touch"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||
| MouseButton | "back", "forward", "left", "middle", "none", "right"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||
| TimeSinceEpoch | NUMBER | UTC time in seconds, counted from January 1, 1970. | - | |||||||||||||||||||||||||||||||||||||||||||||||
| TouchPoint | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cancelDragging | Cancels any active dragging in the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dispatchDragEvent | Dispatches a drag event into the page. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dispatchKeyEvent | Dispatches a key event to the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dispatchMouseEvent | Dispatches a mouse event to the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dispatchTouchEvent | Dispatches a touch event to the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| emulateTouchFromMouseEvent | Emulates touch event from the mouse event parameters. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| imeSetComposition | This method sets the current candidate text for IME. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| insertText | This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setIgnoreInputEvents | Ignores input events (useful while auditing page). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setInterceptDrags | Prevents default drag and drop behavior and instead emits `Input.dragIntercepted` events. Drag and drop behavior can be directly controlled via `Input.dispatchDragEvent`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| synthesizePinchGesture | Synthesizes a pinch gesture over a time period by issuing appropriate touch events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| synthesizeScrollGesture | Synthesizes a scroll gesture over a time period by issuing appropriate touch events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| synthesizeTapGesture | Synthesizes a tap gesture over a time period by issuing appropriate touch events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| dragIntercepted | Emitted only when `Input.setInterceptDrags` is enabled. Use this data with `Input.dispatchDragEvent` to restore normal drag and drop behavior. | [EXPERIMENTAL] |
||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Name | Description | Flags |
|---|---|---|
| disable | Disables inspector domain notifications. | - |
| enable | Enables inspector domain notifications. | - |
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| detached | Fired when remote debugging connection is about to be terminated. Contains detach reason. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| targetCrashed | Fired when debugging target has crashed | - | ||||||||
| targetReloadedAfterCrash | Fired when debugging target has reloaded after crash | - | ||||||||
[Experimental]DOM| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Layer | OBJECT | Information about a compositing layer. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LayerId | STRING | Unique Layer identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PaintProfile | "type": "array" "items": { NUMBER } |
Array of timings, one per paint step. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PictureTile | OBJECT | Serialized fragment of layer picture along with its offset within the layer. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScrollRect | OBJECT | Rectangle where scrolling happens on the main thread. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SnapshotId | STRING | Unique snapshot identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StickyPositionConstraint | OBJECT | Sticky position constraints. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| compositingReasons | Provides the reasons why the given layer was composited. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| disable | Disables compositing tree inspection. | - | ||||||||||||||||||||||||||||
| enable | Enables compositing tree inspection. | - | ||||||||||||||||||||||||||||
| loadSnapshot | Returns the snapshot identifier. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| makeSnapshot | Returns the layer snapshot identifier. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| profileSnapshot | - | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| releaseSnapshot | Releases layer snapshot captured by the back-end. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| replaySnapshot | Replays the layer snapshot and returns the resulting bitmap. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| snapshotCommandLog | Replays the layer snapshot and returns canvas log. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| layerPainted | - | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| layerTreeDidChange | - | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
Network, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LogEntry | OBJECT | Log entry. | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| ViolationSetting | OBJECT | Violation configuration setting. | - | |||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| clear | Clears the log. | - | ||||||||
| disable | Disables log domain, prevents further log entries from being reported to the client. | - | ||||||||
| enable | Enables log domain, sends the entries collected so far to the client by means of the `entryAdded` notification. | - | ||||||||
| startViolationsReport | start violation reporting. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| stopViolationsReport | Stop violation reporting. | - | ||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| entryAdded | Issued when new message was logged. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PlayerError | OBJECT | Corresponds to kMediaError | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| PlayerErrorSourceLocation | OBJECT | Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js. | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| PlayerEvent | OBJECT | Corresponds to kMediaEventTriggered | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| PlayerId | STRING | Players will get an ID that is unique within the agent context. | - | |||||||||||||||||||||||
| PlayerMessage | OBJECT | Have one type per entry in MediaLogRecord::Type Corresponds to kMessage | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| PlayerProperty | OBJECT | Corresponds to kMediaPropertyChange | - | |||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||
| Timestamp | NUMBER | - | - | |||||||||||||||||||||||
| Name | Description | Flags |
|---|---|---|
| disable | Disables the Media domain. | - |
| enable | Enables the Media domain | - |
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| playerErrorsRaised | Send a list of any errors that need to be delivered. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| playerEventsAdded | Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| playerMessagesLogged | Send a list of any messages that need to be delivered. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| playerPropertiesChanged | This can be called multiple times, and can be used to set / override / remove player properties. A null propValue indicates removal. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| playersCreated | Called whenever a player is created, or when a new agent joins and receives a list of active players. If an agent is restored, it will receive the full list of player ids and all events again. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DOMCounter | OBJECT | DOM object counter data. | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| Module | OBJECT | Executable module information | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| PressureLevel | "critical", "moderate"String [Hover] Enum | Memory pressure level. | - | |||||||||||||||||||
| SamplingProfile | OBJECT | Array of heap profile samples. | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| SamplingProfileNode | OBJECT | Heap profile sample. | - | |||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| forciblyPurgeJavaScriptMemory | Simulate OomIntervention by purging V8 memory. | - | ||||||||||||||||
| getAllTimeSamplingProfile | Retrieve native memory allocations profile collected since renderer process startup. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| getBrowserSamplingProfile | Retrieve native memory allocations profile collected since browser process startup. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| getDOMCounters | Retruns current DOM object counters. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| getDOMCountersForLeakDetection | Retruns DOM object counters after preparing renderer for leak detection. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| getSamplingProfile | Retrieve native memory allocations profile collected since last `startSampling` call. | - | ||||||||||||||||
|
RETURNS:
| ||||||||||||||||||
| prepareForLeakDetection | Prepares for leak detection by terminating workers, stopping spellcheckers, dropping non-essential internal caches, running garbage collections, etc. | - | ||||||||||||||||
| setPressureNotificationsSuppressed | Enable/disable suppressing memory pressure notifications in all processes. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| simulatePressureNotification | Simulate a memory pressure notification in all processes. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| startSampling | Start collecting native memory profile. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| stopSampling | Stop collecting native memory profile. | - | ||||||||||||||||
Debugger, RunTime, Security| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AlternateProtocolUsage | "alternativeJobWonRace", "alternativeJobWonWithoutRace", "broken", "dnsAlpnH3JobWonRace", "dnsAlpnH3JobWonWithoutRace", "mainJobWonRace", "mappingMissing", "unspecifiedReason"String [Hover] Enum | The reason why Chrome uses a specific transport protocol for HTTP semantics. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AssociatedCookie | OBJECT | A cookie associated with the request which may or may not be sent with it. Includes the cookies itself and reasons for blocking or exemption. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AuthChallenge | OBJECT | Authorization challenge for HTTP status code 401 or 407. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AuthChallengeResponse | OBJECT | Response to an AuthChallenge. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlockedReason | "coep-frame-resource-needs-coep-header", "content-type", "coop-sandboxed-iframe-cannot-navigate-to-coop-page", "corp-not-same-origin", "corp-not-same-origin-after-defaulted-to-same-origin-by-coep", "corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip", "corp-not-same-origin-after-defaulted-to-same-origin-by-dip", "corp-not-same-site", "csp", "inspector", "integrity", "mixed-content", "origin", "other", "sri-message-signature-mismatch", "subresource-filter"String [Hover] Enum | The reason why request was blocked. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BlockedSetCookieWithReason | OBJECT | A cookie which was not stored from a response with the corresponding reason. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CachedResource | OBJECT | Information about the cached resource. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CertificateTransparencyCompliance | "compliant", "not-compliant", "unknown"String [Hover] Enum | Whether the request complied with Certificate Transparency policy. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ClientSecurityState | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ConnectTiming | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ConnectionType | "bluetooth", "cellular2g", "cellular3g", "cellular4g", "ethernet", "none", "other", "wifi", "wimax"String [Hover] Enum | The underlying connection technology that the browser is supposedly using. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContentEncoding | "br", "deflate", "gzip", "zstd"String [Hover] Enum | List of content encodings supported by the backend. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContentSecurityPolicySource | "HTTP", "Meta"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContentSecurityPolicyStatus | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cookie | OBJECT | Cookie object | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieBlockedReason | "AnonymousContext", "DomainMismatch", "NameValuePairExceedsMaxSize", "NotOnPath", "PortMismatch", "SamePartyFromCrossPartyContext", "SameSiteLax", "SameSiteNoneInsecure", "SameSiteStrict", "SameSiteUnspecifiedTreatedAsLax", "SchemeMismatch", "SchemefulSameSiteLax", "SchemefulSameSiteStrict", "SchemefulSameSiteUnspecifiedTreatedAsLax", "SecureOnly", "ThirdPartyBlockedInFirstPartySet", "ThirdPartyPhaseout", "UnknownError", "UserPreferences"String [Hover] Enum | Types of reasons why a cookie may not be sent with a request. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieExemptionReason | "EnterprisePolicy", "None", "SameSiteNoneCookiesInSandbox", "Scheme", "StorageAccess", "TPCDDeprecationTrial", "TPCDHeuristics", "TPCDMetadata", "TopLevelStorageAccess", "TopLevelTPCDDeprecationTrial", "UserSetting"String [Hover] Enum | Types of reasons why a cookie should have been blocked by 3PCD but is exempted for the request. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieParam | OBJECT | Cookie parameter object | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookiePartitionKey | OBJECT | cookiePartitionKey object The representation of the components of the key that are created by the cookiePartitionKey class contained in net/cookies/cookie_partition_key.h. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookiePriority | "High", "Low", "Medium"String [Hover] Enum | Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00 | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieSameSite | "Lax", "None", "Strict"String [Hover] Enum | Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CookieSourceScheme | "NonSecure", "Secure", "Unset"String [Hover] Enum | 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. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CorsError | "AllowOriginMismatch", "CorsDisabledScheme", "DisallowedByMode", "HeaderDisallowedByPreflightResponse", "InsecurePrivateNetwork", "InvalidAllowCredentials", "InvalidAllowHeadersPreflightResponse", "InvalidAllowMethodsPreflightResponse", "InvalidAllowOriginValue", "InvalidPrivateNetworkAccess", "InvalidResponse", "LocalNetworkAccessPermissionDenied", "MethodDisallowedByPreflightResponse", "MissingAllowOriginHeader", "MultipleAllowOriginValues", "NoCorsRedirectModeNotFollow", "PreflightAllowOriginMismatch", "PreflightDisallowedRedirect", "PreflightInvalidAllowCredentials", "PreflightInvalidAllowExternal", "PreflightInvalidAllowOriginValue", "PreflightInvalidAllowPrivateNetwork", "PreflightInvalidStatus", "PreflightMissingAllowExternal", "PreflightMissingAllowOriginHeader", "PreflightMissingAllowPrivateNetwork", "PreflightMissingPrivateNetworkAccessId", "PreflightMissingPrivateNetworkAccessName", "PreflightMultipleAllowOriginValues", "PreflightWildcardOriginNotAllowed", "PrivateNetworkAccessPermissionDenied", "PrivateNetworkAccessPermissionUnavailable", "RedirectContainsCredentials", "UnexpectedPrivateNetworkAccess", "WildcardOriginNotAllowed"String [Hover] Enum | The reason why request was blocked. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CorsErrorStatus | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CrossOriginEmbedderPolicyStatus | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CrossOriginEmbedderPolicyValue | "Credentialless", "None", "RequireCorp"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CrossOriginOpenerPolicyStatus | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CrossOriginOpenerPolicyValue | "NoopenerAllowPopups", "RestrictProperties", "RestrictPropertiesPlusCoep", "SameOrigin", "SameOriginAllowPopups", "SameOriginPlusCoep", "UnsafeNone"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DirectSocketDnsQueryType | "ipv4", "ipv6"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DirectTCPSocketOptions | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DirectUDPMessage | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DirectUDPSocketOptions | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ErrorReason | "Aborted", "AccessDenied", "AddressUnreachable", "BlockedByClient", "BlockedByResponse", "ConnectionAborted", "ConnectionClosed", "ConnectionFailed", "ConnectionRefused", "ConnectionReset", "Failed", "InternetDisconnected", "NameNotResolved", "TimedOut"String [Hover] Enum | Network level fetch failure reason. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ExemptedSetCookieWithReason | OBJECT | A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Headers | OBJECT as JsonValue |
Request / response headers as keys / values of JSON object. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IPAddressSpace | "Local", "Loopback", "Public", "Unknown"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Initiator | OBJECT | Information about the request initiator. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterceptionId | STRING | Unique intercepted request identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterceptionStage | "HeadersReceived", "Request"String [Hover] Enum | Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LoadNetworkResourceOptions | OBJECT | An options object that may be extended later to better support CORS, CORB and streaming. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LoadNetworkResourcePageResult | OBJECT | An object providing the result of a network resource load. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LoaderId | STRING | Unique loader identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MonotonicTime | NUMBER | Monotonically increasing time in seconds since an arbitrary point in the past. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PostDataEntry | OBJECT | Post data entry for HTTP request | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PrivateNetworkRequestPolicy | "Allow", "BlockFromInsecureToMorePrivate", "PermissionBlock", "PermissionWarn", "PreflightBlock", "PreflightWarn", "WarnFromInsecureToMorePrivate"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ReportId | STRING | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ReportStatus | "MarkedForRemoval", "Pending", "Queued", "Success"String [Hover] Enum | The status of a Reporting API report. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ReportingApiEndpoint | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ReportingApiReport | OBJECT | An object representing a report generated by the Reporting API. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Request | OBJECT | HTTP request data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RequestId | STRING | Unique network request identifier. Note that this does not identify individual HTTP requests that are part of a network request. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RequestPattern | OBJECT | Request pattern for interception. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ResourcePriority | "High", "Low", "Medium", "VeryHigh", "VeryLow"String [Hover] Enum | Loading priority of a resource request. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ResourceTiming | OBJECT | Timing information for the request. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ResourceType | "CSPViolationReport", "Document", "EventSource", "FedCM", "Fetch", "Font", "Image", "Manifest", "Media", "Other", "Ping", "Prefetch", "Preflight", "Script", "SignedExchange", "Stylesheet", "TextTrack", "WebSocket", "XHR"String [Hover] Enum | Resource type as it was perceived by the rendering engine. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Response | OBJECT | HTTP response data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecurityDetails | OBJECT | Security details about a request. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecurityIsolationStatus | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerResponseSource | "cache-storage", "fallback-code", "http-cache", "network"String [Hover] Enum | Source of serviceworker response. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerRouterInfo | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerRouterSource | "cache", "fetch-event", "network", "race-network-and-cache", "race-network-and-fetch-handler"String [Hover] Enum | Source of service worker router. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SetCookieBlockedReason | "DisallowedCharacter", "InvalidDomain", "InvalidPrefix", "NameValuePairExceedsMaxSize", "NoCookieContent", "OverwriteSecure", "SamePartyConflictsWithOtherAttributes", "SamePartyFromCrossPartyContext", "SameSiteLax", "SameSiteNoneInsecure", "SameSiteStrict", "SameSiteUnspecifiedTreatedAsLax", "SchemeNotSupported", "SchemefulSameSiteLax", "SchemefulSameSiteStrict", "SchemefulSameSiteUnspecifiedTreatedAsLax", "SecureOnly", "SyntaxError", "ThirdPartyBlockedInFirstPartySet", "ThirdPartyPhaseout", "UnknownError", "UserPreferences"String [Hover] Enum | Types of reasons why a cookie may not be stored from a response. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedCertificateTimestamp | OBJECT | Details of a signed certificate timestamp (SCT). | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedExchangeError | OBJECT | Information about a signed exchange response. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedExchangeErrorField | "signatureCertSha256", "signatureCertUrl", "signatureIntegrity", "signatureSig", "signatureTimestamps", "signatureValidityUrl"String [Hover] Enum | Field type for a signed exchange related error. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedExchangeHeader | OBJECT | Information about a signed exchange header. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#cbor-representation | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedExchangeInfo | OBJECT | Information about a signed exchange response. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedExchangeSignature | OBJECT | Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1 | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TimeSinceEpoch | NUMBER | UTC time in seconds, counted from January 1, 1970. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TrustTokenOperationType | "Issuance", "Redemption", "Signing"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TrustTokenParams | OBJECT | Determines what type of Trust Token operation is executed and depending on the type, some additional parameters. The values are specified in third_party/blink/renderer/core/fetch/trust_token.idl. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WebSocketFrame | OBJECT | WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WebSocketRequest | OBJECT | WebSocket request data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WebSocketResponse | OBJECT | WebSocket response data. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| canClearBrowserCache | Tells whether clearing browser cache is supported. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| canClearBrowserCookies | Tells whether clearing browser cookies is supported. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| canEmulateNetworkConditions | Tells whether emulation of network conditions is supported. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearAcceptedEncodingsOverride | Clears accepted encodings set by setAcceptedEncodings | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearBrowserCache | Clears browser cache. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearBrowserCookies | Clears browser cookies. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| continueInterceptedRequest | Response to Network.requestIntercepted which either modifies the request to continue with any modifications, or blocks it, or completes it with the provided response bytes. If a network fetch occurs as a result which encounters a redirect an additional Network.requestIntercepted event will be sent with the same InterceptionId. Deprecated, use Fetch.continueRequest, Fetch.fulfillRequest and Fetch.failRequest instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deleteCookies | Deletes browser cookies with matching name and url or domain/path/partitionKey pair. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disable | Disables network tracking, prevents network events from being sent to the client. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| emulateNetworkConditions | Activates emulation of network conditions. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| enable | Enables network tracking, network events will now be delivered to the client. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| enableReportingApi | 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getAllCookies | Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field. Deprecated. Use Storage.getCookies instead. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getCertificate | Returns the DER-encoded certificate. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getCookies | Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the `cookies` field. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getRequestPostData | Returns post data sent with the request. Returns an error when no data was sent with the request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getResponseBody | Returns content served for the given request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getResponseBodyForInterception | Returns content served for the given currently intercepted request. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getSecurityIsolationStatus | Returns information about the COEP/COOP isolation status. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| loadNetworkResource | Fetches the resource and returns the content. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| replayXHR | 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| searchInResponseBody | Searches for given string in response content. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAcceptedEncodings | Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAttachDebugStack | Specifies whether to attach a page script stack id in requests | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setBlockedURLs | Blocks URLs from loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setBypassServiceWorker | Toggles ignoring of service worker for each request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setCacheDisabled | Toggles ignoring cache for each request. If `true`, cache will not be used. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setCookie | Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setCookieControls | Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setCookies | Sets given cookies. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setExtraHTTPHeaders | Specifies whether to always send extra HTTP headers with the requests from this page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setRequestInterception | Sets the requests to intercept that match the provided patterns and optionally resource types. Deprecated, please use Fetch.enable instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setUserAgentOverride REDIRECT: Emulation |
Allows overriding user agent with the given string. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| streamResourceContent | Enables streaming of the response for the given requestId. If enabled, the dataReceived event contains the data that was received during streaming. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| takeResponseBodyForInterceptionAsStream | 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dataReceived | Fired when data chunk was received over the network. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketAborted | Fired when direct_socket.TCPSocket is aborted. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketChunkReceived | Fired when data is received from tcp direct socket stream. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketChunkSent | Fired when data is sent to tcp direct socket stream. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketClosed | Fired when direct_socket.TCPSocket is closed. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketCreated | Fired upon direct_socket.TCPSocket creation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directTCPSocketOpened | Fired when direct_socket.TCPSocket connection is opened. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketAborted | Fired when direct_socket.UDPSocket is aborted. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketChunkReceived | Fired when message is received from udp direct socket stream. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketChunkSent | Fired when message is sent to udp direct socket stream. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketClosed | Fired when direct_socket.UDPSocket is closed. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketCreated | Fired upon direct_socket.UDPSocket creation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| directUDPSocketOpened | Fired when direct_socket.UDPSocket connection is opened. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| eventSourceMessageReceived | Fired when EventSource message is received. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| loadingFailed | Fired when HTTP request has failed to load. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| loadingFinished | Fired when HTTP request has finished loading. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| policyUpdated | Fired once security policy has been updated. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
| reportingApiEndpointsChangedForOrigin | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reportingApiReportAdded | Is sent whenever a new report is added. And after 'enableReportingApi' for all existing reports. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reportingApiReportUpdated | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestIntercepted | Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. Deprecated, use Fetch.requestPaused instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestServedFromCache | Fired if request ended up loading from cache. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestWillBeSent | Fired when page is about to send HTTP request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requestWillBeSentExtraInfo | Fired when additional information about a requestWillBeSent event is available from the network stack. Not every requestWillBeSent event will have an additional requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent or requestWillBeSentExtraInfo will be fired first for the same request. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| resourceChangedPriority | Fired when resource loading priority is changed | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| responseReceived | Fired when HTTP response is available. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| responseReceivedEarlyHints | Fired when 103 Early Hints headers is received in addition to the common response. Not every responseReceived event will have an responseReceivedEarlyHints fired. Only one responseReceivedEarlyHints may be fired for eached responseReceived event. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| responseReceivedExtraInfo | Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| signedExchangeReceived | Fired when a signed exchange was received over the network | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| subresourceWebBundleInnerResponseError | Fired when request for resources within a .wbn file failed. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| subresourceWebBundleInnerResponseParsed | Fired when handling requests for resources within a .wbn file. Note: this will only be fired for resources that are requested by the webpage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| subresourceWebBundleMetadataError | Fired once when parsing the .wbn file has failed. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| subresourceWebBundleMetadataReceived | Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| trustTokenOperationDone | Fired exactly once for each Trust Token operation. Depending on the type of the operation and whether the operation succeeded or failed, the event is fired before the corresponding request was sent or after the response was received. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketClosed | Fired when WebSocket is closed. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketCreated | Fired upon WebSocket creation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketFrameError | Fired when WebSocket message error occurs. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketFrameReceived | Fired when WebSocket message is received. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketFrameSent | Fired when WebSocket message is sent. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketHandshakeResponseReceived | Fired when WebSocket handshake response becomes available. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webSocketWillSendHandshakeRequest | Fired when WebSocket is about to initiate handshake. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webTransportClosed | Fired when WebTransport is disposed. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webTransportConnectionEstablished | Fired when WebTransport handshake is finished. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| webTransportCreated | Fired upon WebTransport creation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
[Experimental]DOM, Page, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BoxStyle | OBJECT | Style information for drawing a box. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ColorFormat | "hex", "hsl", "hwb", "rgb"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContainerQueryContainerHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContainerQueryHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ContrastAlgorithm | "aa", "aaa", "apca"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FlexContainerHighlightConfig | OBJECT | Configuration data for the highlighting of Flex container elements. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FlexItemHighlightConfig | OBJECT | Configuration data for the highlighting of Flex item elements. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FlexNodeHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GridHighlightConfig | OBJECT | Configuration data for the highlighting of Grid elements. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GridNodeHighlightConfig | OBJECT | Configurations for Persistent Grid Highlight | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HighlightConfig | OBJECT | Configuration data for the highlighting of page elements. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HingeConfig | OBJECT | Configuration for dual screen hinge | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InspectMode | "captureAreaScreenshot", "none", "searchForNode", "searchForUAShadowDOM"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IsolatedElementHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IsolationModeHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LineStyle | OBJECT | Style information for drawing a line. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScrollSnapContainerHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScrollSnapHighlightConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SourceOrderConfig | OBJECT | Configuration data for drawing the source order of an elements children. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WindowControlsOverlayConfig | OBJECT | Configuration for Window Controls Overlay | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables domain notifications. | - | ||||||||||||||||||||||||||||||||
| enable | Enables domain notifications. | - | ||||||||||||||||||||||||||||||||
| getGridHighlightObjectsForTest | For Persistent Grid testing. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getHighlightObjectForTest | For testing. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| getSourceOrderHighlightObjectForTest | For Source Order Viewer testing. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
| hideHighlight | Hides any highlight. | - | ||||||||||||||||||||||||||||||||
| highlightFrame | Highlights owner element of the frame with given id. Deprecated: Doesn't work reliably and cannot be fixed due to process separation (the owner node might be in a different process). Determine the owner node in the client and use highlightNode. | [DEPRECATED] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| highlightNode | Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| highlightQuad | Highlights given quad. Coordinates are absolute with respect to the main frame viewport. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| highlightRect | Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| highlightSourceOrder | Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setInspectMode | Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspectNodeRequested' event upon element selection. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setPausedInDebuggerMessage | - | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowAdHighlights | Highlights owner element of all frames detected to be ads. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowContainerQueryOverlays | - | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowDebugBorders | Requests that backend shows debug borders on layers | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowFPSCounter | Requests that backend shows the FPS counter | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowFlexOverlays | - | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowGridOverlays | Highlight multiple elements with the CSS Grid overlay. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowHinge | Add a dual screen device hinge | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowHitTestBorders | Deprecated, no longer has any effect. | [DEPRECATED] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowIsolatedElements | Show elements in isolation mode with overlays. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowLayoutShiftRegions | Requests that backend shows layout shift regions | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowPaintRects | Requests that backend shows paint rectangles | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowScrollBottleneckRects | Requests that backend shows scroll bottleneck rects | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowScrollSnapOverlays | - | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowViewportSizeOnResize | Paints viewport size upon main frame resize. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowWebVitals | Deprecated, no longer has any effect. | [DEPRECATED] |
||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| setShowWindowControlsOverlay | Show Window Controls Overlay for PWA | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| inspectModeCanceled | Fired when user cancels the inspect mode. | - | ||||||||
| inspectNodeRequested | Fired when the node should be inspected. This happens after call to `setInspectMode` or when user manually inspects an element. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| nodeHighlightRequested | Fired when the node should be highlighted. This happens after call to `setInspectMode`. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| screenshotRequested | Fired when user asks to capture screenshot of some area on the page. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DisplayMode | "browser", "standalone"String [Hover] Enum | If user prefers opening the app in browser or an app window. | - | |||||||||||||||
| FileHandler | OBJECT | - | - | |||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||
| FileHandlerAccept | OBJECT | The following types are the replica of https://crsrc.org/c/chrome/browser/web_applications/proto/web_app_os_integration_state.proto;drc=9910d3be894c8f142c977ba1023f30a656bc13fc;l=67 | - | |||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| changeAppUserSettings | Changes user settings of the web app identified by its manifestId. If the app was not installed, this command returns an error. Unset parameters will be ignored; unrecognized values will cause an error. Unlike the ones defined in the manifest files of the web apps, these settings are provided by the browser and controlled by the users, they impact the way the browser handling the web apps. See the comment of each parameter. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| getOsAppState | Returns the following OS state for the given manifest id. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| install | Installs the given manifest identity, optionally using the given installUrlOrBundleUrl IWA-specific install description: manifestId corresponds to isolated-app:// + web_package::SignedWebBundleId File installation mode: The installUrlOrBundleUrl can be either file:// or http(s):// pointing to a signed web bundle (.swbn). In this case SignedWebBundleId must correspond to The .swbn file's signing key. Dev proxy installation mode: installUrlOrBundleUrl must be http(s):// that serves dev mode IWA. web_package::SignedWebBundleId must be of type dev proxy. The advantage of dev proxy mode is that all changes to IWA automatically will be reflected in the running app without reinstallation. To generate bundle id for proxy mode: 1. Generate 32 random bytes. 2. Add a specific suffix 0x00 at the end. 3. Encode the entire sequence using Base32 without padding. If Chrome is not in IWA dev mode, the installation will fail, regardless of the state of the allowlist. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| launch | Launches the installed web app, or an url in the same web app instead of the default start url if it is provided. Returns a page Target.TargetID which can be used to attach to via Target.attachToTarget or similar APIs. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| launchFilesInApp | Opens one or more local files from an installed web app identified by its manifestId. The web app needs to have file handlers registered to process the files. The API returns one or more page Target.TargetIDs which can be used to attach to via Target.attachToTarget or similar APIs. If some files in the parameters cannot be handled by the web app, they will be ignored. If none of the files can be handled, this API returns an error. If no files are provided as the parameter, this API also returns an error. According to the definition of the file handlers in the manifest file, one Target.TargetID may represent a page handling one or more files. The order of the returned Target.TargetIDs is not guaranteed. TODO(crbug.com/339454034): Check the existences of the input files. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| openCurrentPageInApp | Opens the current page in its web app identified by the manifest id, needs to be called on a page target. This function returns immediately without waiting for the app to finish loading. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| uninstall | Uninstalls the given manifest_id and closes any opened app windows. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
DOM, Debugger, IO, Network, RunTime| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AdFrameExplanation | "CreatedByAdScript", "MatchedBlockingRule", "ParentIsAd"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AdFrameStatus | OBJECT | Indicates whether a frame has been identified as an ad and why. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AdFrameType | "child", "none", "root"String [Hover] Enum | Indicates whether a frame has been identified as an ad. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AdScriptAncestry | OBJECT | Encapsulates the script ancestry and the root script filterlist rule that caused the frame to be labelled as an ad. Only created when `ancestryChain` is not empty. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AdScriptId | OBJECT | Identifies the script which caused a script or frame to be labelled as an ad. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AppManifestError | OBJECT | Error while paring app manifest. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AppManifestParsedProperties | OBJECT | Parsed app manifest properties. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackForwardCacheBlockingDetails | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackForwardCacheNotRestoredExplanation | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackForwardCacheNotRestoredExplanationTree | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackForwardCacheNotRestoredReason | "ActivationNavigationsDisallowedForBug1234857", "AppBanner", "BackForwardCacheDisabled", "BackForwardCacheDisabledByCommandLine", "BackForwardCacheDisabledByLowMemory", "BackForwardCacheDisabledForDelegate", "BackForwardCacheDisabledForPrerender", "BroadcastChannel", "BroadcastChannelOnMessage", "BrowsingInstanceNotSwapped", "CacheControlNoStore", "CacheControlNoStoreCookieModified", "CacheControlNoStoreDeviceBoundSessionTerminated", "CacheControlNoStoreHTTPOnlyCookieModified", "CacheFlushed", "CacheLimit", "CacheLimitPrunedOnCriticalMemoryPressure", "CacheLimitPrunedOnModerateMemoryPressure", "ConflictingBrowsingInstance", "ContainsPlugins", "ContentDiscarded", "ContentFileChooser", "ContentFileSystemAccess", "ContentMediaDevicesDispatcherHost", "ContentMediaSessionService", "ContentScreenReader", "ContentSecurityHandler", "ContentSerial", "ContentWebAuthenticationAPI", "ContentWebBluetooth", "ContentWebUSB", "CookieDisabled", "CookieFlushed", "DisableForRenderFrameHostCalled", "DocumentLoaded", "DomainNotAllowed", "Dummy", "EmbedderAppBannerManager", "EmbedderChromePasswordManagerClientBindCredentialManager", "EmbedderDomDistillerSelfDeletingRequestDelegate", "EmbedderDomDistillerViewerSource", "EmbedderExtensionMessaging", "EmbedderExtensionMessagingForOpenPort", "EmbedderExtensionSentMessageToCachedFrame", "EmbedderExtensions", "EmbedderModalDialog", "EmbedderOfflinePage", "EmbedderOomInterventionTabHelper", "EmbedderPermissionRequestManager", "EmbedderPopupBlockerTabHelper", "EmbedderSafeBrowsingThreatDetails", "EmbedderSafeBrowsingTriggeredPopupBlocker", "EnteredBackForwardCacheBeforeServiceWorkerHostAdded", "ErrorDocument", "FencedFramesEmbedder", "ForegroundCacheLimit", "HTTPAuthRequired", "HTTPMethodNotGET", "HTTPStatusNotOK", "HaveInnerContents", "IdleManager", "IgnoreEventAndEvict", "IndexedDBEvent", "InjectedJavascript", "InjectedStyleSheet", "JavaScriptExecution", "JsNetworkRequestReceivedCacheControlNoStoreResource", "KeepaliveRequest", "KeyboardLock", "LiveMediaStreamTrack", "Loading", "MainResourceHasCacheControlNoCache", "MainResourceHasCacheControlNoStore", "NavigationCancelledWhileRestoring", "NetworkExceedsBufferLimit", "NetworkRequestDatapipeDrainedAsBytesConsumer", "NetworkRequestRedirected", "NetworkRequestTimeout", "NoResponseHead", "NotMostRecentNavigationEntry", "NotPrimaryMainFrame", "OutstandingNetworkRequestDirectSocket", "OutstandingNetworkRequestFetch", "OutstandingNetworkRequestOthers", "OutstandingNetworkRequestXHR", "ParserAborted", "PaymentManager", "PictureInPicture", "PostMessageByWebViewClient", "Printing", "RelatedActiveContentsExist", "RenderFrameHostReused_CrossSite", "RenderFrameHostReused_SameSite", "RendererProcessCrashed", "RendererProcessKilled", "RequestedAudioCapturePermission", "RequestedBackForwardCacheBlockedSensors", "RequestedBackgroundWorkPermission", "RequestedByWebViewClient", "RequestedMIDIPermission", "RequestedStorageAccessGrant", "RequestedVideoCapturePermission", "SchedulerTrackedFeatureUsed", "SchemeNotHTTPOrHTTPS", "ServiceWorkerClaim", "ServiceWorkerPostMessage", "ServiceWorkerUnregistration", "ServiceWorkerVersionActivation", "SessionRestored", "SharedWorker", "SharedWorkerMessage", "SmartCard", "SpeechRecognizer", "SpeechSynthesis", "SubframeIsNavigating", "SubresourceHasCacheControlNoCache", "SubresourceHasCacheControlNoStore", "Timeout", "TimeoutPuttingInCache", "Unknown", "UnloadHandler", "UnloadHandlerExistsInMainFrame", "UnloadHandlerExistsInSubFrame", "UserAgentOverrideDiffers", "WasGrantedMediaAccess", "WebDatabase", "WebHID", "WebLocks", "WebNfc", "WebOTPService", "WebRTC", "WebRTCSticky", "WebShare", "WebSocket", "WebSocketSticky", "WebTransport", "WebTransportSticky", "WebViewDocumentStartJavascriptChanged", "WebViewJavaScriptObjectChanged", "WebViewMessageListenerInjected", "WebViewSafeBrowsingAllowlistChanged", "WebViewSettingsChanged", "WebXR"String [Hover] Enum | List of not restored reasons for back-forward cache. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BackForwardCacheNotRestoredReasonType | "Circumstantial", "PageSupportNeeded", "SupportPending"String [Hover] Enum | Types of not restored reasons for back-forward cache. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ClientNavigationDisposition | "currentTab", "download", "newTab", "newWindow"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ClientNavigationReason | "anchorClick", "formSubmissionGet", "formSubmissionPost", "httpHeaderRefresh", "initialFrameNavigation", "metaTagRefresh", "other", "pageBlockInterstitial", "reload", "scriptInitiated"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CompilationCacheParams | OBJECT | Per-script compilation cache parameters for `Page.produceCompilationCache` | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CrossOriginIsolatedContextType | "Isolated", "NotIsolated", "NotIsolatedFeatureDisabled"String [Hover] Enum | Indicates whether the frame is cross-origin isolated and why it is the case. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DialogType | "alert", "beforeunload", "confirm", "prompt"String [Hover] Enum | Javascript dialog type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FileFilter | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FileHandler | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FontFamilies | OBJECT | Generic font families collection. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FontSizes | OBJECT | Default font sizes. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Frame | OBJECT | Information about the Frame on the page. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FrameId | STRING | Unique frame identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FrameResource | OBJECT | Information about the Resource on the page. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FrameResourceTree | OBJECT | Information about the Frame hierarchy along with their cached resources. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FrameTree | OBJECT | Information about the Frame hierarchy. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GatedAPIFeatures | "PerformanceMeasureMemory", "PerformanceProfile", "SharedArrayBuffers", "SharedArrayBuffersTransferAllowed"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ImageResource | OBJECT | The image definition used in both icon and screenshot. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InstallabilityError | OBJECT | The installability error | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InstallabilityErrorArgument | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LaunchHandler | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LayoutViewport | OBJECT | Layout viewport position and dimensions. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NavigationEntry | OBJECT | Navigation history entry. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| NavigationType | "BackForwardCacheRestore", "Navigation"String [Hover] Enum | The type of a frameNavigated event. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrial | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrialStatus | "Enabled", "OSNotSupported", "TrialNotAllowed", "ValidTokenNotProvided"String [Hover] Enum | Status for an Origin Trial. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrialToken | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrialTokenStatus | "Expired", "FeatureDisabled", "FeatureDisabledForUser", "Insecure", "InvalidSignature", "Malformed", "NotSupported", "Success", "TokenDisabled", "UnknownTrial", "WrongOrigin", "WrongVersion"String [Hover] Enum | Origin Trial(https://www.chromium.org/blink/origin-trials) support. Status for an Origin Trial token. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrialTokenWithStatus | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OriginTrialUsageRestriction | "None", "Subset"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PermissionsPolicyBlockLocator | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PermissionsPolicyBlockReason | "Header", "IframeAttribute", "InFencedFrameTree", "InIsolatedApp"String [Hover] Enum | Reason for a permissions policy feature to be disabled. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PermissionsPolicyFeature | "accelerometer", "all-screens-capture", "ambient-light-sensor", "aria-notify", "attribution-reporting", "autoplay", "bluetooth", "browsing-topics", "camera", "captured-surface-control", "ch-device-memory", "ch-downlink", "ch-dpr", "ch-ect", "ch-prefers-color-scheme", "ch-prefers-reduced-motion", "ch-prefers-reduced-transparency", "ch-rtt", "ch-save-data", "ch-ua", "ch-ua-arch", "ch-ua-bitness", "ch-ua-form-factors", "ch-ua-full-version", "ch-ua-full-version-list", "ch-ua-high-entropy-values", "ch-ua-mobile", "ch-ua-model", "ch-ua-platform", "ch-ua-platform-version", "ch-ua-wow64", "ch-viewport-height", "ch-viewport-width", "ch-width", "clipboard-read", "clipboard-write", "compute-pressure", "controlled-frame", "cross-origin-isolated", "deferred-fetch", "deferred-fetch-minimal", "device-attributes", "digital-credentials-get", "direct-sockets", "direct-sockets-private", "display-capture", "document-domain", "encrypted-media", "execution-while-not-rendered", "execution-while-out-of-viewport", "fenced-unpartitioned-storage-read", "focus-without-user-activation", "frobulate", "fullscreen", "gamepad", "geolocation", "gyroscope", "hid", "identity-credentials-get", "idle-detection", "interest-cohort", "join-ad-interest-group", "keyboard-map", "language-detector", "language-model", "local-fonts", "local-network-access", "magnetometer", "media-playback-while-not-visible", "microphone", "midi", "on-device-speech-recognition", "otp-credentials", "payment", "picture-in-picture", "popins", "private-aggregation", "private-state-token-issuance", "private-state-token-redemption", "publickey-credentials-create", "publickey-credentials-get", "record-ad-auction-events", "rewriter", "run-ad-auction", "screen-wake-lock", "serial", "shared-autofill", "shared-storage", "shared-storage-select-url", "smart-card", "speaker-selection", "storage-access", "sub-apps", "summarizer", "sync-xhr", "translator", "unload", "usb", "usb-unrestricted", "vertical-scroll", "web-app-installation", "web-printing", "web-share", "window-management", "writer", "xr-spatial-tracking"String [Hover] Enum | All Permissions Policy features. This enum should match the one defined in services/network/public/cpp/permissions_policy/permissions_policy_features.json5. LINT.IfChange(PermissionsPolicyFeature) | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PermissionsPolicyFeatureState | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ProtocolHandler | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ReferrerPolicy | "noReferrer", "noReferrerWhenDowngrade", "origin", "originWhenCrossOrigin", "sameOrigin", "strictOrigin", "strictOriginWhenCrossOrigin", "unsafeUrl"String [Hover] Enum | The referring-policy used for the navigation. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RelatedApplication | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScopeExtension | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScreencastFrameMetadata | OBJECT | Screencast frame metadata. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Screenshot | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScriptFontFamilies | OBJECT | Font families collection for a script. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ScriptIdentifier | STRING | Unique script identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecureContextType | "InsecureAncestor", "InsecureScheme", "Secure", "SecureLocalhost"String [Hover] Enum | Indicates whether the frame is a secure context and why it is the case. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecurityOriginDetails | OBJECT | Additional information about the frame document's security origin. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ShareTarget | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Shortcut | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TransitionType | "address_bar", "auto_bookmark", "auto_subframe", "auto_toplevel", "form_submit", "generated", "keyword", "keyword_generated", "link", "manual_subframe", "other", "reload", "typed"String [Hover] Enum | Transition type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Viewport | OBJECT | Viewport for capturing screenshot. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VisualViewport | OBJECT | Visual viewport position, dimensions, and scale. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WebAppManifest | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addCompilationCache | Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| addScriptToEvaluateOnLoad | Deprecated, please use addScriptToEvaluateOnNewDocument instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| addScriptToEvaluateOnNewDocument | Evaluates given script in every frame upon creation (before loading frame's scripts). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| bringToFront | Brings page to front (activates tab). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| captureScreenshot | Capture page screenshot. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| captureSnapshot | Returns a snapshot of the page as a string. For MHTML format, the serialization includes iframes, shadow DOM, external resources, and element-inline styles. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearCompilationCache | Clears seeded compilation cache. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearDeviceMetricsOverride REDIRECT: Emulation |
Clears the overridden device metrics. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearDeviceOrientationOverride REDIRECT: DeviceOrientation |
Clears the overridden Device Orientation. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| clearGeolocationOverride REDIRECT: Emulation |
Clears the overridden Geolocation Position and Error. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| close | Tries to close page, running its beforeunload hooks, if any. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| crash | Crashes renderer on the IO thread, generates minidumps. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createIsolatedWorld | Creates an isolated world for the given frame. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deleteCookie REDIRECT: Network |
Deletes browser cookie with given name, domain and path. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disable | Disables page domain notifications. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| enable | Enables page domain notifications. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| generateTestReport | Generates a report for testing. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getAdScriptAncestry | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getAppId | Returns the unique (PWA) app id. Only returns values if the feature flag 'WebAppEnableManifestId' is enabled | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getAppManifest | Gets the processed manifest for this current document. This API always waits for the manifest to be loaded. If manifestId is provided, and it does not match the manifest of the current document, this API errors out. If there is not a loaded page, this API errors out immediately. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getFrameTree | Returns present frame tree structure. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getInstallabilityErrors | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getLayoutMetrics | Returns metrics relating to the layouting of the page, such as viewport bounds/scale. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getManifestIcons | Deprecated because it's not guaranteed that the returned icon is in fact the one used for PWA installation. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getNavigationHistory | Returns navigation history for the current page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getOriginTrials | Get Origin Trials on given frame. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getPermissionsPolicyState | Get Permissions Policy state on given frame. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getResourceContent | Returns content of the given resource. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getResourceTree | Returns present frame / resource tree structure. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| handleJavaScriptDialog | Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| navigate | Navigates current page to the given URL. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| navigateToHistoryEntry | Navigates current page to the given history entry. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| printToPDF | Print page as PDF. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| produceCompilationCache | Requests backend to produce compilation cache for the specified scripts. `scripts` are appended 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: `Page.compilationCacheProduced`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reload | Reloads given page optionally ignoring the cache. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| removeScriptToEvaluateOnLoad | Deprecated, please use removeScriptToEvaluateOnNewDocument instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| removeScriptToEvaluateOnNewDocument | Removes given script from the list. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| resetNavigationHistory | Resets navigation history for the current page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| screencastFrameAck | Acknowledges that a screencast frame has been received by the frontend. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| searchInResource | Searches for given string in resource content. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAdBlockingEnabled | Enable Chrome's experimental ad filter on all sites. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setBypassCSP | Enable page Content Security Policy by-passing. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDeviceMetricsOverride REDIRECT: Emulation |
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). | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDeviceOrientationOverride REDIRECT: DeviceOrientation |
Overrides the Device Orientation. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDocumentContent | Sets given markup as the document's HTML. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDownloadBehavior | Set the behavior when downloading a file. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setFontFamilies | Set generic font families. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setFontSizes | Set default font sizes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setGeolocationOverride REDIRECT: Emulation |
Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setInterceptFileChooserDialog | Intercept file chooser requests and transfer control to protocol clients. When file chooser interception is enabled, native file chooser dialog is not shown. Instead, a protocol event `Page.fileChooserOpened` is emitted. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setLifecycleEventsEnabled | Controls whether page will emit lifecycle events. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setPrerenderingAllowed | Enable/disable prerendering manually. This command is a short-term solution for https://crbug.com/1440085. See https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA for more details. TODO(https://crbug.com/1440085): Remove this once Puppeteer supports tab targets. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setRPHRegistrationMode | Extensions for Custom Handlers API: https://html.spec.whatwg.org/multipage/system-state.html#rph-automation | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setSPCTransactionMode | Sets the Secure Payment Confirmation transaction mode. https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setTouchEmulationEnabled REDIRECT: Emulation |
Toggles mouse event-based touch event emulation. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setWebLifecycleState | Tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/ | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| startScreencast | Starts sending each frame using the `screencastFrame` event. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| stopLoading | Force the page stop all navigations and pending resource fetches. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| stopScreencast | Stops sending each frame in the `screencastFrame`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| waitForDebugger | Pauses page execution. Can be resumed using generic RunTime.runIfWaitingForDebugger. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| compilationCacheProduced | Issued for every compilation cache generated. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| documentOpened | Fired when opening document to write to. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| domContentEventFired | - | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| downloadProgress | Fired when download makes progress. Last call has |done| == true. Deprecated. Use Browser.downloadProgress instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| downloadWillBegin | Fired when page is about to start a download. Deprecated. Use Browser.downloadWillBegin instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| fileChooserOpened | Emitted only when `page.interceptFileChooser` is enabled. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameAttached | Fired when frame has been attached to its parent. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameClearedScheduledNavigation | Fired when frame no longer has a scheduled navigation. | [DEPRECATED] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameDetached | Fired when frame has been detached from its parent. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameNavigated | Fired once navigation of the frame has completed. Frame is now associated with the new loader. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameRequestedNavigation | Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameResized | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
| frameScheduledNavigation | Fired when frame schedules a potential navigation. | [DEPRECATED] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameStartedLoading | Fired when frame has started loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| 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). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameStoppedLoading | Fired when frame has stopped loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| frameSubtreeWillBeDetached | Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| interstitialHidden | Fired when interstitial page was hidden | - | ||||||||||||||||||||||||||||
| interstitialShown | Fired when interstitial page was shown | - | ||||||||||||||||||||||||||||
| javascriptDialogClosed | Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| javascriptDialogOpening | Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| lifecycleEvent | Fired for lifecycle events (navigation, load, paint, etc) in the current target (including local frames). | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| loadEventFired | - | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| navigatedWithinDocument | Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| screencastFrame | Compressed image data requested by the `startScreencast`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| screencastVisibilityChanged | Fired when the page with currently enabled screencast was shown or hidden `. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| windowOpen | Fired when a new window is going to be opened, via window.open(), link click, form submission, etc. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| Type ID | Type | Description | Flags | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Metric | OBJECT | Run-time execution metric. | - | |||||||||||
|
PROPERTIES:
| ||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disable collecting and reporting metrics. | - | ||||||||
| enable | Enable collecting and reporting metrics. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| getMetrics | Retrieve current values of run-time metrics. | - | ||||||||
|
RETURNS:
| ||||||||||
| setTimeDomain | Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error. | [EXPERIMENTAL] [DEPRECATED] |
||||||||
|
PARAMETERS:
| ||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| metrics | Current values of the metrics. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
[Experimental]DOM, Network| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LargestContentfulPaint | OBJECT | See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl | - | |||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||
| LayoutShift | OBJECT | See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl | - | |||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||
| LayoutShiftAttribution | OBJECT | - | - | |||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||
| TimelineEvent | OBJECT | - | - | |||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| enable | Previously buffered events would be reported before method returns. See also: timelineEventAdded | - | ||||||||
|
PARAMETERS:
| ||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| timelineEventAdded | Sent when a performance timeline event is added. See reportPerformanceTimeline method. | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PrefetchStatus | "PrefetchAllowed", "PrefetchEvictedAfterBrowsingDataRemoved", "PrefetchEvictedAfterCandidateRemoved", "PrefetchEvictedForNewerPrefetch", "PrefetchFailedIneligibleRedirect", "PrefetchFailedInvalidRedirect", "PrefetchFailedMIMENotSupported", "PrefetchFailedNetError", "PrefetchFailedNon2XX", "PrefetchHeldback", "PrefetchIneligibleRetryAfter", "PrefetchIsPrivacyDecoy", "PrefetchIsStale", "PrefetchNotEligibleBatterySaverEnabled", "PrefetchNotEligibleBrowserContextOffTheRecord", "PrefetchNotEligibleDataSaverEnabled", "PrefetchNotEligibleExistingProxy", "PrefetchNotEligibleHostIsNonUnique", "PrefetchNotEligibleNonDefaultStoragePartition", "PrefetchNotEligiblePreloadingDisabled", "PrefetchNotEligibleRedirectFromServiceWorker", "PrefetchNotEligibleRedirectToServiceWorker", "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy", "PrefetchNotEligibleSchemeIsNotHttps", "PrefetchNotEligibleUserHasCookies", "PrefetchNotEligibleUserHasServiceWorker", "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler", "PrefetchNotFinishedInTime", "PrefetchNotStarted", "PrefetchNotUsedCookiesChanged", "PrefetchNotUsedProbeFailed", "PrefetchProxyNotAvailable", "PrefetchResponseUsed", "PrefetchSuccessfulButNotUsed"String [Hover] Enum | TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and filter out the ones that aren't necessary to the developers. | - | |||||||||||||||||||||||||||||||||||
| PreloadPipelineId | STRING | Chrome manages different types of preloads together using a concept of preloading pipeline. For example, if a site uses a SpeculationRules for prerender, Chrome first starts a prefetch and then upgrades it to prerender. CDP events for them are emitted separately but they share `PreloadPipelineId`. | - | |||||||||||||||||||||||||||||||||||
| PreloadingAttemptKey | OBJECT | A key that identifies a preloading attempt. The url used is the url specified by the trigger (i.e. the initial URL), and not the final url that is navigated to. For example, prerendering allows same-origin main frame navigations during the attempt, but the attempt is still keyed with the initial URL. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| PreloadingAttemptSource | OBJECT | Lists sources for a preloading attempt, specifically the ids of rule sets that had a speculation rule that triggered the attempt, and the BackendNodeIds of {@code <a href> or <area href>} elements that triggered the attempt (in the case of attempts triggered by a document rule). It is possible for multiple rule sets and links to trigger a single attempt. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| PreloadingStatus | "Failure", "NotSupported", "Pending", "Ready", "Running", "Success"String [Hover] Enum | Preloading status values, see also PreloadingTriggeringOutcome. This status is shared by prefetchStatusUpdated and prerenderStatusUpdated. | - | |||||||||||||||||||||||||||||||||||
| PrerenderFinalStatus | "Activated", "ActivatedBeforeStarted", "ActivatedDuringMainFrameNavigation", "ActivatedInBackground", "ActivatedWithAuxiliaryBrowsingContexts", "ActivationFramePolicyNotCompatible", "ActivationNavigationDestroyedBeforeSuccess", "ActivationNavigationParameterMismatch", "ActivationUrlHasEffectiveUrl", "AllPrerenderingCanceled", "AudioOutputDeviceRequested", "BatterySaverEnabled", "BlockedByClient", "BrowsingDataRemoved", "CancelAllHostsForTesting", "ClientCertRequested", "CrossSiteNavigationInInitialNavigation", "CrossSiteNavigationInMainFrameNavigation", "CrossSiteRedirectInInitialNavigation", "CrossSiteRedirectInMainFrameNavigation", "DataSaverEnabled", "Destroyed", "DidFailLoad", "Download", "EmbedderHostDisallowed", "InactivePageRestriction", "InvalidSchemeNavigation", "InvalidSchemeRedirect", "JavaScriptInterfaceAdded", "JavaScriptInterfaceRemoved", "LoginAuthRequested", "LowEndDevice", "MaxNumOfRunningEagerPrerendersExceeded", "MaxNumOfRunningEmbedderPrerendersExceeded", "MaxNumOfRunningNonEagerPrerendersExceeded", "MemoryLimitExceeded", "MemoryPressureAfterTriggered", "MemoryPressureOnTrigger", "MixedContent", "MojoBinderPolicy", "NavigationBadHttpStatus", "NavigationNotCommitted", "NavigationRequestBlockedByCsp", "NavigationRequestNetworkError", "OtherPrerenderedPageActivated", "PreloadingDisabled", "PreloadingUnsupportedByWebContents", "PrerenderFailedDuringPrefetch", "PrerenderHostReused", "PrerenderingDisabledByDevTools", "PrerenderingUrlHasEffectiveUrl", "PrimaryMainFrameRendererProcessCrashed", "PrimaryMainFrameRendererProcessKilled", "RedirectedPrerenderingUrlHasEffectiveUrl", "RendererProcessCrashed", "RendererProcessKilled", "SameSiteCrossOriginNavigationNotOptInInInitialNavigation", "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation", "SameSiteCrossOriginRedirectNotOptInInInitialNavigation", "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation", "SlowNetwork", "SpeculationRuleRemoved", "SslCertificateError", "StartFailed", "Stop", "TabClosedByUserGesture", "TabClosedWithoutUserGesture", "TimeoutBackgrounded", "TriggerBackgrounded", "TriggerDestroyed", "TriggerUrlHasEffectiveUrl", "UaChangeRequiresReload", "V8OptimizerDisabled", "WindowClosed"String [Hover] Enum | List of FinalStatus reasons for Prerender2. | - | |||||||||||||||||||||||||||||||||||
| PrerenderMismatchedHeaders | OBJECT | Information of headers to be displayed when the header mismatch occurred. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| RuleSet | OBJECT | Corresponds to SpeculationRuleSet | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| RuleSetErrorType | "InvalidRulesSkipped", "InvalidRulesetLevelTag", "SourceIsNotJsonObject"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||
| RuleSetId | STRING | Unique id | - | |||||||||||||||||||||||||||||||||||
| SpeculationAction | "Prefetch", "Prerender"String [Hover] Enum | The type of preloading attempted. It corresponds to mojom::SpeculationAction (although PrefetchWithSubresources is omitted as it isn't being used by clients). | - | |||||||||||||||||||||||||||||||||||
| SpeculationTargetHint | "Blank", "Self"String [Hover] Enum | Corresponds to mojom::SpeculationTargetHint. See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints | - | |||||||||||||||||||||||||||||||||||
| Name | Description | Flags |
|---|---|---|
| disable | - | - |
| enable | - | - |
| Name | Description | Flags | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| prefetchStatusUpdated | Fired when a prefetch attempt is updated. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| preloadEnabledStateUpdated | Fired when a preload enabled state is updated. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| preloadingAttemptSourcesUpdated | Send a list of sources for all preloading attempts in a document. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| prerenderStatusUpdated | Fired when a prerender attempt is updated. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| ruleSetRemoved | - | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| ruleSetUpdated | Upsert. Currently, it is only emitted when a rule set added. | - | ||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CertificateErrorAction | "cancel", "continue"String [Hover] Enum | The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CertificateId | INTEGER | An internal certificate ID value. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CertificateSecurityState | OBJECT | Details about the security state of the page certificate. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InsecureContentStatus | OBJECT | Information about insecure content on the page. | [DEPRECATED] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MixedContentType | "blockable", "none", "optionally-blockable"String [Hover] Enum | A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SafetyTipInfo | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SafetyTipStatus | "badReputation", "lookalike"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecurityState | "info", "insecure", "insecure-broken", "neutral", "secure", "unknown"String [Hover] Enum | The security level of a page or resource. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SecurityStateExplanation | OBJECT | An explanation of an factor contributing to the security state. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VisibleSecurityState | OBJECT | Security state information about the page. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables tracking security state changes. | - | ||||||||||||
| enable | Enables tracking security state changes. | - | ||||||||||||
| handleCertificateError | Handles a certificate error that fired a certificateError event. | [DEPRECATED] |
||||||||||||
|
PARAMETERS:
| ||||||||||||||
| setIgnoreCertificateErrors | Enable/disable whether all certificate errors should be ignored. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| setOverrideCertificateErrors | Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with `handleCertificateError` commands. | [DEPRECATED] |
||||||||||||
|
PARAMETERS:
| ||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| certificateError | There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the `handleCertificateError` command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time. | [DEPRECATED] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| securityStateChanged | The security state of the page changed. No longer being sent. | [DEPRECATED] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| visibleSecurityStateChanged | The security state of the page changed. | [EXPERIMENTAL] |
||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
[Experimental]Target| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RegistrationID | STRING | - | - | |||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerErrorMessage | OBJECT | ServiceWorker error message. | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerRegistration | OBJECT | ServiceWorker registration. | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerVersion | OBJECT | ServiceWorker version. | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerVersionRunningStatus | "running", "starting", "stopped", "stopping"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||
| ServiceWorkerVersionStatus | "activated", "activating", "installed", "installing", "new", "redundant"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| deliverPushMessage | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| disable | - | - | ||||||||||||||||||||
| dispatchPeriodicSyncEvent | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| dispatchSyncEvent | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| enable | - | - | ||||||||||||||||||||
| setForceUpdateOnPageLoad | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| skipWaiting | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| startWorker | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| stopAllWorkers | - | - | ||||||||||||||||||||
| stopWorker | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| unregister | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| updateRegistration | - | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| workerErrorReported | - | - | ||||||||
|
PARAMETERS:
| ||||||||||
| workerRegistrationUpdated | - | - | ||||||||
|
PARAMETERS:
| ||||||||||
| workerVersionUpdated | - | - | ||||||||
|
PARAMETERS:
| ||||||||||
[Experimental]Browser, Network| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AttributionReportingAggregatableDebugReportingConfig | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableDebugReportingData | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableDedupKey | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableResult | "deduplicated", "excessiveAttributions", "excessiveReportingOrigins", "excessiveReports", "insufficientBudget", "insufficientNamedBudget", "internalError", "noCapacityForAttributionDestination", "noHistograms", "noMatchingSourceFilterData", "noMatchingSources", "notRegistered", "prohibitedByBrowserPolicy", "reportWindowPassed", "success"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableTriggerData | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableValueDictEntry | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregatableValueEntry | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingAggregationKeysEntry | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingEventLevelResult | "deduplicated", "excessiveAttributions", "excessiveReportingOrigins", "excessiveReports", "falselyAttributedSource", "internalError", "neverAttributedSource", "noCapacityForAttributionDestination", "noMatchingConfigurations", "noMatchingSourceFilterData", "noMatchingSources", "noMatchingTriggerData", "notRegistered", "priorityTooLow", "prohibitedByBrowserPolicy", "reportWindowNotStarted", "reportWindowPassed", "success", "successDroppedLowerPriority"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingEventReportWindows | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingEventTriggerData | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingFilterConfig | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingFilterDataEntry | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingFilterPair | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingNamedBudgetCandidate | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingNamedBudgetDef | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingReportResult | "expired", "failedToAssemble", "prohibited", "sent"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingSourceRegistration | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingSourceRegistrationResult | "destinationBothLimitsReached", "destinationGlobalLimitReached", "destinationPerDayReportingLimitReached", "destinationReportingLimitReached", "exceedsMaxChannelCapacity", "exceedsMaxEventStatesLimit", "exceedsMaxScopesChannelCapacity", "exceedsMaxTriggerStateCardinality", "excessiveReportingOrigins", "insufficientSourceCapacity", "insufficientUniqueDestinationCapacity", "internalError", "prohibitedByBrowserPolicy", "reportingOriginsPerSiteLimitReached", "success", "successNoised"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingSourceRegistrationTimeConfig | "exclude", "include"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingSourceType | "event", "navigation"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingTriggerDataMatching | "exact", "modulus"String [Hover] Enum | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionReportingTriggerRegistration | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AttributionScopesData | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterestGroupAccessType | "additionalBid", "additionalBidWin", "bid", "clear", "join", "leave", "loaded", "topLevelAdditionalBid", "topLevelBid", "update", "win"String [Hover] Enum | Enum of interest group access types. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterestGroupAuctionEventType | "configResolved", "started"String [Hover] Enum | Enum of auction events. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterestGroupAuctionFetchType | "bidderJs", "bidderTrustedSignals", "bidderWasm", "sellerJs", "sellerTrustedSignals"String [Hover] Enum | Enum of network fetches auctions can do. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| InterestGroupAuctionId | STRING | Protected audience interest group auction identifier. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| RelatedWebsiteSet | OBJECT | A single Related Website Set object. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SerializedStorageKey | STRING | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageAccessMethod | "addModule", "append", "batchUpdate", "clear", "createWorklet", "delete", "entries", "get", "keys", "length", "remainingBudget", "run", "selectURL", "set", "values"String [Hover] Enum | Enum of shared storage access methods. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageAccessParams | OBJECT | Bundles the parameters for shared storage access events whose presence/absence can vary according to SharedStorageAccessType. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageAccessScope | "header", "protectedAudienceWorklet", "sharedStorageWorklet", "window"String [Hover] Enum | Enum of shared storage access scopes. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageEntry | OBJECT | Struct for a single key-value pair in an origin's shared storage. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageMetadata | OBJECT | Details for an origin's shared storage. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStoragePrivateAggregationConfig | OBJECT | Represents a dictionary object passed in as privateAggregationConfig to run or selectURL. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageReportingMetadata | OBJECT | Pair of reporting metadata details for a candidate URL for `selectURL()`. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SharedStorageUrlWithMetadata | OBJECT | Bundles a candidate URL with its reporting metadata. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SignedInt64AsBase10 | STRING | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StorageBucket | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StorageBucketInfo | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StorageBucketsDurability | "relaxed", "strict"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StorageType | "all", "cache_storage", "cookies", "file_systems", "indexeddb", "interest_groups", "local_storage", "other", "service_workers", "shader_cache", "shared_storage", "storage_buckets", "websql"String [Hover] Enum | Enum of possible storage types. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TrustTokens | OBJECT | Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UnsignedInt128AsBase16 | STRING | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UnsignedInt64AsBase10 | STRING | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UsageForType | OBJECT | Usage for a storage type. | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clearCookies | Clears cookies. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| clearDataForOrigin | Clears storage for origin. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| clearDataForStorageKey | Clears storage for storage key. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| clearSharedStorageEntries | Clears all entries for a given origin's shared storage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| clearTrustTokens | Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| deleteSharedStorageEntry | Deletes entry for `key` (if it exists) for a given origin's shared storage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| deleteStorageBucket | Deletes the Storage Bucket with the given storage key and bucket name. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| getAffectedUrlsForThirdPartyCookieMetadata | Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getCookies | Returns all browser cookies. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getInterestGroupDetails | Gets details for a named interest group. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getRelatedWebsiteSets | Returns the effective Related Website Sets in use by this profile for the browser session. The effective Related Website Sets will not change during a browser session. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||
| getSharedStorageEntries | Gets the entries in an given origin's shared storage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getSharedStorageMetadata | Gets metadata for an origin's shared storage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getStorageKeyForFrame | Returns a storage key given a frame id. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| getTrustTokens | Returns the number of stored Trust Tokens per issuer for the current browsing context. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||
| getUsageAndQuota | Returns usage and quota in bytes. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
| overrideQuotaForOrigin | Override quota for the specified origin | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| resetSharedStorageBudget | Resets the budget for `ownerOrigin` by clearing all budget withdrawals. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| runBounceTrackingMitigations | Deletes state for sites identified as potential bounce trackers, immediately. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||
| sendPendingAttributionReports | Sends all pending Attribution Reports immediately, regardless of their scheduled report time. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||
| setAttributionReportingLocalTestingMode | https://wicg.github.io/attribution-reporting-api/ | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setAttributionReportingTracking | Enables/disables issuing of Attribution Reporting events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setCookies | Sets given cookies. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setInterestGroupAuctionTracking | Enables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setInterestGroupTracking | Enables/Disables issuing of interestGroupAccessed events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setProtectedAudienceKAnonymity | - | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setSharedStorageEntry | Sets entry with `key` and `value` for a given origin's shared storage. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setSharedStorageTracking | Enables/disables issuing of sharedStorageAccessed events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| setStorageBucketTracking | Set tracking for a storage key's buckets. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| trackCacheStorageForOrigin | Registers origin to be notified when an update occurs to its cache storage list. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| trackCacheStorageForStorageKey | Registers storage key to be notified when an update occurs to its cache storage list. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| trackIndexedDBForOrigin | Registers origin to be notified when an update occurs to its IndexedDB. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| trackIndexedDBForStorageKey | Registers storage key to be notified when an update occurs to its IndexedDB. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| untrackCacheStorageForOrigin | Unregisters origin from receiving notifications for cache storage. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| untrackCacheStorageForStorageKey | Unregisters storage key from receiving notifications for cache storage. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| untrackIndexedDBForOrigin | Unregisters origin from receiving notifications for IndexedDB. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| untrackIndexedDBForStorageKey | Unregisters storage key from receiving notifications for IndexedDB. | - | ||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| attributionReportingReportSent | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| attributionReportingSourceRegistered | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| attributionReportingTriggerRegistered | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| attributionReportingVerboseDebugReportSent | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| cacheStorageContentUpdated | A cache's contents have been modified. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| cacheStorageListUpdated | A cache has been added/deleted. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| indexedDBContentUpdated | The origin's IndexedDB object store has been modified. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| indexedDBListUpdated | The origin's IndexedDB database list has been modified. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| interestGroupAccessed | One of the interest groups was accessed. Note that these events are global to all targets sharing an interest group store. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| interestGroupAuctionEventOccurred | An auction involving interest groups is taking place. These events are target-specific. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| interestGroupAuctionNetworkRequestCreated | Specifies which auctions a particular network fetch may be related to, and in what role. Note that it is not ordered with respect to Network.requestWillBeSent (but will happen before loadingFinished loadingFailed). | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| sharedStorageAccessed | Shared storage was accessed by the associated page. The following parameters are included in all events. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| sharedStorageWorkletOperationExecutionFinished | A shared storage run or selectURL operation finished its execution. The following parameters are included in all events. | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| storageBucketCreatedOrUpdated | - | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
| storageBucketDeleted | - | - | ||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GPUDevice | OBJECT | Describes a single graphics processor (GPU). | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| GPUInfo | OBJECT | Provides information about the GPU(s) on the system. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ImageDecodeAcceleratorCapability | OBJECT | Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ImageType | "jpeg", "unknown", "webp"String [Hover] Enum | Image format of a given image. | - | |||||||||||||||||||||||||||||||||||
| ProcessInfo | OBJECT | Represents process info. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| Size | OBJECT | Describes the width and height dimensions of an entity. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| SubsamplingFormat | "yuv420", "yuv422", "yuv444"String [Hover] Enum | YUV subsampling type of the pixels of a given image. | - | |||||||||||||||||||||||||||||||||||
| VideoDecodeAcceleratorCapability | OBJECT | Describes a supported video decoding profile with its associated minimum and maximum resolutions. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| VideoEncodeAcceleratorCapability | OBJECT | Describes a supported video encoding profile with its associated maximum resolution and maximum framerate. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| getFeatureState | Returns information about the feature state. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| getInfo | Returns information about the system. | - | ||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||
| getProcessInfo | Returns information about all running processes. | - | ||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||
| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FilterEntry | OBJECT | A filter used by target query/discovery/auto-attach operations. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| RemoteLocation | OBJECT | - | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| SessionID | STRING | Unique identifier of attached debugging session. | - | |||||||||||||||||||||||||||||||||||||||||||
| TargetFilter | ARRAY | The entries in TargetFilter are matched sequentially against targets and the first entry that matches determines if the target is included or not, depending on the value of `exclude` field in the entry. If filter is not specified, the one assumed is [{type: "browser", exclude: true}, {type: "tab", exclude: true}, {}] (i.e. include everything but `browser` and `tab`). | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||
| TargetID | STRING | - | - | |||||||||||||||||||||||||||||||||||||||||||
| TargetInfo | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||
| WindowState | "fullscreen", "maximized", "minimized", "normal"String [Hover] Enum | The state of the target window. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| activateTarget | Activates (focuses) the target. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attachToBrowserTarget | Attaches to the browser target, only uses flat sessionId mode. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attachToTarget | Attaches to the target with given id. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| autoAttachRelated | Adds the specified target to the list of targets that will be monitored for any related target creation (such as child frames, child workers and new versions of service worker) and reported through `attachedToTarget`. The specified target is also auto-attached. This cancels the effect of any previous `setAutoAttach` and is also cancelled by subsequent `setAutoAttach`. Only available at the Browser target. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| closeTarget | Closes the target. If the target is a page that gets closed too. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createBrowserContext | Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createTarget | Creates a new page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| detachFromTarget | Detaches session with given id. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| disposeBrowserContext | Deletes a BrowserContext. All the belonging pages will be closed without calling their beforeunload hooks. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| exposeDevToolsProtocol | Inject object to the target's main frame that provides a communication channel with browser target. Injected object will be available as `window[bindingName]`. The object has the following API: - `binding.send(json)` - a method to send messages over the remote debugging protocol - `binding.onmessage = json => handleMessage(json)` - a callback that will be called for the protocol notifications and command responses. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getBrowserContexts | Returns all browser contexts created with `Target.createBrowserContext` method. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getTargetInfo | Returns information about a target. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| getTargets | Retrieves a list of available targets. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| openDevTools | Opens a DevTools window for the target. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sendMessageToTarget | Sends protocol message over session with given id. Consider using flat mode instead; see commands attachToTarget, setAutoAttach, and crbug.com/991325. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setAutoAttach | Controls whether to automatically attach to new targets which are considered to be directly related to this one (for example, iframes or workers). When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets. This also clears all targets added by `autoAttachRelated` from the list of targets to watch for creation of related targets. You might want to call this recursively for auto-attached targets to attach to all available targets. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setDiscoverTargets | Controls whether to discover available targets and notify via `targetCreated/targetInfoChanged/targetDestroyed` events. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| setRemoteLocations | Enables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| attachedToTarget | Issued when attached to target because of auto-attach or `attachToTarget` command. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| detachedFromTarget | Issued when detached from target for any reason (including `detachFromTarget` command). Can be issued multiple times per target if multiple sessions have been attached to it. | [EXPERIMENTAL] |
||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| receivedMessageFromTarget | Notifies about a new protocol message received from the session (as reported in `attachedToTarget` event). | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| targetCrashed | Issued when a target has crashed. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| targetCreated | Issued when a possible inspection target is created. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| targetDestroyed | Issued when a target is destroyed. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
| targetInfoChanged | Issued when some information about a target has changed. This only happens between `targetCreated` and `targetDestroyed`. | - | ||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||
[Experimental]| Name | Description | Flags | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| bind | Request browser port binding. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| unbind | Request browser port unbinding. | - | ||||||||
|
PARAMETERS:
| ||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| accepted | Informs that port was successfully bound and got a specified connection id. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
IO| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MemoryDumpConfig | OBJECT as JsonValue |
Configuration for memory dump. Used only when "memory-infra" category is enabled. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||
| MemoryDumpLevelOfDetail | "background", "detailed", "light"String [Hover] Enum | Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||
| StreamCompression | "gzip", "none"String [Hover] Enum | Compression type to use for traces returned via streams. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||
| StreamFormat | "json", "proto"String [Hover] Enum | Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||
| TraceConfig | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||
| TracingBackend | "auto", "chrome", "system"String [Hover] Enum | Backend type to use for tracing. `chrome` uses the Chrome-integrated tracing service and is supported on all platforms. `system` is only supported on Chrome OS and uses the Perfetto system tracing service. `auto` chooses `system` when the perfettoConfig provided to Tracing.start specifies at least one non-Chrome data source; otherwise uses `chrome`. | [EXPERIMENTAL] |
|||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| end | Stop trace events collection. | - | ||||||||||||||||||||||||||||||||||||||||
| getCategories | Gets supported tracing categories. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
|
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
| recordClockSyncMarker | Record a clock sync marker in the trace. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||
| requestMemoryDump | Request a global memory dump. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
| start | Start trace events collection. | - | ||||||||||||||||||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bufferUsage | - | [EXPERIMENTAL] |
||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| dataCollected | Contains a bucket of collected trace events. When tracing is stopped collected events will be sent as a sequence of dataCollected events followed by tracingComplete event. | [EXPERIMENTAL] |
||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| tracingComplete | Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AudioListener | OBJECT | Protocol object for AudioListener | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AudioNode | OBJECT | Protocol object for AudioNode | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AudioParam | OBJECT | Protocol object for AudioParam | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| AutomationRate | "a-rate", "k-rate"String [Hover] Enum | Enum of AudioParam::AutomationRate from the spec | - | |||||||||||||||||||||||||||||||||||
| BaseAudioContext | OBJECT | Protocol object for BaseAudioContext | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ChannelCountMode | "clamped-max", "explicit", "max"String [Hover] Enum | Enum of AudioNode::ChannelCountMode from the spec | - | |||||||||||||||||||||||||||||||||||
| ChannelInterpretation | "discrete", "speakers"String [Hover] Enum | Enum of AudioNode::ChannelInterpretation from the spec | - | |||||||||||||||||||||||||||||||||||
| ContextRealtimeData | OBJECT | Fields in AudioContext that change in real-time. | - | |||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||
| ContextState | "closed", "interrupted", "running", "suspended"String [Hover] Enum | Enum of AudioContextState from the spec | - | |||||||||||||||||||||||||||||||||||
| ContextType | "offline", "realtime"String [Hover] Enum | Enum of BaseAudioContext types | - | |||||||||||||||||||||||||||||||||||
| GraphObjectId | STRING | An unique ID for a graph object (AudioContext, AudioNode, AudioParam) in Web Audio API | - | |||||||||||||||||||||||||||||||||||
| NodeType | STRING | Enum of AudioNode types | - | |||||||||||||||||||||||||||||||||||
| ParamType | STRING | Enum of AudioParam types | - | |||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| disable | Disables the WebAudio domain. | - | ||||||||||||||||
| enable | Enables the WebAudio domain and starts sending context lifetime events. | - | ||||||||||||||||
| getRealtimeData | Fetch the realtime data from the registered contexts. | - | ||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| audioListenerCreated | Notifies that the construction of an AudioListener has finished. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| audioListenerWillBeDestroyed | Notifies that a new AudioListener has been created. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| audioNodeCreated | Notifies that a new AudioNode has been created. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| audioNodeWillBeDestroyed | Notifies that an existing AudioNode has been destroyed. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| audioParamCreated | Notifies that a new AudioParam has been created. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| audioParamWillBeDestroyed | Notifies that an existing AudioParam has been destroyed. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| contextChanged | Notifies that existing BaseAudioContext has changed some properties (id stays the same).. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| contextCreated | Notifies that a new BaseAudioContext has been created. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| contextWillBeDestroyed | Notifies that an existing BaseAudioContext will be destroyed. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| nodeParamConnected | Notifies that an AudioNode is connected to an AudioParam. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| nodeParamDisconnected | Notifies that an AudioNode is disconnected to an AudioParam. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| nodesConnected | Notifies that two AudioNodes are connected. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
| nodesDisconnected | Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected. | - | ||||||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||||||
[Experimental]| Type ID | Type | Description | Flags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| AuthenticatorId | STRING | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AuthenticatorProtocol | "ctap2", "u2f"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AuthenticatorTransport | "ble", "cable", "internal", "nfc", "usb"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Credential | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Ctap2Version | "ctap2_0", "ctap2_1"String [Hover] Enum | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| VirtualAuthenticatorOptions | OBJECT | - | - | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
PROPERTIES:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| addCredential | Adds the credential to the specified authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| addVirtualAuthenticator | Creates and adds a virtual authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| clearCredentials | Clears all the credentials from the specified device. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| disable | Disable the WebAuthn domain. | - | ||||||||||||||||||||
| enable | Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| getCredential | Returns a single credential stored in the given virtual authenticator that matches the credential ID. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| getCredentials | Returns all the credentials stored in the given virtual authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||
| removeCredential | Removes a credential from the authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| removeVirtualAuthenticator | Removes the given authenticator. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| setAutomaticPresenceSimulation | Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| setCredentialProperties | Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| setResponseOverrideBits | Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| setUserVerified | Sets whether User Verification succeeds or fails for an authenticator. The default is true. | - | ||||||||||||||||||||
|
PARAMETERS:
| ||||||||||||||||||||||
| Name | Description | Flags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| credentialAdded | Triggered when a credential is added to an authenticator. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| credentialAsserted | Triggered when a credential is used in a webauthn assertion. | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| credentialDeleted | Triggered when a credential is deleted, e.g. through PublicKeyCredential.signalUnknownCredential(). | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||
| credentialUpdated | Triggered when a credential is updated, e.g. through PublicKeyCredential.signalCurrentUserDetails(). | - | ||||||||||||
|
PARAMETERS:
| ||||||||||||||