feat(chromium): roll Chromium to r800071 (#6407)

* roll Chromium to version 86, r800071
* roll Chrome DevTools protocol version to 0.0.799653
* fix HTTPRequest.continue after
  * CDP: accept post data in the binary form in Fetch.continueRequest.
    https://chromium-review.googlesource.com/c/chromium/src/+/2315239
* update new-docs
This commit is contained in:
Maksim Sadym 2020-09-09 21:23:46 +02:00 committed by GitHub
parent 35cfbe1857
commit 62ac167339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
143 changed files with 1646 additions and 19 deletions

View File

@ -17,6 +17,8 @@
* [Public API Coverage](#public-api-coverage)
* [Debugging Puppeteer](#debugging-puppeteer)
- [For Project Maintainers](#for-project-maintainers)
* [Rolling new Chromium version](#rolling-new-chromium-version)
- [Bisecting upstream changes](#bisecting-upstream-changes)
* [Releasing to npm](#releasing-to-npm)
* [Updating npm dist tags](#updating-npm-dist-tags)
<!-- gen:stop -->

View File

@ -87,7 +87,7 @@
| Namespace | Description |
| --- | --- |
| [Protocol](./puppeteer.protocol.md) | \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Auto-generated by protocol-dts-generator.ts, do not edit manually. \* \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* |
| [Protocol](./puppeteer.protocol.md) | The Chrome DevTools Protocol. |
## Variables

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) &gt; [blockedFrame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.blockedframe.md)
## Protocol.Audits.BlockedByResponseIssueDetails.blockedFrame property
<b>Signature:</b>
```typescript
blockedFrame?: AffectedFrame;
```

View File

@ -16,7 +16,8 @@ export interface BlockedByResponseIssueDetails
| Property | Type | Description |
| --- | --- | --- |
| [frame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.frame.md) | [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | |
| [blockedFrame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.blockedframe.md) | [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | |
| [parentFrame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.parentframe.md) | [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | |
| [reason](./puppeteer.protocol.audits.blockedbyresponseissuedetails.reason.md) | [BlockedByResponseReason](./puppeteer.protocol.audits.blockedbyresponsereason.md) | |
| [request](./puppeteer.protocol.audits.blockedbyresponseissuedetails.request.md) | [AffectedRequest](./puppeteer.protocol.audits.affectedrequest.md) | |

View File

@ -1,11 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) &gt; [frame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.frame.md)
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) &gt; [parentFrame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.parentframe.md)
## Protocol.Audits.BlockedByResponseIssueDetails.frame property
## Protocol.Audits.BlockedByResponseIssueDetails.parentFrame property
<b>Signature:</b>
```typescript
frame?: AffectedFrame;
parentFrame?: AffectedFrame;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [blockedURL](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.blockedurl.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.blockedURL property
The url not included in allowed sources.
<b>Signature:</b>
```typescript
blockedURL?: string;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [contentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.contentsecuritypolicyviolationtype.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.contentSecurityPolicyViolationType property
<b>Signature:</b>
```typescript
contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [frameAncestor](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.frameancestor.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.frameAncestor property
<b>Signature:</b>
```typescript
frameAncestor?: AffectedFrame;
```

View File

@ -0,0 +1,23 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails interface
<b>Signature:</b>
```typescript
export interface ContentSecurityPolicyIssueDetails
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [blockedURL](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.blockedurl.md) | string | The url not included in allowed sources. |
| [contentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.contentsecuritypolicyviolationtype.md) | [ContentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyviolationtype.md) | |
| [frameAncestor](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.frameancestor.md) | [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | |
| [sourceCodeLocation](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.sourcecodelocation.md) | [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) | |
| [violatedDirective](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violateddirective.md) | string | Specific directive that is violated, causing the CSP issue. |
| [violatingNodeId](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violatingnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [sourceCodeLocation](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.sourcecodelocation.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.sourceCodeLocation property
<b>Signature:</b>
```typescript
sourceCodeLocation?: SourceCodeLocation;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [violatedDirective](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violateddirective.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.violatedDirective property
Specific directive that is violated, causing the CSP issue.
<b>Signature:</b>
```typescript
violatedDirective: string;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) &gt; [violatingNodeId](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violatingnodeid.md)
## Protocol.Audits.ContentSecurityPolicyIssueDetails.violatingNodeId property
<b>Signature:</b>
```typescript
violatingNodeId?: DOM.BackendNodeId;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [ContentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyviolationtype.md)
## Protocol.Audits.ContentSecurityPolicyViolationType type
<b>Signature:</b>
```typescript
export type ContentSecurityPolicyViolationType = ('kInlineViolation' | 'kEvalViolation' | 'kURLViolation' | 'kTrustedTypesSinkViolation' | 'kTrustedTypesPolicyViolation');
```

View File

@ -9,5 +9,5 @@ A unique identifier for the type of issue. Each type may use one of the optional
<b>Signature:</b>
```typescript
export type InspectorIssueCode = ('SameSiteCookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue');
export type InspectorIssueCode = ('SameSiteCookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue' | 'ContentSecurityPolicyIssue');
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [InspectorIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.md) &gt; [contentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.contentsecuritypolicyissuedetails.md)
## Protocol.Audits.InspectorIssueDetails.contentSecurityPolicyIssueDetails property
<b>Signature:</b>
```typescript
contentSecurityPolicyIssueDetails?: ContentSecurityPolicyIssueDetails;
```

View File

@ -17,6 +17,7 @@ export interface InspectorIssueDetails
| Property | Type | Description |
| --- | --- | --- |
| [blockedByResponseIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.blockedbyresponseissuedetails.md) | [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) | |
| [contentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.contentsecuritypolicyissuedetails.md) | [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) | |
| [heavyAdIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.heavyadissuedetails.md) | [HeavyAdIssueDetails](./puppeteer.protocol.audits.heavyadissuedetails.md) | |
| [mixedContentIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.mixedcontentissuedetails.md) | [MixedContentIssueDetails](./puppeteer.protocol.audits.mixedcontentissuedetails.md) | |
| [sameSiteCookieIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.samesitecookieissuedetails.md) | [SameSiteCookieIssueDetails](./puppeteer.protocol.audits.samesitecookieissuedetails.md) | |

View File

@ -26,6 +26,7 @@ export namespace Audits
| [AffectedFrame](./puppeteer.protocol.audits.affectedframe.md) | Information about the frame affected by an inspector issue. |
| [AffectedRequest](./puppeteer.protocol.audits.affectedrequest.md) | Information about a request that is affected by an inspector issue. |
| [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) | 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. |
| [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) | |
| [GetEncodedResponseRequest](./puppeteer.protocol.audits.getencodedresponserequest.md) | |
| [GetEncodedResponseResponse](./puppeteer.protocol.audits.getencodedresponseresponse.md) | |
| [HeavyAdIssueDetails](./puppeteer.protocol.audits.heavyadissuedetails.md) | |
@ -34,12 +35,14 @@ export namespace Audits
| [IssueAddedEvent](./puppeteer.protocol.audits.issueaddedevent.md) | |
| [MixedContentIssueDetails](./puppeteer.protocol.audits.mixedcontentissuedetails.md) | |
| [SameSiteCookieIssueDetails](./puppeteer.protocol.audits.samesitecookieissuedetails.md) | 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. |
| [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) | |
## Type Aliases
| Type Alias | Description |
| --- | --- |
| [BlockedByResponseReason](./puppeteer.protocol.audits.blockedbyresponsereason.md) | Enum indicating the reason a response has been blocked. These reasons are refinements of the net error BLOCKED\_BY\_RESPONSE. |
| [ContentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyviolationtype.md) | |
| [HeavyAdReason](./puppeteer.protocol.audits.heavyadreason.md) | |
| [HeavyAdResolutionStatus](./puppeteer.protocol.audits.heavyadresolutionstatus.md) | |
| [InspectorIssueCode](./puppeteer.protocol.audits.inspectorissuecode.md) | 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. |

View File

@ -7,5 +7,5 @@
<b>Signature:</b>
```typescript
export type SameSiteCookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure');
export type SameSiteCookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure' | 'ExcludeSameSiteLax' | 'ExcludeSameSiteStrict');
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) &gt; [columnNumber](./puppeteer.protocol.audits.sourcecodelocation.columnnumber.md)
## Protocol.Audits.SourceCodeLocation.columnNumber property
<b>Signature:</b>
```typescript
columnNumber: integer;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) &gt; [lineNumber](./puppeteer.protocol.audits.sourcecodelocation.linenumber.md)
## Protocol.Audits.SourceCodeLocation.lineNumber property
<b>Signature:</b>
```typescript
lineNumber: integer;
```

View File

@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md)
## Protocol.Audits.SourceCodeLocation interface
<b>Signature:</b>
```typescript
export interface SourceCodeLocation
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [columnNumber](./puppeteer.protocol.audits.sourcecodelocation.columnnumber.md) | [integer](./puppeteer.protocol.integer.md) | |
| [lineNumber](./puppeteer.protocol.audits.sourcecodelocation.linenumber.md) | [integer](./puppeteer.protocol.integer.md) | |
| [url](./puppeteer.protocol.audits.sourcecodelocation.url.md) | string | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) &gt; [url](./puppeteer.protocol.audits.sourcecodelocation.url.md)
## Protocol.Audits.SourceCodeLocation.url property
<b>Signature:</b>
```typescript
url: string;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontFace](./puppeteer.protocol.css.fontface.md) &gt; [fontVariationAxes](./puppeteer.protocol.css.fontface.fontvariationaxes.md)
## Protocol.CSS.FontFace.fontVariationAxes property
Available variation settings (a.k.a. "axes").
<b>Signature:</b>
```typescript
fontVariationAxes?: FontVariationAxis[];
```

View File

@ -4,7 +4,7 @@
## Protocol.CSS.FontFace interface
Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html\#font-descriptions
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.
<b>Signature:</b>
@ -20,6 +20,7 @@ export interface FontFace
| [fontStretch](./puppeteer.protocol.css.fontface.fontstretch.md) | string | The font-stretch. |
| [fontStyle](./puppeteer.protocol.css.fontface.fontstyle.md) | string | The font-style. |
| [fontVariant](./puppeteer.protocol.css.fontface.fontvariant.md) | string | The font-variant. |
| [fontVariationAxes](./puppeteer.protocol.css.fontface.fontvariationaxes.md) | [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md)<!-- -->\[\] | Available variation settings (a.k.a. "axes"). |
| [fontWeight](./puppeteer.protocol.css.fontface.fontweight.md) | string | The font-weight. |
| [platformFontFamily](./puppeteer.protocol.css.fontface.platformfontfamily.md) | string | The resolved platform font family |
| [src](./puppeteer.protocol.css.fontface.src.md) | string | The src. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [defaultValue](./puppeteer.protocol.css.fontvariationaxis.defaultvalue.md)
## Protocol.CSS.FontVariationAxis.defaultValue property
The default value.
<b>Signature:</b>
```typescript
defaultValue: number;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [maxValue](./puppeteer.protocol.css.fontvariationaxis.maxvalue.md)
## Protocol.CSS.FontVariationAxis.maxValue property
The maximum value (inclusive) the font supports for this tag.
<b>Signature:</b>
```typescript
maxValue: number;
```

View File

@ -0,0 +1,24 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md)
## Protocol.CSS.FontVariationAxis interface
Information about font variation axes for variable fonts
<b>Signature:</b>
```typescript
export interface FontVariationAxis
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [defaultValue](./puppeteer.protocol.css.fontvariationaxis.defaultvalue.md) | number | The default value. |
| [maxValue](./puppeteer.protocol.css.fontvariationaxis.maxvalue.md) | number | The maximum value (inclusive) the font supports for this tag. |
| [minValue](./puppeteer.protocol.css.fontvariationaxis.minvalue.md) | number | The minimum value (inclusive) the font supports for this tag. |
| [name](./puppeteer.protocol.css.fontvariationaxis.name.md) | string | Human-readable variation name in the default language (normally, "en"). |
| [tag](./puppeteer.protocol.css.fontvariationaxis.tag.md) | string | The font-variation-setting tag (a.k.a. "axis tag"). |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [minValue](./puppeteer.protocol.css.fontvariationaxis.minvalue.md)
## Protocol.CSS.FontVariationAxis.minValue property
The minimum value (inclusive) the font supports for this tag.
<b>Signature:</b>
```typescript
minValue: number;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [name](./puppeteer.protocol.css.fontvariationaxis.name.md)
## Protocol.CSS.FontVariationAxis.name property
Human-readable variation name in the default language (normally, "en").
<b>Signature:</b>
```typescript
name: string;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) &gt; [tag](./puppeteer.protocol.css.fontvariationaxis.tag.md)
## Protocol.CSS.FontVariationAxis.tag property
The font-variation-setting tag (a.k.a. "axis tag").
<b>Signature:</b>
```typescript
tag: string;
```

View File

@ -36,8 +36,9 @@ export namespace CSS
| [CSSRule](./puppeteer.protocol.css.cssrule.md) | CSS rule representation. |
| [CSSStyle](./puppeteer.protocol.css.cssstyle.md) | CSS style representation. |
| [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) | CSS stylesheet metainformation. |
| [FontFace](./puppeteer.protocol.css.fontface.md) | Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html\#font-descriptions |
| [FontFace](./puppeteer.protocol.css.fontface.md) | 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. |
| [FontsUpdatedEvent](./puppeteer.protocol.css.fontsupdatedevent.md) | Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font |
| [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) | Information about font variation axes for variable fonts |
| [ForcePseudoStateRequest](./puppeteer.protocol.css.forcepseudostaterequest.md) | |
| [GetBackgroundColorsRequest](./puppeteer.protocol.css.getbackgroundcolorsrequest.md) | |
| [GetBackgroundColorsResponse](./puppeteer.protocol.css.getbackgroundcolorsresponse.md) | |
@ -63,6 +64,7 @@ export namespace CSS
| [SetEffectivePropertyValueForNodeRequest](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.md) | |
| [SetKeyframeKeyRequest](./puppeteer.protocol.css.setkeyframekeyrequest.md) | |
| [SetKeyframeKeyResponse](./puppeteer.protocol.css.setkeyframekeyresponse.md) | |
| [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md) | |
| [SetMediaTextRequest](./puppeteer.protocol.css.setmediatextrequest.md) | |
| [SetMediaTextResponse](./puppeteer.protocol.css.setmediatextresponse.md) | |
| [SetRuleSelectorRequest](./puppeteer.protocol.css.setruleselectorrequest.md) | |
@ -78,7 +80,9 @@ export namespace CSS
| [StyleSheetAddedEvent](./puppeteer.protocol.css.stylesheetaddedevent.md) | Fired whenever an active document stylesheet is added. |
| [StyleSheetChangedEvent](./puppeteer.protocol.css.stylesheetchangedevent.md) | Fired whenever a stylesheet is changed as a result of the client operation. |
| [StyleSheetRemovedEvent](./puppeteer.protocol.css.stylesheetremovedevent.md) | Fired whenever an active document stylesheet is removed. |
| [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md) | |
| [TakeCoverageDeltaResponse](./puppeteer.protocol.css.takecoveragedeltaresponse.md) | |
| [TrackComputedStyleUpdatesRequest](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.md) | |
| [Value](./puppeteer.protocol.css.value.md) | Data for a simple selector (these are delimited by commas in a selector list). |
## Type Aliases

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md) &gt; [enabled](./puppeteer.protocol.css.setlocalfontsenabledrequest.enabled.md)
## Protocol.CSS.SetLocalFontsEnabledRequest.enabled property
Whether rendering of local fonts is enabled.
<b>Signature:</b>
```typescript
enabled: boolean;
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md)
## Protocol.CSS.SetLocalFontsEnabledRequest interface
<b>Signature:</b>
```typescript
export interface SetLocalFontsEnabledRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [enabled](./puppeteer.protocol.css.setlocalfontsenabledrequest.enabled.md) | boolean | Whether rendering of local fonts is enabled. |

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md)
## Protocol.CSS.TakeComputedStyleUpdatesResponse interface
<b>Signature:</b>
```typescript
export interface TakeComputedStyleUpdatesResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodeIds](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.nodeids.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md)<!-- -->\[\] | The list of node Ids that have their tracked computed styles updated |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md) &gt; [nodeIds](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.nodeids.md)
## Protocol.CSS.TakeComputedStyleUpdatesResponse.nodeIds property
The list of node Ids that have their tracked computed styles updated
<b>Signature:</b>
```typescript
nodeIds: DOM.NodeId[];
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [TrackComputedStyleUpdatesRequest](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.md)
## Protocol.CSS.TrackComputedStyleUpdatesRequest interface
<b>Signature:</b>
```typescript
export interface TrackComputedStyleUpdatesRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [propertiesToTrack](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.propertiestotrack.md) | [CSSComputedStyleProperty](./puppeteer.protocol.css.csscomputedstyleproperty.md)<!-- -->\[\] | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [TrackComputedStyleUpdatesRequest](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.md) &gt; [propertiesToTrack](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.propertiestotrack.md)
## Protocol.CSS.TrackComputedStyleUpdatesRequest.propertiesToTrack property
<b>Signature:</b>
```typescript
propertiesToTrack: CSSComputedStyleProperty[];
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [LocationRange](./puppeteer.protocol.debugger.locationrange.md) &gt; [end](./puppeteer.protocol.debugger.locationrange.end.md)
## Protocol.Debugger.LocationRange.end property
<b>Signature:</b>
```typescript
end: ScriptPosition;
```

View File

@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [LocationRange](./puppeteer.protocol.debugger.locationrange.md)
## Protocol.Debugger.LocationRange interface
Location range within one script.
<b>Signature:</b>
```typescript
export interface LocationRange
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [end](./puppeteer.protocol.debugger.locationrange.end.md) | [ScriptPosition](./puppeteer.protocol.debugger.scriptposition.md) | |
| [scriptId](./puppeteer.protocol.debugger.locationrange.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | |
| [start](./puppeteer.protocol.debugger.locationrange.start.md) | [ScriptPosition](./puppeteer.protocol.debugger.scriptposition.md) | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [LocationRange](./puppeteer.protocol.debugger.locationrange.md) &gt; [scriptId](./puppeteer.protocol.debugger.locationrange.scriptid.md)
## Protocol.Debugger.LocationRange.scriptId property
<b>Signature:</b>
```typescript
scriptId: Runtime.ScriptId;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [LocationRange](./puppeteer.protocol.debugger.locationrange.md) &gt; [start](./puppeteer.protocol.debugger.locationrange.start.md)
## Protocol.Debugger.LocationRange.start property
<b>Signature:</b>
```typescript
start: ScriptPosition;
```

View File

@ -48,6 +48,7 @@ export namespace Debugger
| [GetWasmBytecodeRequest](./puppeteer.protocol.debugger.getwasmbytecoderequest.md) | |
| [GetWasmBytecodeResponse](./puppeteer.protocol.debugger.getwasmbytecoderesponse.md) | |
| [Location](./puppeteer.protocol.debugger.location.md) | Location in the source code. |
| [LocationRange](./puppeteer.protocol.debugger.locationrange.md) | Location range within one script. |
| [PausedEvent](./puppeteer.protocol.debugger.pausedevent.md) | Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. |
| [PauseOnAsyncCallRequest](./puppeteer.protocol.debugger.pauseonasynccallrequest.md) | |
| [RemoveBreakpointRequest](./puppeteer.protocol.debugger.removebreakpointrequest.md) | |
@ -80,6 +81,7 @@ export namespace Debugger
| [SetSkipAllPausesRequest](./puppeteer.protocol.debugger.setskipallpausesrequest.md) | |
| [SetVariableValueRequest](./puppeteer.protocol.debugger.setvariablevaluerequest.md) | |
| [StepIntoRequest](./puppeteer.protocol.debugger.stepintorequest.md) | |
| [StepOverRequest](./puppeteer.protocol.debugger.stepoverrequest.md) | |
## Type Aliases

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptFailedToParseEvent](./puppeteer.protocol.debugger.scriptfailedtoparseevent.md) &gt; [embedderName](./puppeteer.protocol.debugger.scriptfailedtoparseevent.embeddername.md)
## Protocol.Debugger.ScriptFailedToParseEvent.embedderName property
The name the embedder supplied for this script.
<b>Signature:</b>
```typescript
embedderName?: string;
```

View File

@ -17,6 +17,7 @@ export interface ScriptFailedToParseEvent
| Property | Type | Description |
| --- | --- | --- |
| [codeOffset](./puppeteer.protocol.debugger.scriptfailedtoparseevent.codeoffset.md) | [integer](./puppeteer.protocol.integer.md) | If the scriptLanguage is WebAssembly, the code section offset in the module. |
| [embedderName](./puppeteer.protocol.debugger.scriptfailedtoparseevent.embeddername.md) | string | The name the embedder supplied for this script. |
| [endColumn](./puppeteer.protocol.debugger.scriptfailedtoparseevent.endcolumn.md) | [integer](./puppeteer.protocol.integer.md) | Length of the last line of the script. |
| [endLine](./puppeteer.protocol.debugger.scriptfailedtoparseevent.endline.md) | [integer](./puppeteer.protocol.integer.md) | Last line of the script. |
| [executionContextAuxData](./puppeteer.protocol.debugger.scriptfailedtoparseevent.executioncontextauxdata.md) | any | Embedder-specific auxiliary data. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) &gt; [embedderName](./puppeteer.protocol.debugger.scriptparsedevent.embeddername.md)
## Protocol.Debugger.ScriptParsedEvent.embedderName property
The name the embedder supplied for this script.
<b>Signature:</b>
```typescript
embedderName?: string;
```

View File

@ -18,6 +18,7 @@ export interface ScriptParsedEvent
| --- | --- | --- |
| [codeOffset](./puppeteer.protocol.debugger.scriptparsedevent.codeoffset.md) | [integer](./puppeteer.protocol.integer.md) | If the scriptLanguage is WebAssembly, the code section offset in the module. |
| [debugSymbols](./puppeteer.protocol.debugger.scriptparsedevent.debugsymbols.md) | [Debugger.DebugSymbols](./puppeteer.protocol.debugger.debugsymbols.md) | If the scriptLanguage is WebASsembly, the source of debug symbols for the module. |
| [embedderName](./puppeteer.protocol.debugger.scriptparsedevent.embeddername.md) | string | The name the embedder supplied for this script. |
| [endColumn](./puppeteer.protocol.debugger.scriptparsedevent.endcolumn.md) | [integer](./puppeteer.protocol.integer.md) | Length of the last line of the script. |
| [endLine](./puppeteer.protocol.debugger.scriptparsedevent.endline.md) | [integer](./puppeteer.protocol.integer.md) | Last line of the script. |
| [executionContextAuxData](./puppeteer.protocol.debugger.scriptparsedevent.executioncontextauxdata.md) | any | Embedder-specific auxiliary data. |

View File

@ -15,4 +15,5 @@ export interface StepIntoRequest
| Property | Type | Description |
| --- | --- | --- |
| [breakOnAsyncCall](./puppeteer.protocol.debugger.stepintorequest.breakonasynccall.md) | boolean | Debugger will pause on the execution of the first async task which was scheduled before next pause. |
| [skipList](./puppeteer.protocol.debugger.stepintorequest.skiplist.md) | [LocationRange](./puppeteer.protocol.debugger.locationrange.md)<!-- -->\[\] | The skipList specifies location ranges that should be skipped on step into. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [StepIntoRequest](./puppeteer.protocol.debugger.stepintorequest.md) &gt; [skipList](./puppeteer.protocol.debugger.stepintorequest.skiplist.md)
## Protocol.Debugger.StepIntoRequest.skipList property
The skipList specifies location ranges that should be skipped on step into.
<b>Signature:</b>
```typescript
skipList?: LocationRange[];
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [StepOverRequest](./puppeteer.protocol.debugger.stepoverrequest.md)
## Protocol.Debugger.StepOverRequest interface
<b>Signature:</b>
```typescript
export interface StepOverRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [skipList](./puppeteer.protocol.debugger.stepoverrequest.skiplist.md) | [LocationRange](./puppeteer.protocol.debugger.locationrange.md)<!-- -->\[\] | The skipList specifies location ranges that should be skipped on step over. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [StepOverRequest](./puppeteer.protocol.debugger.stepoverrequest.md) &gt; [skipList](./puppeteer.protocol.debugger.stepoverrequest.skiplist.md)
## Protocol.Debugger.StepOverRequest.skipList property
The skipList specifies location ranges that should be skipped on step over.
<b>Signature:</b>
```typescript
skipList?: LocationRange[];
```

View File

@ -0,0 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md)
## Protocol.DOM.CSSComputedStyleProperty interface
<b>Signature:</b>
```typescript
export interface CSSComputedStyleProperty
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.dom.csscomputedstyleproperty.name.md) | string | Computed style property name. |
| [value](./puppeteer.protocol.dom.csscomputedstyleproperty.value.md) | string | Computed style property value. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md) &gt; [name](./puppeteer.protocol.dom.csscomputedstyleproperty.name.md)
## Protocol.DOM.CSSComputedStyleProperty.name property
Computed style property name.
<b>Signature:</b>
```typescript
name: string;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md) &gt; [value](./puppeteer.protocol.dom.csscomputedstyleproperty.value.md)
## Protocol.DOM.CSSComputedStyleProperty.value property
Computed style property value.
<b>Signature:</b>
```typescript
value: string;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) &gt; [computedStyles](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.computedstyles.md)
## Protocol.DOM.GetNodesForSubtreeByStyleRequest.computedStyles property
The style to filter nodes by (includes nodes if any of properties matches).
<b>Signature:</b>
```typescript
computedStyles: CSSComputedStyleProperty[];
```

View File

@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md)
## Protocol.DOM.GetNodesForSubtreeByStyleRequest interface
<b>Signature:</b>
```typescript
export interface GetNodesForSubtreeByStyleRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [computedStyles](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.computedstyles.md) | [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md)<!-- -->\[\] | The style to filter nodes by (includes nodes if any of properties matches). |
| [nodeId](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Node ID pointing to the root of a subtree. |
| [pierce](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.pierce.md) | boolean | Whether or not iframes and shadow roots in the same target should be traversed when returning the results (default is false). |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) &gt; [nodeId](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.nodeid.md)
## Protocol.DOM.GetNodesForSubtreeByStyleRequest.nodeId property
Node ID pointing to the root of a subtree.
<b>Signature:</b>
```typescript
nodeId: NodeId;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) &gt; [pierce](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.pierce.md)
## Protocol.DOM.GetNodesForSubtreeByStyleRequest.pierce property
Whether or not iframes and shadow roots in the same target should be traversed when returning the results (default is false).
<b>Signature:</b>
```typescript
pierce?: boolean;
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleResponse](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.md)
## Protocol.DOM.GetNodesForSubtreeByStyleResponse interface
<b>Signature:</b>
```typescript
export interface GetNodesForSubtreeByStyleResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodeIds](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.nodeids.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md)<!-- -->\[\] | Resulting nodes. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodesForSubtreeByStyleResponse](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.md) &gt; [nodeIds](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.nodeids.md)
## Protocol.DOM.GetNodesForSubtreeByStyleResponse.nodeIds property
Resulting nodes.
<b>Signature:</b>
```typescript
nodeIds: NodeId[];
```

View File

@ -28,6 +28,7 @@ export namespace DOM
| [CollectClassNamesFromSubtreeResponse](./puppeteer.protocol.dom.collectclassnamesfromsubtreeresponse.md) | |
| [CopyToRequest](./puppeteer.protocol.dom.copytorequest.md) | |
| [CopyToResponse](./puppeteer.protocol.dom.copytoresponse.md) | |
| [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md) | |
| [DescribeNodeRequest](./puppeteer.protocol.dom.describenoderequest.md) | |
| [DescribeNodeResponse](./puppeteer.protocol.dom.describenoderesponse.md) | |
| [DiscardSearchResultsRequest](./puppeteer.protocol.dom.discardsearchresultsrequest.md) | |
@ -49,6 +50,8 @@ export namespace DOM
| [GetFrameOwnerResponse](./puppeteer.protocol.dom.getframeownerresponse.md) | |
| [GetNodeForLocationRequest](./puppeteer.protocol.dom.getnodeforlocationrequest.md) | |
| [GetNodeForLocationResponse](./puppeteer.protocol.dom.getnodeforlocationresponse.md) | |
| [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) | |
| [GetNodesForSubtreeByStyleResponse](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.md) | |
| [GetNodeStackTracesRequest](./puppeteer.protocol.dom.getnodestacktracesrequest.md) | |
| [GetNodeStackTracesResponse](./puppeteer.protocol.dom.getnodestacktracesresponse.md) | |
| [GetOuterHTMLRequest](./puppeteer.protocol.dom.getouterhtmlrequest.md) | |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) &gt; [maskLength](./puppeteer.protocol.emulation.displayfeature.masklength.md)
## Protocol.Emulation.DisplayFeature.maskLength property
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask\_length.
<b>Signature:</b>
```typescript
maskLength: integer;
```

View File

@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md)
## Protocol.Emulation.DisplayFeature interface
<b>Signature:</b>
```typescript
export interface DisplayFeature
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [maskLength](./puppeteer.protocol.emulation.displayfeature.masklength.md) | [integer](./puppeteer.protocol.integer.md) | A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area. A display feature that only splits content will have a 0 mask\_length. |
| [offset](./puppeteer.protocol.emulation.displayfeature.offset.md) | [integer](./puppeteer.protocol.integer.md) | The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction. |
| [orientation](./puppeteer.protocol.emulation.displayfeature.orientation.md) | ('vertical' \| 'horizontal') | Orientation of a display feature in relation to screen (DisplayFeatureOrientation enum) |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) &gt; [offset](./puppeteer.protocol.emulation.displayfeature.offset.md)
## Protocol.Emulation.DisplayFeature.offset property
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.
<b>Signature:</b>
```typescript
offset: integer;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) &gt; [orientation](./puppeteer.protocol.emulation.displayfeature.orientation.md)
## Protocol.Emulation.DisplayFeature.orientation property
Orientation of a display feature in relation to screen (DisplayFeatureOrientation enum)
<b>Signature:</b>
```typescript
orientation: ('vertical' | 'horizontal');
```

View File

@ -0,0 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [DisplayFeatureOrientation](./puppeteer.protocol.emulation.displayfeatureorientation.md)
## Protocol.Emulation.DisplayFeatureOrientation enum
<b>Signature:</b>
```typescript
export const enum DisplayFeatureOrientation
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Horizontal | <code>'horizontal'</code> | |
| Vertical | <code>'vertical'</code> | |

View File

@ -16,6 +16,7 @@ export namespace Emulation
| Enumeration | Description |
| --- | --- |
| [DisplayFeatureOrientation](./puppeteer.protocol.emulation.displayfeatureorientation.md) | |
| [ScreenOrientationType](./puppeteer.protocol.emulation.screenorientationtype.md) | |
| [SetEmitTouchEventsForMouseRequestConfiguration](./puppeteer.protocol.emulation.setemittoucheventsformouserequestconfiguration.md) | |
| [SetEmulatedVisionDeficiencyRequestType](./puppeteer.protocol.emulation.setemulatedvisiondeficiencyrequesttype.md) | |
@ -25,6 +26,7 @@ export namespace Emulation
| Interface | Description |
| --- | --- |
| [CanEmulateResponse](./puppeteer.protocol.emulation.canemulateresponse.md) | |
| [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) | |
| [MediaFeature](./puppeteer.protocol.emulation.mediafeature.md) | |
| [ScreenOrientation](./puppeteer.protocol.emulation.screenorientation.md) | Screen orientation. |
| [SetCPUThrottlingRateRequest](./puppeteer.protocol.emulation.setcputhrottlingraterequest.md) | |
@ -36,6 +38,7 @@ export namespace Emulation
| [SetEmulatedVisionDeficiencyRequest](./puppeteer.protocol.emulation.setemulatedvisiondeficiencyrequest.md) | |
| [SetFocusEmulationEnabledRequest](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.md) | |
| [SetGeolocationOverrideRequest](./puppeteer.protocol.emulation.setgeolocationoverriderequest.md) | |
| [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md) | |
| [SetLocaleOverrideRequest](./puppeteer.protocol.emulation.setlocaleoverriderequest.md) | |
| [SetNavigatorOverridesRequest](./puppeteer.protocol.emulation.setnavigatoroverridesrequest.md) | |
| [SetPageScaleFactorRequest](./puppeteer.protocol.emulation.setpagescalefactorrequest.md) | |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetDeviceMetricsOverrideRequest](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.md) &gt; [displayFeature](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.displayfeature.md)
## Protocol.Emulation.SetDeviceMetricsOverrideRequest.displayFeature property
If set, the display feature of a multi-segment screen. If not set, multi-segment support is turned-off.
<b>Signature:</b>
```typescript
displayFeature?: DisplayFeature;
```

View File

@ -15,6 +15,7 @@ export interface SetDeviceMetricsOverrideRequest
| Property | Type | Description |
| --- | --- | --- |
| [deviceScaleFactor](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.devicescalefactor.md) | number | Overriding device scale factor value. 0 disables the override. |
| [displayFeature](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.displayfeature.md) | [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) | If set, the display feature of a multi-segment screen. If not set, multi-segment support is turned-off. |
| [dontSetVisibleSize](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.dontsetvisiblesize.md) | boolean | Do not set visible view size, rely upon explicit setVisibleSize call. |
| [height](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.height.md) | [integer](./puppeteer.protocol.integer.md) | Overriding height value in pixels (minimum 0, maximum 10000000). 0 disables the override. |
| [mobile](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.mobile.md) | boolean | Whether to emulate mobile device. This includes viewport meta tag, overlay scrollbars, text autosizing and more. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md) &gt; [isScreenUnlocked](./puppeteer.protocol.emulation.setidleoverriderequest.isscreenunlocked.md)
## Protocol.Emulation.SetIdleOverrideRequest.isScreenUnlocked property
Mock isScreenUnlocked
<b>Signature:</b>
```typescript
isScreenUnlocked: boolean;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md) &gt; [isUserActive](./puppeteer.protocol.emulation.setidleoverriderequest.isuseractive.md)
## Protocol.Emulation.SetIdleOverrideRequest.isUserActive property
Mock isUserActive
<b>Signature:</b>
```typescript
isUserActive: boolean;
```

View File

@ -0,0 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md)
## Protocol.Emulation.SetIdleOverrideRequest interface
<b>Signature:</b>
```typescript
export interface SetIdleOverrideRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [isScreenUnlocked](./puppeteer.protocol.emulation.setidleoverriderequest.isscreenunlocked.md) | boolean | Mock isScreenUnlocked |
| [isUserActive](./puppeteer.protocol.emulation.setidleoverriderequest.isuseractive.md) | boolean | Mock isUserActive |

View File

@ -4,7 +4,7 @@
## Protocol namespace
\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Auto-generated by protocol-dts-generator.ts, do not edit manually. \* \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
The Chrome DevTools Protocol.
<b>Signature:</b>

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginEmbedderPolicyStatus](./puppeteer.protocol.network.crossoriginembedderpolicystatus.md)
## Protocol.Network.CrossOriginEmbedderPolicyStatus interface
<b>Signature:</b>
```typescript
export interface CrossOriginEmbedderPolicyStatus
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [value](./puppeteer.protocol.network.crossoriginembedderpolicystatus.value.md) | [CrossOriginEmbedderPolicyValue](./puppeteer.protocol.network.crossoriginembedderpolicyvalue.md) | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginEmbedderPolicyStatus](./puppeteer.protocol.network.crossoriginembedderpolicystatus.md) &gt; [value](./puppeteer.protocol.network.crossoriginembedderpolicystatus.value.md)
## Protocol.Network.CrossOriginEmbedderPolicyStatus.value property
<b>Signature:</b>
```typescript
value: CrossOriginEmbedderPolicyValue;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginEmbedderPolicyValue](./puppeteer.protocol.network.crossoriginembedderpolicyvalue.md)
## Protocol.Network.CrossOriginEmbedderPolicyValue type
<b>Signature:</b>
```typescript
export type CrossOriginEmbedderPolicyValue = ('None' | 'RequireCorp');
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md)
## Protocol.Network.CrossOriginOpenerPolicyStatus interface
<b>Signature:</b>
```typescript
export interface CrossOriginOpenerPolicyStatus
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [value](./puppeteer.protocol.network.crossoriginopenerpolicystatus.value.md) | [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md) | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md) &gt; [value](./puppeteer.protocol.network.crossoriginopenerpolicystatus.value.md)
## Protocol.Network.CrossOriginOpenerPolicyStatus.value property
<b>Signature:</b>
```typescript
value: CrossOriginOpenerPolicyValue;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md)
## Protocol.Network.CrossOriginOpenerPolicyValue type
<b>Signature:</b>
```typescript
export type CrossOriginOpenerPolicyValue = ('SameOrigin' | 'SameOriginAllowPopups' | 'UnsafeNone' | 'SameOriginPlusCoep');
```

View File

@ -14,5 +14,5 @@ export interface GetCookiesRequest
| Property | Type | Description |
| --- | --- | --- |
| [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md) | string\[\] | The list of URLs for which applicable cookies will be fetched |
| [urls](./puppeteer.protocol.network.getcookiesrequest.urls.md) | string\[\] | The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes. |

View File

@ -4,7 +4,7 @@
## Protocol.Network.GetCookiesRequest.urls property
The list of URLs for which applicable cookies will be fetched
The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes.
<b>Signature:</b>

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) &gt; [frameId](./puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md)
## Protocol.Network.GetSecurityIsolationStatusRequest.frameId property
If no frameId is provided, the status of the target is provided.
<b>Signature:</b>
```typescript
frameId?: Page.FrameId;
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md)
## Protocol.Network.GetSecurityIsolationStatusRequest interface
<b>Signature:</b>
```typescript
export interface GetSecurityIsolationStatusRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [frameId](./puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | If no frameId is provided, the status of the target is provided. |

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [GetSecurityIsolationStatusResponse](./puppeteer.protocol.network.getsecurityisolationstatusresponse.md)
## Protocol.Network.GetSecurityIsolationStatusResponse interface
<b>Signature:</b>
```typescript
export interface GetSecurityIsolationStatusResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [status](./puppeteer.protocol.network.getsecurityisolationstatusresponse.status.md) | [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) | |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [GetSecurityIsolationStatusResponse](./puppeteer.protocol.network.getsecurityisolationstatusresponse.md) &gt; [status](./puppeteer.protocol.network.getsecurityisolationstatusresponse.status.md)
## Protocol.Network.GetSecurityIsolationStatusResponse.status property
<b>Signature:</b>
```typescript
status: SecurityIsolationStatus;
```

View File

@ -36,6 +36,8 @@ export namespace Network
| [ContinueInterceptedRequestRequest](./puppeteer.protocol.network.continueinterceptedrequestrequest.md) | |
| [Cookie](./puppeteer.protocol.network.cookie.md) | Cookie object |
| [CookieParam](./puppeteer.protocol.network.cookieparam.md) | Cookie parameter object |
| [CrossOriginEmbedderPolicyStatus](./puppeteer.protocol.network.crossoriginembedderpolicystatus.md) | |
| [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md) | |
| [DataReceivedEvent](./puppeteer.protocol.network.datareceivedevent.md) | Fired when data chunk was received over the network. |
| [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) | |
| [EmulateNetworkConditionsRequest](./puppeteer.protocol.network.emulatenetworkconditionsrequest.md) | |
@ -52,10 +54,13 @@ export namespace Network
| [GetResponseBodyForInterceptionResponse](./puppeteer.protocol.network.getresponsebodyforinterceptionresponse.md) | |
| [GetResponseBodyRequest](./puppeteer.protocol.network.getresponsebodyrequest.md) | |
| [GetResponseBodyResponse](./puppeteer.protocol.network.getresponsebodyresponse.md) | |
| [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) | |
| [GetSecurityIsolationStatusResponse](./puppeteer.protocol.network.getsecurityisolationstatusresponse.md) | |
| [Headers](./puppeteer.protocol.network.headers.md) | Request / response headers as keys / values of JSON object. |
| [Initiator](./puppeteer.protocol.network.initiator.md) | Information about the request initiator. |
| [LoadingFailedEvent](./puppeteer.protocol.network.loadingfailedevent.md) | Fired when HTTP request has failed to load. |
| [LoadingFinishedEvent](./puppeteer.protocol.network.loadingfinishedevent.md) | Fired when HTTP request has finished loading. |
| [PostDataEntry](./puppeteer.protocol.network.postdataentry.md) | Post data entry for HTTP request |
| [ReplayXHRRequest](./puppeteer.protocol.network.replayxhrrequest.md) | |
| [Request](./puppeteer.protocol.network.request.md) | HTTP request data. |
| [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) | Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. Deprecated, use Fetch.requestPaused instead. |
@ -71,6 +76,7 @@ export namespace Network
| [SearchInResponseBodyRequest](./puppeteer.protocol.network.searchinresponsebodyrequest.md) | |
| [SearchInResponseBodyResponse](./puppeteer.protocol.network.searchinresponsebodyresponse.md) | |
| [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) | Security details about a request. |
| [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) | |
| [SetBlockedURLsRequest](./puppeteer.protocol.network.setblockedurlsrequest.md) | |
| [SetBypassServiceWorkerRequest](./puppeteer.protocol.network.setbypassserviceworkerrequest.md) | |
| [SetCacheDisabledRequest](./puppeteer.protocol.network.setcachedisabledrequest.md) | |
@ -110,6 +116,8 @@ export namespace Network
| [CookieBlockedReason](./puppeteer.protocol.network.cookieblockedreason.md) | Types of reasons why a cookie may not be sent with a request. |
| [CookiePriority](./puppeteer.protocol.network.cookiepriority.md) | Represents the cookie's 'Priority' status: https://tools.ietf.org/html/draft-west-cookie-priority-00 |
| [CookieSameSite](./puppeteer.protocol.network.cookiesamesite.md) | Represents the cookie's 'SameSite' status: https://tools.ietf.org/html/draft-west-first-party-cookies |
| [CrossOriginEmbedderPolicyValue](./puppeteer.protocol.network.crossoriginembedderpolicyvalue.md) | |
| [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md) | |
| [ErrorReason](./puppeteer.protocol.network.errorreason.md) | Network level fetch failure reason. |
| [InterceptionId](./puppeteer.protocol.network.interceptionid.md) | Unique intercepted request identifier. |
| [InterceptionStage](./puppeteer.protocol.network.interceptionstage.md) | Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received. |

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [PostDataEntry](./puppeteer.protocol.network.postdataentry.md) &gt; [bytes](./puppeteer.protocol.network.postdataentry.bytes.md)
## Protocol.Network.PostDataEntry.bytes property
<b>Signature:</b>
```typescript
bytes?: string;
```

View File

@ -0,0 +1,20 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [PostDataEntry](./puppeteer.protocol.network.postdataentry.md)
## Protocol.Network.PostDataEntry interface
Post data entry for HTTP request
<b>Signature:</b>
```typescript
export interface PostDataEntry
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bytes](./puppeteer.protocol.network.postdataentry.bytes.md) | string | |

View File

@ -23,6 +23,7 @@ export interface Request
| [method](./puppeteer.protocol.network.request.method.md) | string | HTTP request method. |
| [mixedContentType](./puppeteer.protocol.network.request.mixedcontenttype.md) | [Security.MixedContentType](./puppeteer.protocol.security.mixedcontenttype.md) | The mixed content type of the request. |
| [postData](./puppeteer.protocol.network.request.postdata.md) | string | HTTP POST request data. |
| [postDataEntries](./puppeteer.protocol.network.request.postdataentries.md) | [PostDataEntry](./puppeteer.protocol.network.postdataentry.md)<!-- -->\[\] | Request body elements. This will be converted from base64 to binary |
| [referrerPolicy](./puppeteer.protocol.network.request.referrerpolicy.md) | ('unsafe-url' \| 'no-referrer-when-downgrade' \| 'no-referrer' \| 'origin' \| 'origin-when-cross-origin' \| 'same-origin' \| 'strict-origin' \| 'strict-origin-when-cross-origin') | The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/ (RequestReferrerPolicy enum) |
| [url](./puppeteer.protocol.network.request.url.md) | string | Request URL (without fragment). |
| [urlFragment](./puppeteer.protocol.network.request.urlfragment.md) | string | Fragment of the requested URL starting with hash, if present. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [Request](./puppeteer.protocol.network.request.md) &gt; [postDataEntries](./puppeteer.protocol.network.request.postdataentries.md)
## Protocol.Network.Request.postDataEntries property
Request body elements. This will be converted from base64 to binary
<b>Signature:</b>
```typescript
postDataEntries?: PostDataEntry[];
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) &gt; [coep](./puppeteer.protocol.network.securityisolationstatus.coep.md)
## Protocol.Network.SecurityIsolationStatus.coep property
<b>Signature:</b>
```typescript
coep: CrossOriginEmbedderPolicyStatus;
```

View File

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) &gt; [coop](./puppeteer.protocol.network.securityisolationstatus.coop.md)
## Protocol.Network.SecurityIsolationStatus.coop property
<b>Signature:</b>
```typescript
coop: CrossOriginOpenerPolicyStatus;
```

View File

@ -0,0 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md)
## Protocol.Network.SecurityIsolationStatus interface
<b>Signature:</b>
```typescript
export interface SecurityIsolationStatus
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [coep](./puppeteer.protocol.network.securityisolationstatus.coep.md) | [CrossOriginEmbedderPolicyStatus](./puppeteer.protocol.network.crossoriginembedderpolicystatus.md) | |
| [coop](./puppeteer.protocol.network.securityisolationstatus.coop.md) | [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md) | |

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetGridHighlightObjectsForTestRequest](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestrequest.md)
## Protocol.Overlay.GetGridHighlightObjectsForTestRequest interface
<b>Signature:</b>
```typescript
export interface GetGridHighlightObjectsForTestRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodeIds](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestrequest.nodeids.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md)<!-- -->\[\] | Ids of the node to get highlight object for. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetGridHighlightObjectsForTestRequest](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestrequest.md) &gt; [nodeIds](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestrequest.nodeids.md)
## Protocol.Overlay.GetGridHighlightObjectsForTestRequest.nodeIds property
Ids of the node to get highlight object for.
<b>Signature:</b>
```typescript
nodeIds: DOM.NodeId[];
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetGridHighlightObjectsForTestResponse](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestresponse.md) &gt; [highlights](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestresponse.highlights.md)
## Protocol.Overlay.GetGridHighlightObjectsForTestResponse.highlights property
Grid Highlight data for the node ids provided.
<b>Signature:</b>
```typescript
highlights: any;
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetGridHighlightObjectsForTestResponse](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestresponse.md)
## Protocol.Overlay.GetGridHighlightObjectsForTestResponse interface
<b>Signature:</b>
```typescript
export interface GetGridHighlightObjectsForTestResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [highlights](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestresponse.highlights.md) | any | Grid Highlight data for the node ids provided. |

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetSourceOrderHighlightObjectForTestRequest](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestrequest.md)
## Protocol.Overlay.GetSourceOrderHighlightObjectForTestRequest interface
<b>Signature:</b>
```typescript
export interface GetSourceOrderHighlightObjectForTestRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [nodeId](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestrequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node to highlight. |

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetSourceOrderHighlightObjectForTestRequest](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestrequest.md) &gt; [nodeId](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestrequest.nodeid.md)
## Protocol.Overlay.GetSourceOrderHighlightObjectForTestRequest.nodeId property
Id of the node to highlight.
<b>Signature:</b>
```typescript
nodeId: DOM.NodeId;
```

View File

@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetSourceOrderHighlightObjectForTestResponse](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.md) &gt; [highlight](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.highlight.md)
## Protocol.Overlay.GetSourceOrderHighlightObjectForTestResponse.highlight property
Source order highlight data for the node id provided.
<b>Signature:</b>
```typescript
highlight: any;
```

View File

@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [GetSourceOrderHighlightObjectForTestResponse](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.md)
## Protocol.Overlay.GetSourceOrderHighlightObjectForTestResponse interface
<b>Signature:</b>
```typescript
export interface GetSourceOrderHighlightObjectForTestResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [highlight](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.highlight.md) | any | Source order highlight data for the node id provided. |

Some files were not shown because too many files have changed in this diff Show More