Skip to content

Commit e95ec58

Browse files
committed
Update to r876873
1 parent 19ac9d6 commit e95ec58

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# 🎭 Playwright
22

3-
[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://aka.ms/playwright-slack) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-92.0.4484.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-88.0b8-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-14.2-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop -->
3+
[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://aka.ms/playwright-slack) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-92.0.4491.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-88.0b8-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-14.2-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop -->
44

55
## [Documentation](https://playwright.dev) | [API reference](https://playwright.dev/docs/api/class-playwright/)
66

77
Playwright is a Node.js library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.
88

99
| | Linux | macOS | Windows |
1010
| :--- | :---: | :---: | :---: |
11-
| Chromium <!-- GEN:chromium-version -->92.0.4484.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
11+
| Chromium <!-- GEN:chromium-version -->92.0.4491.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1212
| WebKit <!-- GEN:webkit-version -->14.2<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1313
| Firefox <!-- GEN:firefox-version -->88.0b8<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1414

browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"browsers": [
44
{
55
"name": "chromium",
6-
"revision": "874500",
6+
"revision": "876873",
77
"installByDefault": true
88
},
99
{

src/server/chromium/protocol.ts

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ some CSP errors in the future.
811811
export type SharedArrayBufferIssueType = "TransferIssue"|"CreationIssue";
812812
/**
813813
* Details for a issue arising from an SAB being instantiated in, or
814-
transfered to a context that is not cross-origin isolated.
814+
transferred to a context that is not cross-origin isolated.
815815
*/
816816
export interface SharedArrayBufferIssueDetails {
817817
sourceCodeLocation: SourceCodeLocation;
@@ -858,7 +858,7 @@ CORS RFC1918 enforcement.
858858
resourceIPAddressSpace?: Network.IPAddressSpace;
859859
clientSecurityState?: Network.ClientSecurityState;
860860
}
861-
export type AttributionReportingIssueType = "PermissionPolicyDisabled"|"InvalidAttributionData";
861+
export type AttributionReportingIssueType = "PermissionPolicyDisabled"|"InvalidAttributionData"|"AttributionSourceUntrustworthyOrigin";
862862
/**
863863
* Details for issues around "Attribution Reporting API" usage.
864864
Explainer: https://github.com/WICG/conversion-measurement-api
@@ -1284,7 +1284,7 @@ their dowmload guids.
12841284
*/
12851285
browserContextId?: BrowserContextID;
12861286
/**
1287-
* The default path to save downloaded files to. This is requred if behavior is set to 'allow'
1287+
* The default path to save downloaded files to. This is required if behavior is set to 'allow'
12881288
or 'allowAndName'.
12891289
*/
12901290
downloadPath?: string;
@@ -3004,11 +3004,11 @@ The property is always undefined now.
30043004
nodeId: NodeId;
30053005
}
30063006
/**
3007-
* Called when distrubution is changed.
3007+
* Called when distribution is changed.
30083008
*/
30093009
export type distributedNodesUpdatedPayload = {
30103010
/**
3011-
* Insertion point where distrubuted nodes were updated.
3011+
* Insertion point where distributed nodes were updated.
30123012
*/
30133013
insertionPointId: NodeId;
30143014
/**
@@ -4908,14 +4908,14 @@ Missing optional values will be filled in by the target with what it would norma
49084908
result: boolean;
49094909
}
49104910
/**
4911-
* Clears the overriden device metrics.
4911+
* Clears the overridden device metrics.
49124912
*/
49134913
export type clearDeviceMetricsOverrideParameters = {
49144914
}
49154915
export type clearDeviceMetricsOverrideReturnValue = {
49164916
}
49174917
/**
4918-
* Clears the overriden Geolocation Position and Error.
4918+
* Clears the overridden Geolocation Position and Error.
49194919
*/
49204920
export type clearGeolocationOverrideParameters = {
49214921
}
@@ -5193,7 +5193,7 @@ Note any previous deferred policy change is superseded.
51935193
*/
51945194
waitForNavigation?: boolean;
51955195
/**
5196-
* If set, base::Time::Now will be overriden to initially return this value.
5196+
* If set, base::Time::Now will be overridden to initially return this value.
51975197
*/
51985198
initialVirtualTime?: Network.TimeSinceEpoch;
51995199
}
@@ -5369,7 +5369,7 @@ display. Reported for diagnostic uses, may be removed in the future.
53695369
*/
53705370
export module IO {
53715371
/**
5372-
* This is either obtained from another method or specifed as `blob:&lt;uuid&gt;` where
5372+
* This is either obtained from another method or specified as `blob:&lt;uuid&gt;` where
53735373
`&lt;uuid&gt` is an UUID of a Blob.
53745374
*/
53755375
export type StreamHandle = string;
@@ -5414,7 +5414,7 @@ following the last read). Some types of streams may only support sequential read
54145414
*/
54155415
data: string;
54165416
/**
5417-
* Set if the end-of-file condition occured while reading.
5417+
* Set if the end-of-file condition occurred while reading.
54185418
*/
54195419
eof: boolean;
54205420
}
@@ -7583,7 +7583,7 @@ backslash. Omitting is equivalent to "*".
75837583
*/
75847584
resourceType?: ResourceType;
75857585
/**
7586-
* Stage at wich to begin intercepting requests. Default is Request.
7586+
* Stage at which to begin intercepting requests. Default is Request.
75877587
*/
75887588
interceptionStage?: InterceptionStage;
75897589
}
@@ -10429,7 +10429,7 @@ iframes, shadow DOM, external resources, and element-inline styles.
1042910429
data: string;
1043010430
}
1043110431
/**
10432-
* Clears the overriden device metrics.
10432+
* Clears the overridden device metrics.
1043310433
*/
1043410434
export type clearDeviceMetricsOverrideParameters = {
1043510435
}
@@ -10443,7 +10443,7 @@ iframes, shadow DOM, external resources, and element-inline styles.
1044310443
export type clearDeviceOrientationOverrideReturnValue = {
1044410444
}
1044510445
/**
10446-
* Clears the overriden Geolocation Position and Error.
10446+
* Clears the overridden Geolocation Position and Error.
1044710447
*/
1044810448
export type clearGeolocationOverrideParameters = {
1044910449
}
@@ -11024,7 +11024,7 @@ available (otherwise deny).
1102411024
*/
1102511025
behavior: "deny"|"allow"|"default";
1102611026
/**
11027-
* The default path to save downloaded files to. This is requred if behavior is set to 'allow'
11027+
* The default path to save downloaded files to. This is required if behavior is set to 'allow'
1102811028
*/
1102911029
downloadPath?: string;
1103011030
}
@@ -11992,7 +11992,7 @@ Tokens from that issuer.
1199211992
origin: string;
1199311993
/**
1199411994
* The quota size (in bytes) to override the original quota with.
11995-
If this is called multiple times, the overriden quota will be equal to
11995+
If this is called multiple times, the overridden quota will be equal to
1199611996
the quotaSize provided in the final call. If this is called without
1199711997
specifying a quotaSize, the quota will be reset to the default value for
1199811998
the specified origin. If this is called multiple times with different
@@ -12930,7 +12930,7 @@ backslash. Omitting is equivalent to "*".
1293012930
*/
1293112931
resourceType?: Network.ResourceType;
1293212932
/**
12933-
* Stage at wich to begin intercepting requests. Default is Request.
12933+
* Stage at which to begin intercepting requests. Default is Request.
1293412934
*/
1293512935
requestStage?: RequestStage;
1293612936
}
@@ -13264,7 +13264,7 @@ https://webaudio.github.io/web-audio-api/
1326413264
*/
1326513265
currentTime: number;
1326613266
/**
13267-
* The time spent on rendering graph divided by render qunatum duration,
13267+
* The time spent on rendering graph divided by render quantum duration,
1326813268
and multiplied by 100. 100 means the audio renderer reached the full
1326913269
capacity and glitch may occur.
1327013270
*/
@@ -13721,8 +13721,8 @@ congestion. If batched, events must ALWAYS be in chronological order.
1372113721
errors: PlayerError[];
1372213722
}
1372313723
/**
13724-
* Called whenever a player is created, or when a new agent joins and recieves
13725-
a list of active players. If an agent is restored, it will recieve the full
13724+
* Called whenever a player is created, or when a new agent joins and receives
13725+
a list of active players. If an agent is restored, it will receive the full
1372613726
list of player ids and all events again.
1372713727
*/
1372813728
export type playersCreatedPayload = {
@@ -16244,6 +16244,9 @@ Each binding function call produces Runtime.bindingCalled notification.
1624416244
execution context. If omitted and `executionContextName` is not set,
1624516245
the binding is exposed to all execution contexts of the target.
1624616246
This parameter is mutually exclusive with `executionContextName`.
16247+
Deprecated in favor of `executionContextName` due to an unclear use case
16248+
and bugs in implementation (crbug.com/1169639). `executionContextId` will be
16249+
removed in the future.
1624716250
*/
1624816251
executionContextId?: ExecutionContextId;
1624916252
/**

0 commit comments

Comments
 (0)