mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-01 23:58:17 +03:00
feat(webkit): bump to 1490 (#6842)
This commit is contained in:
parent
ec7d37d92f
commit
f9c8b78c07
@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1488",
|
||||
"revision": "1490",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1444"
|
||||
|
@ -7805,6 +7805,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
* Whether the expression should be considered to be in a user gesture or not.
|
||||
*/
|
||||
emulateUserGesture?: boolean;
|
||||
/**
|
||||
* Whether to automatically await returned promise.
|
||||
*/
|
||||
awaitPromise?: boolean;
|
||||
}
|
||||
export type callFunctionOnReturnValue = {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user