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