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",
|
"name": "webkit",
|
||||||
"revision": "1805",
|
"revision": "1807",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|||||||
@ -4377,6 +4377,7 @@ might return multiple quads for inline nodes.
|
|||||||
export type setAuthCredentialsParameters = {
|
export type setAuthCredentialsParameters = {
|
||||||
username?: string;
|
username?: string;
|
||||||
password?: string;
|
password?: string;
|
||||||
|
origin?: string;
|
||||||
}
|
}
|
||||||
export type setAuthCredentialsReturnValue = {
|
export type setAuthCredentialsReturnValue = {
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user