mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1807 (#21389)
This commit is contained in:
parent
a8b5f51be1
commit
0af8c0169e
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1805",
|
||||
"revision": "1807",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
||||
@ -4377,6 +4377,7 @@ might return multiple quads for inline nodes.
|
||||
export type setAuthCredentialsParameters = {
|
||||
username?: string;
|
||||
password?: string;
|
||||
origin?: string;
|
||||
}
|
||||
export type setAuthCredentialsReturnValue = {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user