feat(firefox): roll to r1335 (#15434)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2022-07-07 05:51:41 -07:00 committed by GitHub
parent 72c3574943
commit b7e66d2b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
},
{
"name": "firefox",
"revision": "1334",
"revision": "1335",
"installByDefault": true,
"browserVersion": "102.0"
},

View File

@ -583,7 +583,7 @@ export module Protocol {
};
export type screenshotParameters = {
mimeType: ("image/png"|"image/jpeg");
clip?: {
clip: {
x: number;
y: number;
width: number;