feat(webkit): roll to r1902 (#26812)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2023-08-31 08:31:13 -07:00 committed by GitHub
parent 51792c1417
commit 6629b31a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -39,7 +39,7 @@
},
{
"name": "webkit",
"revision": "1898",
"revision": "1902",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -7539,6 +7539,22 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
* Unique identifier of the page proxy.
*/
pageProxyId: PageProxyID;
/**
* X coordinate
*/
x: number;
/**
* Y coordinate
*/
y: number;
/**
* Rectangle width
*/
width: number;
/**
* Rectangle height
*/
height: number;
/**
* By default, screenshot is inflated by device scale factor to avoid blurry image. This flag disables it.
*/