mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
feat(webkit): roll to r1902 (#26812)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
51792c1417
commit
6629b31a97
@ -39,7 +39,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1898",
|
"revision": "1902",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -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.
|
* Unique identifier of the page proxy.
|
||||||
*/
|
*/
|
||||||
pageProxyId: PageProxyID;
|
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.
|
* By default, screenshot is inflated by device scale factor to avoid blurry image. This flag disables it.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user