mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1352 (#17494)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
da7feb9cc6
commit
292b3e998e
@ -21,7 +21,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1351",
|
||||
"revision": "1352",
|
||||
"installByDefault": true,
|
||||
"browserVersion": "104.0"
|
||||
},
|
||||
|
||||
@ -754,6 +754,8 @@ export module Protocol {
|
||||
export type executionContextDestroyedPayload = {
|
||||
executionContextId: string;
|
||||
}
|
||||
export type executionContextsClearedPayload = {
|
||||
}
|
||||
export type consolePayload = {
|
||||
executionContextId: string;
|
||||
args: {
|
||||
@ -1067,6 +1069,7 @@ export module Protocol {
|
||||
"Page.screencastFrame": Page.screencastFramePayload;
|
||||
"Runtime.executionContextCreated": Runtime.executionContextCreatedPayload;
|
||||
"Runtime.executionContextDestroyed": Runtime.executionContextDestroyedPayload;
|
||||
"Runtime.executionContextsCleared": Runtime.executionContextsClearedPayload;
|
||||
"Runtime.console": Runtime.consolePayload;
|
||||
"Network.requestWillBeSent": Network.requestWillBeSentPayload;
|
||||
"Network.responseReceived": Network.responseReceivedPayload;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user