[Experimental]
DOM
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AXNodeId | String | Unique accessibility node identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||
AXValueType | "boolean", "tristate", "booleanOrUndefined", "idref", "idrefList", "integer", "node", "nodeList", "number", "string", "computedString", "token", "tokenList", "domRelation", "role", "internalRole", "valueUndefined"String [Hover] Enum | Enum of possible property types. | - | ||||||||||||||||||||||||||||||||||||||||||||
AXValueSourceType | "attribute", "implicit", "style", "contents", "placeholder", "relatedElement"String [Hover] Enum | Enum of possible property sources. | - | ||||||||||||||||||||||||||||||||||||||||||||
AXValueNativeSourceType | "description", "figcaption", "label", "labelfor", "labelwrapped", "legend", "rubyannotation", "tablecaption", "title", "other"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:
| |||||||||||||||||||||||||||||||||||||||||||||||
AXRelatedNode | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
AXProperty | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
AXValue | Object | A single computed AX property. | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
AXPropertyName | "busy", "disabled", "editable", "focusable", "focused", "hidden", "hiddenRoot", "invalid", "keyshortcuts", "settable", "roledescription", "live", "atomic", "relevant", "root", "autocomplete", "hasPopup", "level", "multiselectable", "orientation", "multiline", "readonly", "required", "valuemin", "valuemax", "valuetext", "checked", "expanded", "modal", "pressed", "selected", "activedescendant", "controls", "describedby", "details", "errormessage", "flowto", "labelledby", "owns"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. | - | ||||||||||||||||||||||||||||||||||||||||||||
AXNode | Object | A node in the accessibility tree. | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
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. | - | ||||||||||||||||||||||||||||||||
getPartialAXTree | Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
getFullAXTree | Fetches the entire accessibility tree for the root Document | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
getChildAXNodes | Fetches a particular accessibility node by AXNodeId. 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 mactch 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:
|
[Experimental]
Runtime, DOM
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Animation | Object | Animation instance. | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
AnimationEffect | Object | AnimationEffect instance | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
KeyframesRule | Object | Keyframes Rule | - | ||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||
KeyframeStyle | Object | Keyframe Style | - | ||||||||||||||||||||||||||||||||||||||||||||
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:
|
[Experimental]
Network
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AffectedCookie | Object | Information about a cookie that is affected by an inspector issue. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AffectedRequest | Object | Information about a request that is affected by an inspector issue. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AffectedFrame | Object | Information about the frame affected by an inspector issue. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SameSiteCookieExclusionReason | "ExcludeSameSiteUnspecifiedTreatedAsLax", "ExcludeSameSiteNoneInsecure", "ExcludeSameSiteLax", "ExcludeSameSiteStrict", "ExcludeInvalidSameParty", "ExcludeSamePartyCrossPartyContext"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SameSiteCookieWarningReason | "WarnSameSiteUnspecifiedCrossSiteContext", "WarnSameSiteNoneInsecure", "WarnSameSiteUnspecifiedLaxAllowUnsafe", "WarnSameSiteStrictLaxDowngradeStrict", "WarnSameSiteStrictCrossDowngradeStrict", "WarnSameSiteStrictCrossDowngradeLax", "WarnSameSiteLaxCrossDowngradeStrict", "WarnSameSiteLaxCrossDowngradeLax"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SameSiteCookieOperation | "SetCookie", "ReadCookie"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SameSiteCookieIssueDetails | 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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MixedContentResolutionStatus | "MixedContentBlocked", "MixedContentAutomaticallyUpgraded", "MixedContentWarning"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MixedContentResourceType | "Audio", "Beacon", "CSPReport", "Download", "EventSource", "Favicon", "Font", "Form", "Frame", "Image", "Import", "Manifest", "Ping", "PluginData", "PluginResource", "Prefetch", "Resource", "Script", "ServiceWorker", "SharedWorker", "Stylesheet", "Track", "Video", "Worker", "XMLHttpRequest", "XSLT"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MixedContentIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlockedByResponseReason | "CoepFrameResourceNeedsCoepHeader", "CoopSandboxedIFrameCannotNavigateToCoopPage", "CorpNotSameOrigin", "CorpNotSameOriginAfterDefaultedToSameOriginByCoep", "CorpNotSameSite"String [Hover] Enum | Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED_BY_RESPONSE. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HeavyAdResolutionStatus | "HeavyAdBlocked", "HeavyAdWarning"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HeavyAdReason | "NetworkTotalLimit", "CpuTotalLimit", "CpuPeakLimit"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HeavyAdIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContentSecurityPolicyViolationType | "kInlineViolation", "kEvalViolation", "kURLViolation", "kTrustedTypesSinkViolation", "kTrustedTypesPolicyViolation", "kWasmEvalViolation"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SourceCodeLocation | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContentSecurityPolicyIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SharedArrayBufferIssueType | "TransferIssue", "CreationIssue"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TwaQualityEnforcementViolationType | "kHttpError", "kUnavailableOffline", "kDigitalAssetLinks"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TrustedWebActivityIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LowTextContrastIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CorsIssueDetails | Object | Details for a CORS related issue, e.g. a warning or error related to CORS RFC1918 enforcement. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AttributionReportingIssueType | "PermissionPolicyDisabled", "InvalidAttributionSourceEventId", "InvalidAttributionData", "AttributionSourceUntrustworthyOrigin", "AttributionUntrustworthyOrigin", "AttributionTriggerDataTooLarge", "AttributionEventSourceTriggerDataTooLarge"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AttributionReportingIssueDetails | Object | Details for issues around "Attribution Reporting API" usage. Explainer: https://github.com/WICG/conversion-measurement-api | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
QuirksModeIssueDetails | Object | Details for issues about documents in Quirks Mode or Limited Quirks Mode that affects page layouting. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NavigatorUserAgentIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WasmCrossOriginModuleSharingIssueDetails | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GenericIssueErrorType | "CrossOriginPortalPostMessageError"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GenericIssueDetails | Object | Depending on the concrete errorType, different properties are set. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InspectorIssueCode | "SameSiteCookieIssue", "MixedContentIssue", "BlockedByResponseIssue", "HeavyAdIssue", "ContentSecurityPolicyIssue", "SharedArrayBufferIssue", "TrustedWebActivityIssue", "LowTextContrastIssue", "CorsIssue", "AttributionReportingIssue", "QuirksModeIssue", "NavigatorUserAgentIssue", "WasmCrossOriginModuleSharingIssue", "GenericIssue"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. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InspectorIssue | Object | An inspector issue reported from the back-end. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getEncodedResponse | Returns the response body and size if it were re-encoded with the specified settings. Only applies to images. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
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. | - | ||||||||||||||||||||||||||||||||||||
checkContrast | Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
issueAdded | - | - | ||||||||
PARAMETERS:
|
[Experimental]
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ServiceName | "backgroundFetch", "backgroundSync", "pushMessaging", "notifications", "paymentHandler", "periodicBackgroundSync"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. | - | ||||||||||||||||||||||||||||||||
EventMetadata | Object | A key-value pair for additional event information to pass along. | - | ||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
BackgroundServiceEvent | Object | - | - | ||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
startObserving | Enables event updates for the service. | - | ||||||||||||
PARAMETERS:
| ||||||||||||||
stopObserving | Disables event updates for the service. | - | ||||||||||||
PARAMETERS:
| ||||||||||||||
setRecording | Set the recording state for the service. | - | ||||||||||||
PARAMETERS:
| ||||||||||||||
clearEvents | Clears all stored data for the service. | - | ||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
recordingStateChanged | Called when the recording state for the service has been updated. | - | ||||||||||||
PARAMETERS:
| ||||||||||||||
backgroundServiceEventReceived | Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording. | - | ||||||||||||
PARAMETERS:
|
Type ID | Type | Description | Flags | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BrowserContextID | String | - | [EXPERIMENTAL] |
||||||||||||||||||||||||
WindowID | Integer | - | [EXPERIMENTAL] |
||||||||||||||||||||||||
WindowState | "normal", "minimized", "maximized", "fullscreen"String [Hover] Enum | The state of the browser window. | [EXPERIMENTAL] |
||||||||||||||||||||||||
Bounds | Object | Browser window bounds information | [EXPERIMENTAL] |
||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
PermissionType | "accessibilityEvents", "audioCapture", "backgroundSync", "backgroundFetch", "clipboardReadWrite", "clipboardSanitizedWrite", "displayCapture", "durableStorage", "flash", "geolocation", "midi", "midiSysex", "nfc", "notifications", "paymentHandler", "periodicBackgroundSync", "protectedMediaIdentifier", "sensors", "videoCapture", "videoCapturePanTiltZoom", "idleDetection", "wakeLockScreen", "wakeLockSystem"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||
PermissionSetting | "granted", "denied", "prompt"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||
PermissionDescriptor | Object | Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dictdef-permissiondescriptor. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
BrowserCommandId | "openTabSearch", "closeTabSearch"String [Hover] Enum | Browser command ids used by executeBrowserCommand. | [EXPERIMENTAL] |
||||||||||||||||||||||||
Bucket | Object | Chrome histogram bucket. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
Histogram | Object | Chrome histogram. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
setPermission | Set permission settings for given origin. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
grantPermissions | Grant specific permissions to the given origin and reject all others. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
resetPermissions | Reset all permission management for all origins. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
setDownloadBehavior | Set the behavior when downloading a file. | [EXPERIMENTAL] |
||||||||||||||||||||||||
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] |
||||||||||||||||||||||||
getVersion | Returns version information. | - | ||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||
getBrowserCommandLine | Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline. | [EXPERIMENTAL] |
||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||
getHistograms | Get Chrome histograms. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||
getHistogram | Get a Chrome histogram by name. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
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:
| ||||||||||||||||||||||||||
setWindowBounds | Set position and/or size of the browser window. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
setDockTile | Set dock tile details, platform-specific. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
executeBrowserCommand | Invoke custom browser commands used by telemetry. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
downloadWillBegin | Fired when page is about to start a download. | [EXPERIMENTAL] |
||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||
downloadProgress | Fired when download makes progress. Last call has |done| == true. | [EXPERIMENTAL] |
||||||||||||||||||||
PARAMETERS:
|
[Experimental]
DOM, Page
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StyleSheetId | String | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StyleSheetOrigin | "injected", "user-agent", "inspector", "regular"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. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PseudoElementMatches | Object | CSS rule collection for a single pseudo style. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InheritedStyleEntry | Object | Inherited CSS rule collection from ancestor node. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RuleMatch | Object | Match data for a CSS rule. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Value | Object | Data for a simple selector (these are delimited by commas in a selector list). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SelectorList | Object | Selector list data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSStyleSheetHeader | Object | CSS stylesheet metainformation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSRule | Object | CSS rule representation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RuleUsage | Object | CSS coverage information. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SourceRange | Object | Text range within a resource. All numbers are zero-based. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ShorthandEntry | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSComputedStyleProperty | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSStyle | Object | CSS style representation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSProperty | Object | CSS property declaration data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSMedia | Object | CSS media rule descriptor. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MediaQuery | Object | Media query descriptor. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MediaQueryExpression | Object | Media query expression descriptor. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSContainerQuery | Object | CSS container query rule descriptor. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PlatformFontUsage | Object | Information about amount of glyphs that were rendered with given font. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FontVariationAxis | Object | Information about font variation axes for variable fonts | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSKeyframesRule | Object | CSS keyframes rule representation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSKeyframeRule | Object | CSS keyframe rule representation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StyleDeclarationEdit | Object | A descriptor of operation to mutate style declaration text. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
getBackgroundColors | - | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getComputedStyleForNode | Returns the computed style for a DOM node identified by `nodeId`. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
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:
| ||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
takeComputedStyleUpdates | Polls the next batch of computed style updates. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
setMediaText | Modifies the rule selector. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
setContainerQueryText | Modifies the expression of a container query. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
setRuleSelector | Modifies the rule selector. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
setStyleSheetText | Sets the new stylesheet text. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
setStyleTexts | Applies specified style edits one after another in the given order. | - | ||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
takeCoverageDelta | Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation) | - | ||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
setLocalFontsEnabled | Enables/disables rendering of local CSS fonts (enabled by default). | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
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]
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CacheId | String | Unique identifier of the Cache object. | - | ||||||||||||||||||||||||||||||||||||
CachedResponseType | "basic", "cors", "default", "error", "opaqueResponse", "opaqueRedirect"String [Hover] Enum | type of HTTP response cached | - | ||||||||||||||||||||||||||||||||||||
DataEntry | Object | Data entry. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
Cache | Object | Cache identifier. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
Header | Object | - | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
CachedResponse | Object | Cached response | - | ||||||||||||||||||||||||||||||||||||
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 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
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:
| ||||||||||
disable | Stops observing for sinks and issues. | - | ||||||||
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:
| ||||||||||
startTabMirroring | Starts mirroring the tab to the sink. | - | ||||||||
PARAMETERS:
| ||||||||||
stopCasting | Stops the active Cast session on the sink. | - | ||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
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:
| ||||||||||
issueUpdated | This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue. | - | ||||||||
PARAMETERS:
|
Note that `iframe` owner elements will return corresponding document elements as their child nodes.
Runtime
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NodeId | Integer | Unique DOM node identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BackendNodeId | Integer | Unique DOM node identifier used to reference a node that may not have been pushed to the front-end. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BackendNode | Object | Backend node with a friendly name. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PseudoType | "first-line", "first-letter", "before", "after", "marker", "backdrop", "selection", "target-text", "spelling-error", "grammar-error", "highlight", "first-line-inherited", "scrollbar", "scrollbar-thumb", "scrollbar-button", "scrollbar-track", "scrollbar-track-piece", "scrollbar-corner", "resizer", "input-list-button"String [Hover] Enum | Pseudo element type. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ShadowRootType | "user-agent", "open", "closed"String [Hover] Enum | Shadow root type. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CompatibilityMode | "QuirksMode", "LimitedQuirksMode", "NoQuirksMode"String [Hover] Enum | Document compatibility mode. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RGBA | Object | A structure holding an RGBA color. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Quad | Array (of) Number |
An array of quad vertices, x immediately followed by y for each point, points clock-wise. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BoxModel | Object | Box model. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ShapeOutsideInfo | Object | CSS Shape Outside details. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rect | Object | Rectangle. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CSSComputedStyleProperty | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
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. | - | ||||||||||||||||||||||||||||||||||||
focus | Focuses the given element. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
getAttributes | Returns attributes for the specified node. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getBoxModel | Returns boxes for the given node. | - | ||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getContentQuads | Returns quads that describe node position on the page. This method might return multiple quads for inline nodes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getDocument | Returns the root DOM node (and optionally the subtree) to the caller. | - | ||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
getNodesForSubtreeByStyle | Finds nodes with a given computed style in a subtree. | [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:
| ||||||||||||||||||||||||||||||||||||||
getOuterHTML | Returns node's HTML markup. | - | ||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
setNodeStackTracesEnabled | Sets if stack traces should be captured for Nodes. See `Node.getNodeStackTraces`. Default is disabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||
getNodeStackTraces | Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getFileInfo | Returns file information for the given File wrapper. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||
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] |
||||||||||||||||||||||||||||||||||||
getFrameOwner | Returns iframe node that owns iframe with the given domain. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getContainerForNode | Returns the container of the given node based on container query conditions. If containerName is given, it will find the nearest container with a matching name; otherwise it will find the nearest container regardless of its container name. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||
getQueryingDescendantsForContainer | Returns the descendants of a container query container that have container queries against this container. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
|
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:
| ||||||||||||||||||
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:
|
DOM, Debugger, Runtime
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DOMBreakpointType | "subtree-modified", "attribute-modified", "node-removed"String [Hover] Enum | DOM breakpoint type. | - | ||||||||||||||||||||||||||||||||||||||||||||
CSPViolationType | "trustedtype-sink-violation", "trustedtype-policy-violation"String [Hover] Enum | CSP Violation type. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||
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 | Removes breakpoint on particular native event. | [EXPERIMENTAL] |
||||||||||||||||||||||||
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 | Sets breakpoint on particular native event. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
setXHRBreakpoint | Sets breakpoint on XMLHttpRequest. | - | ||||||||||||||||||||||||
PARAMETERS:
|
[Experimental]
CSS, DOM, DOMDebugger, Page
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DOMNode | Object | A Node in the DOM tree. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ComputedStyle | Object | A subset of the full ComputedStyle as defined by the request whitelist. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NameValue | Object | A name/value pair. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StringIndex | Integer | Index of the string in the strings table. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ArrayOfStrings | Array (of) $REF: StringIndex |
Index of the string in the strings table. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RareStringData | Object | Data that is only present on rare nodes. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RareBooleanData | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RareIntegerData | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rectangle | Array (of) Number |
- | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DocumentSnapshot | Object | Document snapshot. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NodeTreeSnapshot | Object | Table containing nodes. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LayoutTreeSnapshot | Object | Table of details of an element in the DOM tree with a LayoutObject. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
| ||||||||||||||||||||||||||||||||||||||
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:
|
[Experimental]
Type ID | Type | Description | Flags | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StorageId | Object | DOM Storage identifier. | - | ||||||||||||
PROPERTIES:
| |||||||||||||||
Item | Array (of) String |
DOM Storage item. | - |
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 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DatabaseId | String | Unique identifier of Database object. | - | ||||||||||||||||||||
Database | Object | Database object. | - | ||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||
Error | Object | Database error. | - | ||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
disable | Disables database tracking, prevents database events from being sent to the client. | - | ||||||||||||||||||||||||||||
enable | Enables database tracking, database events will now be delivered to the client. | - | ||||||||||||||||||||||||||||
executeSQL | - | - | ||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
getDatabaseTableNames | - | - | ||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
|
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
addDatabase | - | - | ||||||||
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 | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ScreenOrientation | Object | Screen orientation. | - | ||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
DisplayFeature | Object | - | - | ||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
MediaFeature | Object | - | - | ||||||||||||||||||||||||||||||||
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] |
||||||||||||||||||||||||||||||||
UserAgentBrandVersion | Object | Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
UserAgentMetadata | Object | Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
DisabledImageType | "avif", "jxl", "webp"String [Hover] Enum | Enum of image types that can be disabled. | [EXPERIMENTAL] |
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
canEmulate | Tells whether emulation is supported. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clearDeviceMetricsOverride | Clears the overridden device metrics. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clearGeolocationOverride | Clears the overridden Geolocation Position and Error. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resetPageScaleFactor | Requests that page scale factor is reset to initial values. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setFocusEmulationEnabled | Enables or disables simulating a focused and active page. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setAutoDarkModeOverride | Automatically render all web contents using a dark theme. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setCPUThrottlingRate | Enables CPU throttling to emulate slow CPUs. | [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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setScrollbarsHidden | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setDocumentCookieDisabled | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setEmitTouchEventsForMouse | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setEmulatedMedia | Emulates the given media type or media feature for CSS media queries. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setEmulatedVisionDeficiency | Emulates the given vision deficiency. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setGeolocationOverride | Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setIdleOverride | Overrides the Idle state. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clearIdleOverride | Clears Idle state overrides. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setNavigatorOverrides | Overrides value returned by the javascript navigator object. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setPageScaleFactor | Sets a specified page scale factor. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setScriptExecutionDisabled | Switches script execution in the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setTouchEmulationEnabled | Enables touch on platforms which do not support them. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setLocaleOverride | Overrides default host system locale with the specified one. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setTimezoneOverride | Overrides default host system timezone with the specified one. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setDisabledImageTypes | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setUserAgentOverride | Allows overriding user agent with the given string. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags |
---|---|---|
virtualTimeBudgetExpired | Notification sent after the virtual time budget for the current VirtualTimePolicy has run out. | [EXPERIMENTAL] |
[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.gl/3zHXhB for more background. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
disable | Disables headless events for the target. | - | ||||||||||||||||||||||||||||||||
enable | Enables headless events for the target. | - |
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
needsBeginFramesChanged | Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed. | [DEPRECATED] |
||||||||
PARAMETERS:
|
Type ID | Type | Description | Flags |
---|---|---|---|
StreamHandle | String | This is either obtained from another method or specified as `blob:<uuid>` where `<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
Type ID | Type | Description | Flags | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DatabaseWithObjectStores | Object | Database with an array of object stores. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
ObjectStore | Object | Object store. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
ObjectStoreIndex | Object | Object store index. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
Key | Object | Key. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
KeyRange | Object | Key range. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
DataEntry | Object | Data entry. | - | ||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||
KeyPath | Object | Key path. | - | ||||||||||||||||||||||||
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. | - | ||||||||||||||||||||||||||||||||||||||||||||
requestData | Requests data from object store or index. | - | ||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||
getMetadata | Gets metadata of an object store | - | ||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TouchPoint | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||
GestureSourceType | "default", "touch", "mouse"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||
MouseButton | "none", "left", "middle", "right", "back", "forward"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||
TimeSinceEpoch | Number | UTC time in seconds, counted from January 1, 1970. | - | ||||||||||||||||||||||||||||||||||||||||||||||||
DragDataItem | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||
DragData | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dispatchDragEvent | Dispatches a drag event into the page. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dispatchKeyEvent | Dispatches a key event to the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LayerId | String | Unique Layer identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SnapshotId | String | Unique snapshot identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScrollRect | Object | Rectangle where scrolling happens on the main thread. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StickyPositionConstraint | Object | Sticky position constraints. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PictureTile | Object | Serialized fragment of layer picture along with its offset within the layer. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Layer | Object | Information about a compositing layer. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PaintProfile | Array (of) Number |
Array of timings, one per paint step. | - |
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:
|
Runtime, Network
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 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PressureLevel | "moderate", "critical"String [Hover] Enum | Memory pressure level. | - | ||||||||||||||||||||
SamplingProfileNode | Object | Heap profile sample. | - | ||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||
SamplingProfile | Object | Array of heap profile samples. | - | ||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||
Module | Object | Executable module information | - | ||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getDOMCounters | - | - | ||||||||||||||||
RETURNS:
| ||||||||||||||||||
prepareForLeakDetection | - | - | ||||||||||||||||
forciblyPurgeJavaScriptMemory | Simulate OomIntervention by purging V8 memory. | - | ||||||||||||||||
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. | - | ||||||||||||||||
getAllTimeSamplingProfile | Retrieve native memory allocations profile collected since renderer process startup. | - | ||||||||||||||||
RETURNS:
| ||||||||||||||||||
getBrowserSamplingProfile | Retrieve native memory allocations profile collected since browser process startup. | - | ||||||||||||||||
RETURNS:
| ||||||||||||||||||
getSamplingProfile | Retrieve native memory allocations profile collected since last `startSampling` call. | - | ||||||||||||||||
RETURNS:
|
Debugger, Runtime, Security
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ResourceType | "Document", "Stylesheet", "Image", "Media", "Font", "Script", "TextTrack", "XHR", "Fetch", "EventSource", "WebSocket", "Manifest", "SignedExchange", "Ping", "CSPViolationReport", "Preflight", "Other"String [Hover] Enum | Resource type as it was perceived by the rendering engine. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LoaderId | String | Unique loader identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RequestId | String | Unique request identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InterceptionId | String | Unique intercepted request identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrorReason | "Failed", "Aborted", "TimedOut", "AccessDenied", "ConnectionClosed", "ConnectionReset", "ConnectionRefused", "ConnectionAborted", "ConnectionFailed", "NameNotResolved", "InternetDisconnected", "AddressUnreachable", "BlockedByClient", "BlockedByResponse"String [Hover] Enum | Network level fetch failure reason. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TimeSinceEpoch | Number | UTC time in seconds, counted from January 1, 1970. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MonotonicTime | Number | Monotonically increasing time in seconds since an arbitrary point in the past. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Headers | Object | Request / response headers as keys / values of JSON object. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WARNING, NO PROPERTIES DEFINED
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ConnectionType | "none", "cellular2g", "cellular3g", "cellular4g", "bluetooth", "ethernet", "wifi", "wimax", "other"String [Hover] Enum | The underlying connection technology that the browser is supposedly using. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CookieSameSite | "Strict", "Lax", "None"String [Hover] Enum | Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CookiePriority | "Low", "Medium", "High"String [Hover] Enum | Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00 | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CookieSourceScheme | "Unset", "NonSecure", "Secure"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] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ResourceTiming | Object | Timing information for the request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ResourcePriority | "VeryLow", "Low", "Medium", "High", "VeryHigh"String [Hover] Enum | Loading priority of a resource request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PostDataEntry | Object | Post data entry for HTTP request | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request | Object | HTTP request data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SignedCertificateTimestamp | Object | Details of a signed certificate timestamp (SCT). | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SecurityDetails | Object | Security details about a request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CertificateTransparencyCompliance | "unknown", "not-compliant", "compliant"String [Hover] Enum | Whether the request complied with Certificate Transparency policy. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlockedReason | "other", "csp", "mixed-content", "origin", "inspector", "subresource-filter", "content-type", "coep-frame-resource-needs-coep-header", "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-site"String [Hover] Enum | The reason why request was blocked. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CorsError | "DisallowedByMode", "InvalidResponse", "WildcardOriginNotAllowed", "MissingAllowOriginHeader", "MultipleAllowOriginValues", "InvalidAllowOriginValue", "AllowOriginMismatch", "InvalidAllowCredentials", "CorsDisabledScheme", "PreflightInvalidStatus", "PreflightDisallowedRedirect", "PreflightWildcardOriginNotAllowed", "PreflightMissingAllowOriginHeader", "PreflightMultipleAllowOriginValues", "PreflightInvalidAllowOriginValue", "PreflightAllowOriginMismatch", "PreflightInvalidAllowCredentials", "PreflightMissingAllowExternal", "PreflightInvalidAllowExternal", "InvalidAllowMethodsPreflightResponse", "InvalidAllowHeadersPreflightResponse", "MethodDisallowedByPreflightResponse", "HeaderDisallowedByPreflightResponse", "RedirectContainsCredentials", "InsecurePrivateNetwork", "InvalidPrivateNetworkAccess", "UnexpectedPrivateNetworkAccess", "NoCorsRedirectModeNotFollow"String [Hover] Enum | The reason why request was blocked. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CorsErrorStatus | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ServiceWorkerResponseSource | "cache-storage", "http-cache", "fallback-code", "network"String [Hover] Enum | Source of serviceworker response. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TrustTokenOperationType | "Issuance", "Redemption", "Signing"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response | Object | HTTP response data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WebSocketRequest | Object | WebSocket request data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WebSocketResponse | Object | WebSocket response data. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WebSocketFrame | Object | WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CachedResource | Object | Information about the cached resource. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initiator | Object | Information about the request initiator. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cookie | Object | Cookie object | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SetCookieBlockedReason | "SecureOnly", "SameSiteStrict", "SameSiteLax", "SameSiteUnspecifiedTreatedAsLax", "SameSiteNoneInsecure", "UserPreferences", "SyntaxError", "SchemeNotSupported", "OverwriteSecure", "InvalidDomain", "InvalidPrefix", "UnknownError", "SchemefulSameSiteStrict", "SchemefulSameSiteLax", "SchemefulSameSiteUnspecifiedTreatedAsLax", "SamePartyFromCrossPartyContext", "SamePartyConflictsWithOtherAttributes", "NameValuePairExceedsMaxSize"String [Hover] Enum | Types of reasons why a cookie may not be stored from a response. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CookieBlockedReason | "SecureOnly", "NotOnPath", "DomainMismatch", "SameSiteStrict", "SameSiteLax", "SameSiteUnspecifiedTreatedAsLax", "SameSiteNoneInsecure", "UserPreferences", "UnknownError", "SchemefulSameSiteStrict", "SchemefulSameSiteLax", "SchemefulSameSiteUnspecifiedTreatedAsLax", "SamePartyFromCrossPartyContext", "NameValuePairExceedsMaxSize"String [Hover] Enum | Types of reasons why a cookie may not be sent with a request. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlockedSetCookieWithReason | Object | A cookie which was not stored from a response with the corresponding reason. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BlockedCookieWithReason | Object | A cookie with was not sent with a request with the corresponding reason. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CookieParam | Object | Cookie parameter object | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AuthChallenge | Object | Authorization challenge for HTTP status code 401 or 407. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AuthChallengeResponse | Object | Response to an AuthChallenge. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InterceptionStage | "Request", "HeadersReceived"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] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RequestPattern | Object | Request pattern for interception. | [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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SignedExchangeErrorField | "signatureSig", "signatureIntegrity", "signatureCertUrl", "signatureCertSha256", "signatureValidityUrl", "signatureTimestamps"String [Hover] Enum | Field type for a signed exchange related error. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SignedExchangeError | Object | Information about a signed exchange response. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SignedExchangeInfo | Object | Information about a signed exchange response. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContentEncoding | "deflate", "gzip", "br"String [Hover] Enum | List of content encodings supported by the backend. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PrivateNetworkRequestPolicy | "Allow", "BlockFromInsecureToMorePrivate", "WarnFromInsecureToMorePrivate", "PreflightBlock", "PreflightWarn"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IPAddressSpace | "Local", "Private", "Public", "Unknown"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ConnectTiming | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ClientSecurityState | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CrossOriginOpenerPolicyValue | "SameOrigin", "SameOriginAllowPopups", "UnsafeNone", "SameOriginPlusCoep"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CrossOriginOpenerPolicyStatus | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CrossOriginEmbedderPolicyValue | "None", "Credentialless", "RequireCorp"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CrossOriginEmbedderPolicyStatus | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SecurityIsolationStatus | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReportStatus | "Queued", "Pending", "MarkedForRemoval", "Success"String [Hover] Enum | The status of a Reporting API report. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReportId | String | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReportingApiReport | Object | An object representing a report generated by the Reporting API. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LoadNetworkResourcePageResult | Object | An object providing the result of a network resource load. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LoadNetworkResourceOptions | Object | An options object that may be extended later to better support CORS, CORB and streaming. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
setAcceptedEncodings | Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clearAcceptedEncodingsOverride | Clears accepted encodings set by setAcceptedEncodings | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getAllCookies | Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getResponseBody | Returns content served for the given request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getRequestPostData | Returns post data sent with the request. Returns an error when no data was sent with the request. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getResponseBodyForInterception | Returns content served for the given currently intercepted request. | [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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setBlockedURLs | Blocks URLs from loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setBypassServiceWorker | Toggles ignoring of service worker for each request. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setCookies | Sets given cookies. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setExtraHTTPHeaders | Specifies whether to always send extra HTTP headers with the requests from this page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setAttachDebugStack | Specifies whether to attach a page script stack id in requests | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getSecurityIsolationStatus | Returns information about the COEP/COOP isolation status. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
loadNetworkResource | Fetches the resource and returns the content. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dataReceived | Fired when data chunk was received over the network. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
resourceChangedPriority | Fired when resource loading priority is changed | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
signedExchangeReceived | Fired when a signed exchange was received over the network | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
responseReceived | Fired when HTTP response is available. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
webTransportCreated | Fired upon WebTransport creation. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
webTransportConnectionEstablished | Fired when WebTransport handshake is finished. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
webTransportClosed | Fired when WebTransport is disposed. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
subresourceWebBundleMetadataReceived | Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
subresourceWebBundleMetadataError | Fired once when parsing the .wbn file has 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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
subresourceWebBundleInnerResponseError | Fired when request for resources within a .wbn file failed. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
reportingApiReportAdded | Is sent whenever a new report is added. And after 'enableReportingApi' for all existing reports. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
reportingApiReportUpdated | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
|
[Experimental]
DOM, Page, Runtime
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SourceOrderConfig | Object | Configuration data for drawing the source order of an elements children. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GridHighlightConfig | Object | Configuration data for the highlighting of Grid elements. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FlexContainerHighlightConfig | Object | Configuration data for the highlighting of Flex container elements. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FlexItemHighlightConfig | Object | Configuration data for the highlighting of Flex item elements. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LineStyle | Object | Style information for drawing a line. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BoxStyle | Object | Style information for drawing a box. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContrastAlgorithm | "aa", "aaa", "apca"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HighlightConfig | Object | Configuration data for the highlighting of page elements. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ColorFormat | "rgb", "hsl", "hex"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GridNodeHighlightConfig | Object | Configurations for Persistent Grid Highlight | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FlexNodeHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScrollSnapContainerHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScrollSnapHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HingeConfig | Object | Configuration for dual screen hinge | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContainerQueryHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContainerQueryContainerHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IsolatedElementHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IsolationModeHighlightConfig | Object | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InspectMode | "searchForNode", "searchForUAShadowDOM", "captureAreaScreenshot", "showDistances", "none"String [Hover] Enum | - | - |
Name | Description | Flags | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
disable | Disables domain notifications. | - | ||||||||||||||||||||||||||||||||
enable | Enables domain notifications. | - | ||||||||||||||||||||||||||||||||
getHighlightObjectForTest | For testing. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||
getGridHighlightObjectsForTest | For Persistent Grid 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 reliablity and cannot be fixed due to process separatation (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:
| ||||||||||||||||||||||||||||||||||
setShowAdHighlights | Highlights owner element of all frames detected to be ads. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setPausedInDebuggerMessage | - | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowDebugBorders | Requests that backend shows debug borders on layers | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowFPSCounter | Requests that backend shows the FPS counter | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowGridOverlays | Highlight multiple elements with the CSS Grid overlay. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowFlexOverlays | - | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowScrollSnapOverlays | - | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowContainerQueryOverlays | - | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowPaintRects | Requests that backend shows paint rectangles | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowLayoutShiftRegions | Requests that backend shows layout shift regions | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowScrollBottleneckRects | Requests that backend shows scroll bottleneck rects | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowHitTestBorders | Requests that backend shows hit-test borders on layers | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowWebVitals | Request that backend shows an overlay with web vital metrics. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowViewportSizeOnResize | Paints viewport size upon main frame resize. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowHinge | Add a dual screen device hinge | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||
setShowIsolatedElements | Show elements in isolation mode with overlays. | - | ||||||||||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
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:
| ||||||||||
inspectModeCanceled | Fired when user cancels the inspect mode. | - |
Debugger, DOM, IO, Network, Runtime
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FrameId | String | Unique frame identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AdFrameType | "none", "child", "root"String [Hover] Enum | Indicates whether a frame has been identified as an ad. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AdFrameExplanation | "ParentIsAd", "CreatedByAdScript", "MatchedBlockingRule"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AdFrameStatus | Object | Indicates whether a frame has been identified as an ad and why. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SecureContextType | "Secure", "SecureLocalhost", "InsecureScheme", "InsecureAncestor"String [Hover] Enum | Indicates whether the frame is a secure context and why it is the case. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CrossOriginIsolatedContextType | "Isolated", "NotIsolated", "NotIsolatedFeatureDisabled"String [Hover] Enum | Indicates whether the frame is cross-origin isolated and why it is the case. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GatedAPIFeatures | "SharedArrayBuffers", "SharedArrayBuffersTransferAllowed", "PerformanceMeasureMemory", "PerformanceProfile"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PermissionsPolicyFeature | "accelerometer", "ambient-light-sensor", "attribution-reporting", "autoplay", "camera", "ch-dpr", "ch-device-memory", "ch-downlink", "ch-ect", "ch-prefers-color-scheme", "ch-rtt", "ch-ua", "ch-ua-arch", "ch-ua-bitness", "ch-ua-platform", "ch-ua-model", "ch-ua-mobile", "ch-ua-full-version", "ch-ua-platform-version", "ch-ua-reduced", "ch-viewport-height", "ch-viewport-width", "ch-width", "clipboard-read", "clipboard-write", "cross-origin-isolated", "direct-sockets", "display-capture", "document-domain", "encrypted-media", "execution-while-out-of-viewport", "execution-while-not-rendered", "focus-without-user-activation", "fullscreen", "frobulate", "gamepad", "geolocation", "gyroscope", "hid", "idle-detection", "interest-cohort", "keyboard-map", "magnetometer", "microphone", "midi", "otp-credentials", "payment", "picture-in-picture", "publickey-credentials-get", "screen-wake-lock", "serial", "shared-autofill", "storage-access-api", "sync-xhr", "trust-token-redemption", "usb", "vertical-scroll", "web-share", "window-placement", "xr-spatial-tracking"String [Hover] Enum | All Permissions Policy features. This enum should match the one defined in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PermissionsPolicyBlockReason | "Header", "IframeAttribute"String [Hover] Enum | Reason for a permissions policy feature to be disabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PermissionsPolicyBlockLocator | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PermissionsPolicyFeatureState | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrialTokenStatus | "Success", "NotSupported", "Insecure", "Expired", "WrongOrigin", "InvalidSignature", "Malformed", "WrongVersion", "FeatureDisabled", "TokenDisabled", "FeatureDisabledForUser", "UnknownTrial"String [Hover] Enum | Origin Trial(https://www.chromium.org/blink/origin-trials) support. Status for an Origin Trial token. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrialStatus | "Enabled", "ValidTokenNotProvided", "OSNotSupported", "TrialNotAllowed"String [Hover] Enum | Status for an Origin Trial. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrialUsageRestriction | "None", "Subset"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrialToken | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrialTokenWithStatus | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OriginTrial | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Frame | Object | Information about the Frame on the page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScriptIdentifier | String | Unique script identifier. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TransitionType | "link", "typed", "address_bar", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "auto_toplevel", "form_submit", "reload", "keyword", "keyword_generated", "other"String [Hover] Enum | Transition type. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NavigationEntry | Object | Navigation history entry. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScreencastFrameMetadata | Object | Screencast frame metadata. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DialogType | "alert", "confirm", "prompt", "beforeunload"String [Hover] Enum | Javascript dialog type. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AppManifestError | Object | Error while paring app manifest. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AppManifestParsedProperties | Object | Parsed app manifest properties. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LayoutViewport | Object | Layout viewport position and dimensions. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VisualViewport | Object | Visual viewport position, dimensions, and scale. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Viewport | Object | Viewport for capturing screenshot. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FontFamilies | Object | Generic font families collection. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FontSizes | Object | Default font sizes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ClientNavigationReason | "formSubmissionGet", "formSubmissionPost", "httpHeaderRefresh", "scriptInitiated", "metaTagRefresh", "pageBlockInterstitial", "reload", "anchorClick"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ClientNavigationDisposition | "currentTab", "newTab", "newWindow", "download"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InstallabilityErrorArgument | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InstallabilityError | Object | The installability error | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReferrerPolicy | "noReferrer", "noReferrerWhenDowngrade", "origin", "originWhenCrossOrigin", "sameOrigin", "strictOrigin", "strictOriginWhenCrossOrigin", "unsafeUrl"String [Hover] Enum | The referring-policy used for the navigation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CompilationCacheParams | Object | Per-script compilation cache parameters for `Page.produceCompilationCache` | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NavigationType | "Navigation", "BackForwardCacheRestore"String [Hover] Enum | The type of a frameNavigated event. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BackForwardCacheNotRestoredReason | "NotMainFrame", "BackForwardCacheDisabled", "RelatedActiveContentsExist", "HTTPStatusNotOK", "SchemeNotHTTPOrHTTPS", "Loading", "WasGrantedMediaAccess", "DisableForRenderFrameHostCalled", "DomainNotAllowed", "HTTPMethodNotGET", "SubframeIsNavigating", "Timeout", "CacheLimit", "JavaScriptExecution", "RendererProcessKilled", "RendererProcessCrashed", "GrantedMediaStreamAccess", "SchedulerTrackedFeatureUsed", "ConflictingBrowsingInstance", "CacheFlushed", "ServiceWorkerVersionActivation", "SessionRestored", "ServiceWorkerPostMessage", "EnteredBackForwardCacheBeforeServiceWorkerHostAdded", "RenderFrameHostReused_SameSite", "RenderFrameHostReused_CrossSite", "ServiceWorkerClaim", "IgnoreEventAndEvict", "HaveInnerContents", "TimeoutPuttingInCache", "BackForwardCacheDisabledByLowMemory", "BackForwardCacheDisabledByCommandLine", "NetworkRequestDatapipeDrainedAsBytesConsumer", "NetworkRequestRedirected", "NetworkRequestTimeout", "NetworkExceedsBufferLimit", "NavigationCancelledWhileRestoring", "NotMostRecentNavigationEntry", "BackForwardCacheDisabledForPrerender", "UserAgentOverrideDiffers", "ForegroundCacheLimit", "BrowsingInstanceNotSwapped", "BackForwardCacheDisabledForDelegate", "OptInUnloadHeaderNotPresent", "UnloadHandlerExistsInMainFrame", "UnloadHandlerExistsInSubFrame", "ServiceWorkerUnregistration", "CacheControlNoStore", "CacheControlNoStoreCookieModified", "CacheControlNoStoreHTTPOnlyCookieModified", "NoResponseHead", "Unknown", "ActivationNavigationsDisallowedForBug1234857", "WebSocket", "WebTransport", "WebRTC", "MainResourceHasCacheControlNoStore", "MainResourceHasCacheControlNoCache", "SubresourceHasCacheControlNoStore", "SubresourceHasCacheControlNoCache", "ContainsPlugins", "DocumentLoaded", "DedicatedWorkerOrWorklet", "OutstandingNetworkRequestOthers", "OutstandingIndexedDBTransaction", "RequestedNotificationsPermission", "RequestedMIDIPermission", "RequestedAudioCapturePermission", "RequestedVideoCapturePermission", "RequestedBackForwardCacheBlockedSensors", "RequestedBackgroundWorkPermission", "BroadcastChannel", "IndexedDBConnection", "WebXR", "SharedWorker", "WebLocks", "WebHID", "WebShare", "RequestedStorageAccessGrant", "WebNfc", "OutstandingNetworkRequestFetch", "OutstandingNetworkRequestXHR", "AppBanner", "Printing", "WebDatabase", "PictureInPicture", "Portal", "SpeechRecognizer", "IdleManager", "PaymentManager", "SpeechSynthesis", "KeyboardLock", "WebOTPService", "OutstandingNetworkRequestDirectSocket", "InjectedJavascript", "InjectedStyleSheet", "Dummy", "ContentSecurityHandler", "ContentWebAuthenticationAPI", "ContentFileChooser", "ContentSerial", "ContentFileSystemAccess", "ContentMediaDevicesDispatcherHost", "ContentWebBluetooth", "ContentWebUSB", "ContentMediaSession", "ContentMediaSessionService", "EmbedderPopupBlockerTabHelper", "EmbedderSafeBrowsingTriggeredPopupBlocker", "EmbedderSafeBrowsingThreatDetails", "EmbedderAppBannerManager", "EmbedderDomDistillerViewerSource", "EmbedderDomDistillerSelfDeletingRequestDelegate", "EmbedderOomInterventionTabHelper", "EmbedderOfflinePage", "EmbedderChromePasswordManagerClientBindCredentialManager", "EmbedderPermissionRequestManager", "EmbedderModalDialog", "EmbedderExtensions", "EmbedderExtensionMessaging", "EmbedderExtensionMessagingForOpenPort", "EmbedderExtensionSentMessageToCachedFrame"String [Hover] Enum | List of not restored reasons for back-forward cache. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BackForwardCacheNotRestoredReasonType | "SupportPending", "PageSupportNeeded", "Circumstantial"String [Hover] Enum | Types of not restored reasons for back-forward cache. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BackForwardCacheNotRestoredExplanation | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getAppManifest | - | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getInstallabilityErrors | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getManifestIcons | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getAppId | Returns the unique (PWA) app id. Only returns values if the feature flag 'WebAppEnableManifestId' is enabled | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getCookies REDIRECT: Network |
Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the `cookies` field. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getFrameTree | Returns present frame tree structure. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getLayoutMetrics | Returns metrics relating to the layouting of the page, such as viewport bounds/scale. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getNavigationHistory | Returns navigation history for the current page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
resetNavigationHistory | Resets navigation history for the current page. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getPermissionsPolicyState | Get Permissions Policy state on given frame. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getOriginTrials | Get Origin Trials on given frame. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setFontFamilies | Set generic font families. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setFontSizes | Set default font sizes. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setDocumentContent | Sets given markup as the document's HTML. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setDownloadBehavior | Set the behavior when downloading a file. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setGeolocationOverride REDIRECT: Emulation |
Overrides the Geolocation Position or Error. Omitting any of the parameters emulates position unavailable. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setLifecycleEventsEnabled | Controls whether page will emit lifecycle events. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
setTouchEmulationEnabled REDIRECT: Emulation |
Toggles mouse event-based touch event emulation. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
startScreencast | Starts sending each frame using the `screencastFrame` event. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stopLoading | Force the page stop all navigations and pending resource fetches. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
crash | Crashes renderer on the IO thread, generates minidumps. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
close | Tries to close page, running its beforeunload hooks, if any. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stopScreencast | Stops sending each frame in the `screencastFrame`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
produceCompilationCache | Requests backend to produce compilation cache for the specified scripts. `scripts` are appeneded to the list of scripts for which the cache would be produced. The list may be reset during page navigation. When script with a matching URL is encountered, the cache is optionally produced upon backend discretion, based on internal heuristics. See also: `Page.compilationCacheProduced`. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
addCompilationCache | Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clearCompilationCache | Clears seeded compilation cache. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
generateTestReport | Generates a report for testing. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
waitForDebugger | Pauses page execution. Can be resumed using generic Runtime.runIfWaitingForDebugger. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
|
Name | Description | Flags | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domContentEventFired | - | - | ||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||
documentOpened | Fired when opening document to write to. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
frameResized | - | [EXPERIMENTAL] |
||||||||||||||||||||||||
frameRequestedNavigation | Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
frameScheduledNavigation | Fired when frame schedules a potential navigation. | [DEPRECATED] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
frameStartedLoading | Fired when frame has started loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
frameStoppedLoading | Fired when frame has stopped loading. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
downloadWillBegin | Fired when page is about to start a download. Deprecated. Use Browser.downloadWillBegin instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
downloadProgress | Fired when download makes progress. Last call has |done| == true. Deprecated. Use Browser.downloadProgress instead. | [EXPERIMENTAL] [DEPRECATED] |
||||||||||||||||||||||||
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 top level page lifecycle events such as navigation, load, paint, etc. | - | ||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||
compilationCacheProduced | Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled. | [EXPERIMENTAL] |
||||||||||||||||||||||||
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:
| ||||||||||
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:
| ||||||||||
getMetrics | Retrieve current values of run-time metrics. | - | ||||||||
RETURNS:
|
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:
| |||||||||||||||||||||||||||||||||||
LayoutShiftAttribution | Object | - | - | ||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||
LayoutShift | Object | See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl | - | ||||||||||||||||||||||||||||||||
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:
|
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CertificateId | Integer | An internal certificate ID value. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MixedContentType | "blockable", "optionally-blockable", "none"String [Hover] Enum | A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SecurityState | "unknown", "neutral", "insecure", "secure", "info", "insecure-broken"String [Hover] Enum | The security level of a page or resource. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CertificateSecurityState | Object | Details about the security state of the page certificate. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SafetyTipStatus | "badReputation", "lookalike"String [Hover] Enum | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SafetyTipInfo | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VisibleSecurityState | Object | Security state information about the page. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SecurityStateExplanation | Object | An explanation of an factor contributing to the security state. | - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InsecureContentStatus | Object | Information about insecure content on the page. | [DEPRECATED] |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CertificateErrorAction | "continue", "cancel"String [Hover] Enum | The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request. | - |
Name | Description | Flags | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
disable | Disables tracking security state changes. | - | ||||||||||||
enable | Enables tracking security state changes. | - | ||||||||||||
setIgnoreCertificateErrors | Enable/disable whether all certificate errors should be ignored. | [EXPERIMENTAL] |
||||||||||||
PARAMETERS:
| ||||||||||||||
handleCertificateError | Handles a certificate error that fired a certificateError event. | [DEPRECATED] |
||||||||||||
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:
| ||||||||||||||||||||||||||
visibleSecurityStateChanged | The security state of the page changed. | [EXPERIMENTAL] |
||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||
securityStateChanged | The security state of the page changed. | - | ||||||||||||||||||||||||
PARAMETERS:
|
[Experimental]
Target
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RegistrationID | String | - | - | ||||||||||||||||||||||||||||||||||||||||
ServiceWorkerRegistration | Object | ServiceWorker registration. | - | ||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||
ServiceWorkerVersionRunningStatus | "stopped", "starting", "running", "stopping"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||
ServiceWorkerVersionStatus | "new", "installing", "installed", "activating", "activated", "redundant"String [Hover] Enum | - | - | ||||||||||||||||||||||||||||||||||||||||
ServiceWorkerVersion | Object | ServiceWorker version. | - | ||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||
ServiceWorkerErrorMessage | Object | ServiceWorker error message. | - | ||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
deliverPushMessage | - | - | ||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||
disable | - | - | ||||||||||||||||||||
dispatchSyncEvent | - | - | ||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||
dispatchPeriodicSyncEvent | - | - | ||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||
enable | - | - | ||||||||||||||||||||
inspectWorker | - | - | ||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||
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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StorageType | "appcache", "cookies", "file_systems", "indexeddb", "local_storage", "shader_cache", "websql", "service_workers", "cache_storage", "all", "other"String [Hover] Enum | Enum of possible storage types. | - | ||||||||||||
UsageForType | Object | Usage for a storage type. | - | ||||||||||||
PROPERTIES:
| |||||||||||||||
TrustTokens | Object | Pair of issuer origin and number of available (signed, but not used) Trust Tokens from that issuer. | [EXPERIMENTAL] |
||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
clearDataForOrigin | Clears storage for origin. | - | ||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
getCookies | Returns all browser cookies. | - | ||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
setCookies | Sets given cookies. | - | ||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
clearCookies | Clears cookies. | - | ||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
getUsageAndQuota | Returns usage and quota in bytes. | - | ||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||
overrideQuotaForOrigin | Override quota for the specified origin | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
trackCacheStorageForOrigin | Registers origin 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:
| ||||||||||||||||||||||||||||||
untrackCacheStorageForOrigin | Unregisters origin from receiving notifications for cache storage. | - | ||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
untrackIndexedDBForOrigin | Unregisters origin from receiving notifications for IndexedDB. | - | ||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||
getTrustTokens | Returns the number of stored Trust Tokens per issuer for the current browsing context. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||
clearTrustTokens | Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
|
Name | Description | Flags | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
|
[Experimental]
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GPUDevice | Object | Describes a single graphics processor (GPU). | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
Size | Object | Describes the width and height dimensions of an entity. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
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:
| |||||||||||||||||||||||||||||||||||||||
SubsamplingFormat | "yuv420", "yuv422", "yuv444"String [Hover] Enum | YUV subsampling type of the pixels of a given image. | - | ||||||||||||||||||||||||||||||||||||
ImageType | "jpeg", "webp", "unknown"String [Hover] Enum | Image format of a given image. | - | ||||||||||||||||||||||||||||||||||||
ImageDecodeAcceleratorCapability | Object | Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
GPUInfo | Object | Provides information about the GPU(s) on the system. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||
ProcessInfo | Object | Represents process info. | - | ||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
getInfo | Returns information about the system. | - | ||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||
getProcessInfo | Returns information about all running processes. | - | ||||||||||||||||||||
RETURNS:
|
Type ID | Type | Description | Flags | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TargetID | String | - | - | ||||||||||||||||||||||||||||||||||||||||
SessionID | String | Unique identifier of attached debugging session. | - | ||||||||||||||||||||||||||||||||||||||||
TargetInfo | Object | - | - | ||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
| |||||||||||||||||||||||||||||||||||||||||||
RemoteLocation | Object | - | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
PROPERTIES:
|
Name | Description | Flags | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activateTarget | Activates (focuses) the target. | - | ||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||
attachToTarget | Attaches to the target with given id. | - | ||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
attachToBrowserTarget | Attaches to the browser target, only uses flat sessionId mode. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
closeTarget | Closes the target. If the target is a page that gets closed too. | - | ||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
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 follwing 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:
| ||||||||||||||||||||||||||||||||||||||||||
createBrowserContext | Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
getBrowserContexts | Returns all browser contexts created with `Target.createBrowserContext` method. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||
getTargetInfo | Returns information about a target. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
RETURNS:
| ||||||||||||||||||||||||||||||||||||||||||
getTargets | Retrieves a list of available targets. | - | ||||||||||||||||||||||||||||||||||||||||
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 related to this one. 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. | [EXPERIMENTAL] |
||||||||||||||||||||||||||||||||||||||||
PARAMETERS:
| ||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||||||||||||||||||||||||||
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:
| ||||||||||||||||||
targetCreated | Issued when a possible inspection target is created. | - | ||||||||||||||||
PARAMETERS:
| ||||||||||||||||||
targetDestroyed | Issued when a target is destroyed. | - | ||||||||||||||||
PARAMETERS:
| ||||||||||||||||||
targetCrashed | Issued when a target has crashed. | - | ||||||||||||||||
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:
|