mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
35cfbe1857
commit
62ac167339
@ -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 -->
|
||||
|
@ -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
|
||||
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) > [blockedFrame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.blockedframe.md)
|
||||
|
||||
## Protocol.Audits.BlockedByResponseIssueDetails.blockedFrame property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
blockedFrame?: AffectedFrame;
|
||||
```
|
@ -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) | |
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) > [frame](./puppeteer.protocol.audits.blockedbyresponseissuedetails.frame.md)
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [BlockedByResponseIssueDetails](./puppeteer.protocol.audits.blockedbyresponseissuedetails.md) > [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;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [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;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [contentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.contentsecuritypolicyviolationtype.md)
|
||||
|
||||
## Protocol.Audits.ContentSecurityPolicyIssueDetails.contentSecurityPolicyViolationType property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [frameAncestor](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.frameancestor.md)
|
||||
|
||||
## Protocol.Audits.ContentSecurityPolicyIssueDetails.frameAncestor property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
frameAncestor?: AffectedFrame;
|
||||
```
|
@ -0,0 +1,23 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [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) | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [sourceCodeLocation](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.sourcecodelocation.md)
|
||||
|
||||
## Protocol.Audits.ContentSecurityPolicyIssueDetails.sourceCodeLocation property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
sourceCodeLocation?: SourceCodeLocation;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [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;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md) > [violatingNodeId](./puppeteer.protocol.audits.contentsecuritypolicyissuedetails.violatingnodeid.md)
|
||||
|
||||
## Protocol.Audits.ContentSecurityPolicyIssueDetails.violatingNodeId property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
violatingNodeId?: DOM.BackendNodeId;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [ContentSecurityPolicyViolationType](./puppeteer.protocol.audits.contentsecuritypolicyviolationtype.md)
|
||||
|
||||
## Protocol.Audits.ContentSecurityPolicyViolationType type
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export type ContentSecurityPolicyViolationType = ('kInlineViolation' | 'kEvalViolation' | 'kURLViolation' | 'kTrustedTypesSinkViolation' | 'kTrustedTypesPolicyViolation');
|
||||
```
|
@ -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');
|
||||
```
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [InspectorIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.md) > [contentSecurityPolicyIssueDetails](./puppeteer.protocol.audits.inspectorissuedetails.contentsecuritypolicyissuedetails.md)
|
||||
|
||||
## Protocol.Audits.InspectorIssueDetails.contentSecurityPolicyIssueDetails property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
contentSecurityPolicyIssueDetails?: ContentSecurityPolicyIssueDetails;
|
||||
```
|
@ -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) | |
|
||||
|
@ -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. |
|
||||
|
@ -7,5 +7,5 @@
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export type SameSiteCookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure');
|
||||
export type SameSiteCookieExclusionReason = ('ExcludeSameSiteUnspecifiedTreatedAsLax' | 'ExcludeSameSiteNoneInsecure' | 'ExcludeSameSiteLax' | 'ExcludeSameSiteStrict');
|
||||
```
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) > [columnNumber](./puppeteer.protocol.audits.sourcecodelocation.columnnumber.md)
|
||||
|
||||
## Protocol.Audits.SourceCodeLocation.columnNumber property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
columnNumber: integer;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) > [lineNumber](./puppeteer.protocol.audits.sourcecodelocation.linenumber.md)
|
||||
|
||||
## Protocol.Audits.SourceCodeLocation.lineNumber property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
lineNumber: integer;
|
||||
```
|
20
new-docs/puppeteer.protocol.audits.sourcecodelocation.md
Normal file
20
new-docs/puppeteer.protocol.audits.sourcecodelocation.md
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [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 | |
|
||||
|
11
new-docs/puppeteer.protocol.audits.sourcecodelocation.url.md
Normal file
11
new-docs/puppeteer.protocol.audits.sourcecodelocation.url.md
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) > [url](./puppeteer.protocol.audits.sourcecodelocation.url.md)
|
||||
|
||||
## Protocol.Audits.SourceCodeLocation.url property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
url: string;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontFace](./puppeteer.protocol.css.fontface.md) > [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[];
|
||||
```
|
@ -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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [defaultValue](./puppeteer.protocol.css.fontvariationaxis.defaultvalue.md)
|
||||
|
||||
## Protocol.CSS.FontVariationAxis.defaultValue property
|
||||
|
||||
The default value.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
defaultValue: number;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [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;
|
||||
```
|
24
new-docs/puppeteer.protocol.css.fontvariationaxis.md
Normal file
24
new-docs/puppeteer.protocol.css.fontvariationaxis.md
Normal file
@ -0,0 +1,24 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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"). |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [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;
|
||||
```
|
13
new-docs/puppeteer.protocol.css.fontvariationaxis.name.md
Normal file
13
new-docs/puppeteer.protocol.css.fontvariationaxis.name.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [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;
|
||||
```
|
13
new-docs/puppeteer.protocol.css.fontvariationaxis.tag.md
Normal file
13
new-docs/puppeteer.protocol.css.fontvariationaxis.tag.md
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontVariationAxis](./puppeteer.protocol.css.fontvariationaxis.md) > [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;
|
||||
```
|
@ -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
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md) > [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;
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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. |
|
||||
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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 |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [TakeComputedStyleUpdatesResponse](./puppeteer.protocol.css.takecomputedstyleupdatesresponse.md) > [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[];
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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)<!-- -->\[\] | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [TrackComputedStyleUpdatesRequest](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.md) > [propertiesToTrack](./puppeteer.protocol.css.trackcomputedstyleupdatesrequest.propertiestotrack.md)
|
||||
|
||||
## Protocol.CSS.TrackComputedStyleUpdatesRequest.propertiesToTrack property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
propertiesToTrack: CSSComputedStyleProperty[];
|
||||
```
|
11
new-docs/puppeteer.protocol.debugger.locationrange.end.md
Normal file
11
new-docs/puppeteer.protocol.debugger.locationrange.end.md
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [LocationRange](./puppeteer.protocol.debugger.locationrange.md) > [end](./puppeteer.protocol.debugger.locationrange.end.md)
|
||||
|
||||
## Protocol.Debugger.LocationRange.end property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
end: ScriptPosition;
|
||||
```
|
22
new-docs/puppeteer.protocol.debugger.locationrange.md
Normal file
22
new-docs/puppeteer.protocol.debugger.locationrange.md
Normal file
@ -0,0 +1,22 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [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) | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [LocationRange](./puppeteer.protocol.debugger.locationrange.md) > [scriptId](./puppeteer.protocol.debugger.locationrange.scriptid.md)
|
||||
|
||||
## Protocol.Debugger.LocationRange.scriptId property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
scriptId: Runtime.ScriptId;
|
||||
```
|
11
new-docs/puppeteer.protocol.debugger.locationrange.start.md
Normal file
11
new-docs/puppeteer.protocol.debugger.locationrange.start.md
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [LocationRange](./puppeteer.protocol.debugger.locationrange.md) > [start](./puppeteer.protocol.debugger.locationrange.start.md)
|
||||
|
||||
## Protocol.Debugger.LocationRange.start property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
start: ScriptPosition;
|
||||
```
|
@ -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
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [ScriptFailedToParseEvent](./puppeteer.protocol.debugger.scriptfailedtoparseevent.md) > [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;
|
||||
```
|
@ -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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) > [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;
|
||||
```
|
@ -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. |
|
||||
|
@ -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. |
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [StepIntoRequest](./puppeteer.protocol.debugger.stepintorequest.md) > [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[];
|
||||
```
|
18
new-docs/puppeteer.protocol.debugger.stepoverrequest.md
Normal file
18
new-docs/puppeteer.protocol.debugger.stepoverrequest.md
Normal file
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [StepOverRequest](./puppeteer.protocol.debugger.stepoverrequest.md) > [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[];
|
||||
```
|
19
new-docs/puppeteer.protocol.dom.csscomputedstyleproperty.md
Normal file
19
new-docs/puppeteer.protocol.dom.csscomputedstyleproperty.md
Normal file
@ -0,0 +1,19 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md) > [name](./puppeteer.protocol.dom.csscomputedstyleproperty.name.md)
|
||||
|
||||
## Protocol.DOM.CSSComputedStyleProperty.name property
|
||||
|
||||
Computed style property name.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
name: string;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [CSSComputedStyleProperty](./puppeteer.protocol.dom.csscomputedstyleproperty.md) > [value](./puppeteer.protocol.dom.csscomputedstyleproperty.value.md)
|
||||
|
||||
## Protocol.DOM.CSSComputedStyleProperty.value property
|
||||
|
||||
Computed style property value.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
value: string;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) > [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[];
|
||||
```
|
@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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). |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) > [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;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodesForSubtreeByStyleRequest](./puppeteer.protocol.dom.getnodesforsubtreebystylerequest.md) > [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;
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodesForSubtreeByStyleResponse](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.md) > [nodeIds](./puppeteer.protocol.dom.getnodesforsubtreebystyleresponse.nodeids.md)
|
||||
|
||||
## Protocol.DOM.GetNodesForSubtreeByStyleResponse.nodeIds property
|
||||
|
||||
Resulting nodes.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
nodeIds: NodeId[];
|
||||
```
|
@ -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) | |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) > [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;
|
||||
```
|
20
new-docs/puppeteer.protocol.emulation.displayfeature.md
Normal file
20
new-docs/puppeteer.protocol.emulation.displayfeature.md
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [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) |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) > [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;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) > [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');
|
||||
```
|
@ -0,0 +1,19 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [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> | |
|
||||
|
@ -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) | |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetDeviceMetricsOverrideRequest](./puppeteer.protocol.emulation.setdevicemetricsoverriderequest.md) > [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;
|
||||
```
|
@ -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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md) > [isScreenUnlocked](./puppeteer.protocol.emulation.setidleoverriderequest.isscreenunlocked.md)
|
||||
|
||||
## Protocol.Emulation.SetIdleOverrideRequest.isScreenUnlocked property
|
||||
|
||||
Mock isScreenUnlocked
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
isScreenUnlocked: boolean;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetIdleOverrideRequest](./puppeteer.protocol.emulation.setidleoverriderequest.md) > [isUserActive](./puppeteer.protocol.emulation.setidleoverriderequest.isuseractive.md)
|
||||
|
||||
## Protocol.Emulation.SetIdleOverrideRequest.isUserActive property
|
||||
|
||||
Mock isUserActive
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
isUserActive: boolean;
|
||||
```
|
@ -0,0 +1,19 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [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 |
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
## Protocol namespace
|
||||
|
||||
\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Auto-generated by protocol-dts-generator.ts, do not edit manually. \* \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
|
||||
The Chrome DevTools Protocol.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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) | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CrossOriginEmbedderPolicyStatus](./puppeteer.protocol.network.crossoriginembedderpolicystatus.md) > [value](./puppeteer.protocol.network.crossoriginembedderpolicystatus.value.md)
|
||||
|
||||
## Protocol.Network.CrossOriginEmbedderPolicyStatus.value property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
value: CrossOriginEmbedderPolicyValue;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CrossOriginEmbedderPolicyValue](./puppeteer.protocol.network.crossoriginembedderpolicyvalue.md)
|
||||
|
||||
## Protocol.Network.CrossOriginEmbedderPolicyValue type
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export type CrossOriginEmbedderPolicyValue = ('None' | 'RequireCorp');
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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) | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CrossOriginOpenerPolicyStatus](./puppeteer.protocol.network.crossoriginopenerpolicystatus.md) > [value](./puppeteer.protocol.network.crossoriginopenerpolicystatus.value.md)
|
||||
|
||||
## Protocol.Network.CrossOriginOpenerPolicyStatus.value property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
value: CrossOriginOpenerPolicyValue;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [CrossOriginOpenerPolicyValue](./puppeteer.protocol.network.crossoriginopenerpolicyvalue.md)
|
||||
|
||||
## Protocol.Network.CrossOriginOpenerPolicyValue type
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export type CrossOriginOpenerPolicyValue = ('SameOrigin' | 'SameOriginAllowPopups' | 'UnsafeNone' | 'SameOriginPlusCoep');
|
||||
```
|
@ -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. |
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) > [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;
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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. |
|
||||
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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) | |
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetSecurityIsolationStatusResponse](./puppeteer.protocol.network.getsecurityisolationstatusresponse.md) > [status](./puppeteer.protocol.network.getsecurityisolationstatusresponse.status.md)
|
||||
|
||||
## Protocol.Network.GetSecurityIsolationStatusResponse.status property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
status: SecurityIsolationStatus;
|
||||
```
|
@ -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. |
|
||||
|
11
new-docs/puppeteer.protocol.network.postdataentry.bytes.md
Normal file
11
new-docs/puppeteer.protocol.network.postdataentry.bytes.md
Normal file
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [PostDataEntry](./puppeteer.protocol.network.postdataentry.md) > [bytes](./puppeteer.protocol.network.postdataentry.bytes.md)
|
||||
|
||||
## Protocol.Network.PostDataEntry.bytes property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
bytes?: string;
|
||||
```
|
20
new-docs/puppeteer.protocol.network.postdataentry.md
Normal file
20
new-docs/puppeteer.protocol.network.postdataentry.md
Normal file
@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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 | |
|
||||
|
@ -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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [Request](./puppeteer.protocol.network.request.md) > [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[];
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) > [coep](./puppeteer.protocol.network.securityisolationstatus.coep.md)
|
||||
|
||||
## Protocol.Network.SecurityIsolationStatus.coep property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
coep: CrossOriginEmbedderPolicyStatus;
|
||||
```
|
@ -0,0 +1,11 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SecurityIsolationStatus](./puppeteer.protocol.network.securityisolationstatus.md) > [coop](./puppeteer.protocol.network.securityisolationstatus.coop.md)
|
||||
|
||||
## Protocol.Network.SecurityIsolationStatus.coop property
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
coop: CrossOriginOpenerPolicyStatus;
|
||||
```
|
@ -0,0 +1,19 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [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) | |
|
||||
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GetGridHighlightObjectsForTestRequest](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestrequest.md) > [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[];
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GetGridHighlightObjectsForTestResponse](./puppeteer.protocol.overlay.getgridhighlightobjectsfortestresponse.md) > [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;
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [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. |
|
||||
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [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. |
|
||||
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GetSourceOrderHighlightObjectForTestRequest](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestrequest.md) > [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;
|
||||
```
|
@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GetSourceOrderHighlightObjectForTestResponse](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.md) > [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;
|
||||
```
|
@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [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
Loading…
Reference in New Issue
Block a user