mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
feat(webkit): roll to r1619 (#12905)
This commit is contained in:
parent
c18077c0de
commit
478a75401a
@ -23,7 +23,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1617",
|
||||
"revision": "1619",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -3131,7 +3131,11 @@ might return multiple quads for inline nodes.
|
||||
/**
|
||||
* Files to set
|
||||
*/
|
||||
files: FilePayload[];
|
||||
files?: FilePayload[];
|
||||
/**
|
||||
* File paths to set
|
||||
*/
|
||||
paths?: string[];
|
||||
}
|
||||
export type setInputFilesReturnValue = {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user