mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1335 (#15434)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
72c3574943
commit
b7e66d2b14
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1334",
|
"revision": "1335",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"browserVersion": "102.0"
|
"browserVersion": "102.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -583,7 +583,7 @@ export module Protocol {
|
|||||||
};
|
};
|
||||||
export type screenshotParameters = {
|
export type screenshotParameters = {
|
||||||
mimeType: ("image/png"|"image/jpeg");
|
mimeType: ("image/png"|"image/jpeg");
|
||||||
clip?: {
|
clip: {
|
||||||
x: number;
|
x: number;
|
||||||
y: number;
|
y: number;
|
||||||
width: number;
|
width: number;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user