devtools-protocol 0.0.1247362 → 0.0.1249784
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/browser_protocol.json +122 -20
- package/json/js_protocol.json +1 -3
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +83 -23
- package/pdl/js_protocol.pdl +4 -4
- package/types/protocol-mapping.d.ts +22 -1
- package/types/protocol-proxy-api.d.ts +22 -1
- package/types/protocol-tests-proxy-api.d.ts +4533 -0
- package/types/protocol.d.ts +71 -2
@@ -2685,7 +2685,6 @@
|
|
2685
2685
|
{
|
2686
2686
|
"name": "resetPermissions",
|
2687
2687
|
"description": "Reset all permission management for all origins.",
|
2688
|
-
"experimental": true,
|
2689
2688
|
"parameters": [
|
2690
2689
|
{
|
2691
2690
|
"name": "browserContextId",
|
@@ -5854,7 +5853,6 @@
|
|
5854
5853
|
{
|
5855
5854
|
"name": "scrollIntoViewIfNeeded",
|
5856
5855
|
"description": "Scrolls the specified rect of the given node into view if not already visible.\nNote: exactly one between nodeId, backendNodeId and objectId should be passed\nto identify the node.",
|
5857
|
-
"experimental": true,
|
5858
5856
|
"parameters": [
|
5859
5857
|
{
|
5860
5858
|
"name": "nodeId",
|
@@ -8888,7 +8886,6 @@
|
|
8888
8886
|
{
|
8889
8887
|
"name": "setCPUThrottlingRate",
|
8890
8888
|
"description": "Enables CPU throttling to emulate slow CPUs.",
|
8891
|
-
"experimental": true,
|
8892
8889
|
"parameters": [
|
8893
8890
|
{
|
8894
8891
|
"name": "rate",
|
@@ -9071,7 +9068,6 @@
|
|
9071
9068
|
{
|
9072
9069
|
"name": "setEmulatedVisionDeficiency",
|
9073
9070
|
"description": "Emulates the given vision deficiency.",
|
9074
|
-
"experimental": true,
|
9075
9071
|
"parameters": [
|
9076
9072
|
{
|
9077
9073
|
"name": "type",
|
@@ -9167,7 +9163,6 @@
|
|
9167
9163
|
{
|
9168
9164
|
"name": "setIdleOverride",
|
9169
9165
|
"description": "Overrides the Idle state.",
|
9170
|
-
"experimental": true,
|
9171
9166
|
"parameters": [
|
9172
9167
|
{
|
9173
9168
|
"name": "isUserActive",
|
@@ -9183,8 +9178,7 @@
|
|
9183
9178
|
},
|
9184
9179
|
{
|
9185
9180
|
"name": "clearIdleOverride",
|
9186
|
-
"description": "Clears Idle state overrides."
|
9187
|
-
"experimental": true
|
9181
|
+
"description": "Clears Idle state overrides."
|
9188
9182
|
},
|
9189
9183
|
{
|
9190
9184
|
"name": "setNavigatorOverrides",
|
@@ -9291,7 +9285,6 @@
|
|
9291
9285
|
{
|
9292
9286
|
"name": "setTimezoneOverride",
|
9293
9287
|
"description": "Overrides default host system timezone with the specified one.",
|
9294
|
-
"experimental": true,
|
9295
9288
|
"parameters": [
|
9296
9289
|
{
|
9297
9290
|
"name": "timezoneId",
|
@@ -13940,7 +13933,6 @@
|
|
13940
13933
|
{
|
13941
13934
|
"name": "setBypassServiceWorker",
|
13942
13935
|
"description": "Toggles ignoring of service worker for each request.",
|
13943
|
-
"experimental": true,
|
13944
13936
|
"parameters": [
|
13945
13937
|
{
|
13946
13938
|
"name": "bypass",
|
@@ -18216,7 +18208,6 @@
|
|
18216
18208
|
{
|
18217
18209
|
"name": "setBypassCSP",
|
18218
18210
|
"description": "Enable page Content Security Policy by-passing.",
|
18219
|
-
"experimental": true,
|
18220
18211
|
"parameters": [
|
18221
18212
|
{
|
18222
18213
|
"name": "enabled",
|
@@ -18468,7 +18459,6 @@
|
|
18468
18459
|
{
|
18469
18460
|
"name": "setLifecycleEventsEnabled",
|
18470
18461
|
"description": "Controls whether page will emit lifecycle events.",
|
18471
|
-
"experimental": true,
|
18472
18462
|
"parameters": [
|
18473
18463
|
{
|
18474
18464
|
"name": "enabled",
|
@@ -18553,8 +18543,7 @@
|
|
18553
18543
|
},
|
18554
18544
|
{
|
18555
18545
|
"name": "close",
|
18556
|
-
"description": "Tries to close page, running its beforeunload hooks, if any."
|
18557
|
-
"experimental": true
|
18546
|
+
"description": "Tries to close page, running its beforeunload hooks, if any."
|
18558
18547
|
},
|
18559
18548
|
{
|
18560
18549
|
"name": "setWebLifecycleState",
|
@@ -18660,7 +18649,6 @@
|
|
18660
18649
|
{
|
18661
18650
|
"name": "setInterceptFileChooserDialog",
|
18662
18651
|
"description": "Intercept file chooser requests and transfer control to protocol clients.\nWhen file chooser interception is enabled, native file chooser dialog is not shown.\nInstead, a protocol event `Page.fileChooserOpened` is emitted.",
|
18663
|
-
"experimental": true,
|
18664
18652
|
"parameters": [
|
18665
18653
|
{
|
18666
18654
|
"name": "enabled",
|
@@ -19731,7 +19719,6 @@
|
|
19731
19719
|
{
|
19732
19720
|
"name": "setIgnoreCertificateErrors",
|
19733
19721
|
"description": "Enable/disable whether all certificate errors should be ignored.",
|
19734
|
-
"experimental": true,
|
19735
19722
|
"parameters": [
|
19736
19723
|
{
|
19737
19724
|
"name": "ignore",
|
@@ -20219,6 +20206,11 @@
|
|
20219
20206
|
}
|
20220
20207
|
]
|
20221
20208
|
},
|
20209
|
+
{
|
20210
|
+
"id": "InterestGroupAuctionId",
|
20211
|
+
"description": "Protected audience interest group auction identifier.",
|
20212
|
+
"type": "string"
|
20213
|
+
},
|
20222
20214
|
{
|
20223
20215
|
"id": "InterestGroupAccessType",
|
20224
20216
|
"description": "Enum of interest group access types.",
|
@@ -20232,9 +20224,32 @@
|
|
20232
20224
|
"win",
|
20233
20225
|
"additionalBid",
|
20234
20226
|
"additionalBidWin",
|
20227
|
+
"topLevelBid",
|
20228
|
+
"topLevelAdditionalBid",
|
20235
20229
|
"clear"
|
20236
20230
|
]
|
20237
20231
|
},
|
20232
|
+
{
|
20233
|
+
"id": "InterestGroupAuctionEventType",
|
20234
|
+
"description": "Enum of auction events.",
|
20235
|
+
"type": "string",
|
20236
|
+
"enum": [
|
20237
|
+
"started",
|
20238
|
+
"configResolved"
|
20239
|
+
]
|
20240
|
+
},
|
20241
|
+
{
|
20242
|
+
"id": "InterestGroupAuctionFetchType",
|
20243
|
+
"description": "Enum of network fetches auctions can do.",
|
20244
|
+
"type": "string",
|
20245
|
+
"enum": [
|
20246
|
+
"bidderJs",
|
20247
|
+
"bidderWasm",
|
20248
|
+
"sellerJs",
|
20249
|
+
"bidderTrustedSignals",
|
20250
|
+
"sellerTrustedSignals"
|
20251
|
+
]
|
20252
|
+
},
|
20238
20253
|
{
|
20239
20254
|
"id": "InterestGroupAd",
|
20240
20255
|
"description": "Ad advertising element inside an interest group.",
|
@@ -21268,6 +21283,17 @@
|
|
21268
21283
|
}
|
21269
21284
|
]
|
21270
21285
|
},
|
21286
|
+
{
|
21287
|
+
"name": "setInterestGroupAuctionTracking",
|
21288
|
+
"description": "Enables/Disables issuing of interestGroupAuctionEventOccurred and\ninterestGroupAuctionNetworkRequestCreated.",
|
21289
|
+
"experimental": true,
|
21290
|
+
"parameters": [
|
21291
|
+
{
|
21292
|
+
"name": "enable",
|
21293
|
+
"type": "boolean"
|
21294
|
+
}
|
21295
|
+
]
|
21296
|
+
},
|
21271
21297
|
{
|
21272
21298
|
"name": "getSharedStorageMetadata",
|
21273
21299
|
"description": "Gets metadata for an origin's shared storage.",
|
@@ -21544,7 +21570,7 @@
|
|
21544
21570
|
},
|
21545
21571
|
{
|
21546
21572
|
"name": "interestGroupAccessed",
|
21547
|
-
"description": "One of the interest groups was accessed
|
21573
|
+
"description": "One of the interest groups was accessed. Note that these events are global\nto all targets sharing an interest group store.",
|
21548
21574
|
"parameters": [
|
21549
21575
|
{
|
21550
21576
|
"name": "accessTime",
|
@@ -21561,6 +21587,81 @@
|
|
21561
21587
|
{
|
21562
21588
|
"name": "name",
|
21563
21589
|
"type": "string"
|
21590
|
+
},
|
21591
|
+
{
|
21592
|
+
"name": "componentSellerOrigin",
|
21593
|
+
"description": "For topLevelBid/topLevelAdditionalBid, and when appropriate,\nwin and additionalBidWin",
|
21594
|
+
"optional": true,
|
21595
|
+
"type": "string"
|
21596
|
+
},
|
21597
|
+
{
|
21598
|
+
"name": "bid",
|
21599
|
+
"description": "For bid or somethingBid event, if done locally and not on a server.",
|
21600
|
+
"optional": true,
|
21601
|
+
"type": "number"
|
21602
|
+
},
|
21603
|
+
{
|
21604
|
+
"name": "bidCurrency",
|
21605
|
+
"optional": true,
|
21606
|
+
"type": "string"
|
21607
|
+
},
|
21608
|
+
{
|
21609
|
+
"name": "uniqueAuctionId",
|
21610
|
+
"description": "For non-global events --- links to interestGroupAuctionEvent",
|
21611
|
+
"optional": true,
|
21612
|
+
"$ref": "InterestGroupAuctionId"
|
21613
|
+
}
|
21614
|
+
]
|
21615
|
+
},
|
21616
|
+
{
|
21617
|
+
"name": "interestGroupAuctionEventOccurred",
|
21618
|
+
"description": "An auction involving interest groups is taking place. These events are\ntarget-specific.",
|
21619
|
+
"parameters": [
|
21620
|
+
{
|
21621
|
+
"name": "eventTime",
|
21622
|
+
"$ref": "Network.TimeSinceEpoch"
|
21623
|
+
},
|
21624
|
+
{
|
21625
|
+
"name": "type",
|
21626
|
+
"$ref": "InterestGroupAuctionEventType"
|
21627
|
+
},
|
21628
|
+
{
|
21629
|
+
"name": "uniqueAuctionId",
|
21630
|
+
"$ref": "InterestGroupAuctionId"
|
21631
|
+
},
|
21632
|
+
{
|
21633
|
+
"name": "parentAuctionId",
|
21634
|
+
"description": "Set for child auctions.",
|
21635
|
+
"optional": true,
|
21636
|
+
"$ref": "InterestGroupAuctionId"
|
21637
|
+
},
|
21638
|
+
{
|
21639
|
+
"name": "auctionConfig",
|
21640
|
+
"description": "Set for started and configResolved",
|
21641
|
+
"optional": true,
|
21642
|
+
"type": "object"
|
21643
|
+
}
|
21644
|
+
]
|
21645
|
+
},
|
21646
|
+
{
|
21647
|
+
"name": "interestGroupAuctionNetworkRequestCreated",
|
21648
|
+
"description": "Specifies which auctions a particular network fetch may be related to, and\nin what role. Note that it is not ordered with respect to\nNetwork.requestWillBeSent (but will happen before loadingFinished\nloadingFailed).",
|
21649
|
+
"parameters": [
|
21650
|
+
{
|
21651
|
+
"name": "type",
|
21652
|
+
"$ref": "InterestGroupAuctionFetchType"
|
21653
|
+
},
|
21654
|
+
{
|
21655
|
+
"name": "requestId",
|
21656
|
+
"$ref": "Network.RequestId"
|
21657
|
+
},
|
21658
|
+
{
|
21659
|
+
"name": "auctions",
|
21660
|
+
"description": "This is the set of the auctions using the worklet that issued this\nrequest. In the case of trusted signals, it's possible that only some of\nthem actually care about the keys being queried.",
|
21661
|
+
"type": "array",
|
21662
|
+
"items": {
|
21663
|
+
"$ref": "InterestGroupAuctionId"
|
21664
|
+
}
|
21564
21665
|
}
|
21565
21666
|
]
|
21566
21667
|
},
|
@@ -22158,29 +22259,32 @@
|
|
22158
22259
|
{
|
22159
22260
|
"name": "createBrowserContext",
|
22160
22261
|
"description": "Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than\none.",
|
22161
|
-
"experimental": true,
|
22162
22262
|
"parameters": [
|
22163
22263
|
{
|
22164
22264
|
"name": "disposeOnDetach",
|
22165
22265
|
"description": "If specified, disposes this context when debugging session disconnects.",
|
22266
|
+
"experimental": true,
|
22166
22267
|
"optional": true,
|
22167
22268
|
"type": "boolean"
|
22168
22269
|
},
|
22169
22270
|
{
|
22170
22271
|
"name": "proxyServer",
|
22171
22272
|
"description": "Proxy server, similar to the one passed to --proxy-server",
|
22273
|
+
"experimental": true,
|
22172
22274
|
"optional": true,
|
22173
22275
|
"type": "string"
|
22174
22276
|
},
|
22175
22277
|
{
|
22176
22278
|
"name": "proxyBypassList",
|
22177
22279
|
"description": "Proxy bypass list, similar to the one passed to --proxy-bypass-list",
|
22280
|
+
"experimental": true,
|
22178
22281
|
"optional": true,
|
22179
22282
|
"type": "string"
|
22180
22283
|
},
|
22181
22284
|
{
|
22182
22285
|
"name": "originsWithUniversalNetworkAccess",
|
22183
22286
|
"description": "An optional list of origins to grant unlimited cross-origin access to.\nParts of the URL other than those constituting origin are ignored.",
|
22287
|
+
"experimental": true,
|
22184
22288
|
"optional": true,
|
22185
22289
|
"type": "array",
|
22186
22290
|
"items": {
|
@@ -22199,7 +22303,6 @@
|
|
22199
22303
|
{
|
22200
22304
|
"name": "getBrowserContexts",
|
22201
22305
|
"description": "Returns all browser contexts created with `Target.createBrowserContext` method.",
|
22202
|
-
"experimental": true,
|
22203
22306
|
"returns": [
|
22204
22307
|
{
|
22205
22308
|
"name": "browserContextIds",
|
@@ -22296,7 +22399,6 @@
|
|
22296
22399
|
{
|
22297
22400
|
"name": "disposeBrowserContext",
|
22298
22401
|
"description": "Deletes a BrowserContext. All the belonging pages will be closed without calling their\nbeforeunload hooks.",
|
22299
|
-
"experimental": true,
|
22300
22402
|
"parameters": [
|
22301
22403
|
{
|
22302
22404
|
"name": "browserContextId",
|
@@ -22372,7 +22474,6 @@
|
|
22372
22474
|
{
|
22373
22475
|
"name": "setAutoAttach",
|
22374
22476
|
"description": "Controls whether to automatically attach to new targets which are considered to be related to\nthis one. When turned on, attaches to all existing related targets as well. When turned off,\nautomatically detaches from all currently attached targets.\nThis also clears all targets added by `autoAttachRelated` from the list of targets to watch\nfor creation of related targets.",
|
22375
|
-
"experimental": true,
|
22376
22477
|
"parameters": [
|
22377
22478
|
{
|
22378
22479
|
"name": "autoAttach",
|
@@ -22387,6 +22488,7 @@
|
|
22387
22488
|
{
|
22388
22489
|
"name": "flatten",
|
22389
22490
|
"description": "Enables \"flat\" access to the session via specifying sessionId attribute in the commands.\nWe plan to make this the default, deprecate non-flattened mode,\nand eventually retire it. See crbug.com/991325.",
|
22491
|
+
"experimental": true,
|
22390
22492
|
"optional": true,
|
22391
22493
|
"type": "boolean"
|
22392
22494
|
},
|
package/json/js_protocol.json
CHANGED
@@ -3466,7 +3466,6 @@
|
|
3466
3466
|
{
|
3467
3467
|
"name": "addBinding",
|
3468
3468
|
"description": "If executionContextId is empty, adds binding with the given name on the\nglobal objects of all inspected contexts, including those created later,\nbindings survive reloads.\nBinding function takes exactly one argument, this argument should be string,\nin case of any other input, function throws an exception.\nEach binding function call produces Runtime.bindingCalled notification.",
|
3469
|
-
"experimental": true,
|
3470
3469
|
"parameters": [
|
3471
3470
|
{
|
3472
3471
|
"name": "name",
|
@@ -3475,6 +3474,7 @@
|
|
3475
3474
|
{
|
3476
3475
|
"name": "executionContextId",
|
3477
3476
|
"description": "If specified, the binding would only be exposed to the specified\nexecution context. If omitted and `executionContextName` is not set,\nthe binding is exposed to all execution contexts of the target.\nThis parameter is mutually exclusive with `executionContextName`.\nDeprecated in favor of `executionContextName` due to an unclear use case\nand bugs in implementation (crbug.com/1169639). `executionContextId` will be\nremoved in the future.",
|
3477
|
+
"experimental": true,
|
3478
3478
|
"deprecated": true,
|
3479
3479
|
"optional": true,
|
3480
3480
|
"$ref": "ExecutionContextId"
|
@@ -3482,7 +3482,6 @@
|
|
3482
3482
|
{
|
3483
3483
|
"name": "executionContextName",
|
3484
3484
|
"description": "If specified, the binding is exposed to the executionContext with\nmatching name, even for contexts created after the binding is added.\nSee also `ExecutionContext.name` and `worldName` parameter to\n`Page.addScriptToEvaluateOnNewDocument`.\nThis parameter is mutually exclusive with `executionContextId`.",
|
3485
|
-
"experimental": true,
|
3486
3485
|
"optional": true,
|
3487
3486
|
"type": "string"
|
3488
3487
|
}
|
@@ -3491,7 +3490,6 @@
|
|
3491
3490
|
{
|
3492
3491
|
"name": "removeBinding",
|
3493
3492
|
"description": "This method does not remove binding function from global object but\nunsubscribes current runtime agent from Runtime.bindingCalled notifications.",
|
3494
|
-
"experimental": true,
|
3495
3493
|
"parameters": [
|
3496
3494
|
{
|
3497
3495
|
"name": "name",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -1299,7 +1299,7 @@ domain Browser
|
|
1299
1299
|
optional BrowserContextID browserContextId
|
1300
1300
|
|
1301
1301
|
# Reset all permission management for all origins.
|
1302
|
-
|
1302
|
+
command resetPermissions
|
1303
1303
|
parameters
|
1304
1304
|
# BrowserContext to reset permissions. When omitted, default browser context is used.
|
1305
1305
|
optional BrowserContextID browserContextId
|
@@ -2737,7 +2737,7 @@ domain DOM
|
|
2737
2737
|
# Scrolls the specified rect of the given node into view if not already visible.
|
2738
2738
|
# Note: exactly one between nodeId, backendNodeId and objectId should be passed
|
2739
2739
|
# to identify the node.
|
2740
|
-
|
2740
|
+
command scrollIntoViewIfNeeded
|
2741
2741
|
parameters
|
2742
2742
|
# Identifier of the node.
|
2743
2743
|
optional NodeId nodeId
|
@@ -4045,7 +4045,7 @@ domain Emulation
|
|
4045
4045
|
optional boolean enabled
|
4046
4046
|
|
4047
4047
|
# Enables CPU throttling to emulate slow CPUs.
|
4048
|
-
|
4048
|
+
command setCPUThrottlingRate
|
4049
4049
|
parameters
|
4050
4050
|
# Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).
|
4051
4051
|
number rate
|
@@ -4124,7 +4124,7 @@ domain Emulation
|
|
4124
4124
|
optional array of MediaFeature features
|
4125
4125
|
|
4126
4126
|
# Emulates the given vision deficiency.
|
4127
|
-
|
4127
|
+
command setEmulatedVisionDeficiency
|
4128
4128
|
parameters
|
4129
4129
|
# Vision deficiency to emulate. Order: best-effort emulations come first, followed by any
|
4130
4130
|
# physiologically accurate emulations for medically recognized color vision deficiencies.
|
@@ -4173,7 +4173,7 @@ domain Emulation
|
|
4173
4173
|
SensorReading reading
|
4174
4174
|
|
4175
4175
|
# Overrides the Idle state.
|
4176
|
-
|
4176
|
+
command setIdleOverride
|
4177
4177
|
parameters
|
4178
4178
|
# Mock isUserActive
|
4179
4179
|
boolean isUserActive
|
@@ -4181,7 +4181,7 @@ domain Emulation
|
|
4181
4181
|
boolean isScreenUnlocked
|
4182
4182
|
|
4183
4183
|
# Clears Idle state overrides.
|
4184
|
-
|
4184
|
+
command clearIdleOverride
|
4185
4185
|
|
4186
4186
|
# Overrides value returned by the javascript navigator object.
|
4187
4187
|
experimental deprecated command setNavigatorOverrides
|
@@ -4234,7 +4234,7 @@ domain Emulation
|
|
4234
4234
|
optional string locale
|
4235
4235
|
|
4236
4236
|
# Overrides default host system timezone with the specified one.
|
4237
|
-
|
4237
|
+
command setTimezoneOverride
|
4238
4238
|
parameters
|
4239
4239
|
# The timezone identifier. If empty, disables the override and
|
4240
4240
|
# restores default host system timezone.
|
@@ -6376,7 +6376,7 @@ domain Network
|
|
6376
6376
|
array of string urls
|
6377
6377
|
|
6378
6378
|
# Toggles ignoring of service worker for each request.
|
6379
|
-
|
6379
|
+
command setBypassServiceWorker
|
6380
6380
|
parameters
|
6381
6381
|
# Bypass service worker and load from network.
|
6382
6382
|
boolean bypass
|
@@ -8400,7 +8400,7 @@ domain Page
|
|
8400
8400
|
boolean enabled
|
8401
8401
|
|
8402
8402
|
# Enable page Content Security Policy by-passing.
|
8403
|
-
|
8403
|
+
command setBypassCSP
|
8404
8404
|
parameters
|
8405
8405
|
# Whether to bypass page CSP.
|
8406
8406
|
boolean enabled
|
@@ -8512,7 +8512,7 @@ domain Page
|
|
8512
8512
|
optional number accuracy
|
8513
8513
|
|
8514
8514
|
# Controls whether page will emit lifecycle events.
|
8515
|
-
|
8515
|
+
command setLifecycleEventsEnabled
|
8516
8516
|
parameters
|
8517
8517
|
# If true, starts emitting lifecycle events.
|
8518
8518
|
boolean enabled
|
@@ -8552,7 +8552,7 @@ domain Page
|
|
8552
8552
|
experimental command crash
|
8553
8553
|
|
8554
8554
|
# Tries to close page, running its beforeunload hooks, if any.
|
8555
|
-
|
8555
|
+
command close
|
8556
8556
|
|
8557
8557
|
# Tries to update the web lifecycle state of the page.
|
8558
8558
|
# It will transition the page to the given state according to:
|
@@ -8622,7 +8622,7 @@ domain Page
|
|
8622
8622
|
# Intercept file chooser requests and transfer control to protocol clients.
|
8623
8623
|
# When file chooser interception is enabled, native file chooser dialog is not shown.
|
8624
8624
|
# Instead, a protocol event `Page.fileChooserOpened` is emitted.
|
8625
|
-
|
8625
|
+
command setInterceptFileChooserDialog
|
8626
8626
|
parameters
|
8627
8627
|
boolean enabled
|
8628
8628
|
|
@@ -9308,7 +9308,7 @@ domain Security
|
|
9308
9308
|
command enable
|
9309
9309
|
|
9310
9310
|
# Enable/disable whether all certificate errors should be ignored.
|
9311
|
-
|
9311
|
+
command setIgnoreCertificateErrors
|
9312
9312
|
parameters
|
9313
9313
|
# If true, all certificate errors will be ignored.
|
9314
9314
|
boolean ignore
|
@@ -9521,6 +9521,9 @@ experimental domain Storage
|
|
9521
9521
|
string issuerOrigin
|
9522
9522
|
number count
|
9523
9523
|
|
9524
|
+
# Protected audience interest group auction identifier.
|
9525
|
+
type InterestGroupAuctionId extends string
|
9526
|
+
|
9524
9527
|
# Enum of interest group access types.
|
9525
9528
|
type InterestGroupAccessType extends string
|
9526
9529
|
enum
|
@@ -9532,8 +9535,25 @@ experimental domain Storage
|
|
9532
9535
|
win
|
9533
9536
|
additionalBid
|
9534
9537
|
additionalBidWin
|
9538
|
+
topLevelBid
|
9539
|
+
topLevelAdditionalBid
|
9535
9540
|
clear
|
9536
9541
|
|
9542
|
+
# Enum of auction events.
|
9543
|
+
type InterestGroupAuctionEventType extends string
|
9544
|
+
enum
|
9545
|
+
started
|
9546
|
+
configResolved
|
9547
|
+
|
9548
|
+
# Enum of network fetches auctions can do.
|
9549
|
+
type InterestGroupAuctionFetchType extends string
|
9550
|
+
enum
|
9551
|
+
bidderJs
|
9552
|
+
bidderWasm
|
9553
|
+
sellerJs
|
9554
|
+
bidderTrustedSignals
|
9555
|
+
sellerTrustedSignals
|
9556
|
+
|
9537
9557
|
# Ad advertising element inside an interest group.
|
9538
9558
|
type InterestGroupAd extends object
|
9539
9559
|
properties
|
@@ -9813,6 +9833,12 @@ experimental domain Storage
|
|
9813
9833
|
parameters
|
9814
9834
|
boolean enable
|
9815
9835
|
|
9836
|
+
# Enables/Disables issuing of interestGroupAuctionEventOccurred and
|
9837
|
+
# interestGroupAuctionNetworkRequestCreated.
|
9838
|
+
experimental command setInterestGroupAuctionTracking
|
9839
|
+
parameters
|
9840
|
+
boolean enable
|
9841
|
+
|
9816
9842
|
# Gets metadata for an origin's shared storage.
|
9817
9843
|
experimental command getSharedStorageMetadata
|
9818
9844
|
parameters
|
@@ -9920,13 +9946,47 @@ experimental domain Storage
|
|
9920
9946
|
# Storage bucket to update.
|
9921
9947
|
string bucketId
|
9922
9948
|
|
9923
|
-
# One of the interest groups was accessed
|
9949
|
+
# One of the interest groups was accessed. Note that these events are global
|
9950
|
+
# to all targets sharing an interest group store.
|
9924
9951
|
event interestGroupAccessed
|
9925
9952
|
parameters
|
9926
9953
|
Network.TimeSinceEpoch accessTime
|
9927
9954
|
InterestGroupAccessType type
|
9928
9955
|
string ownerOrigin
|
9929
9956
|
string name
|
9957
|
+
# For topLevelBid/topLevelAdditionalBid, and when appropriate,
|
9958
|
+
# win and additionalBidWin
|
9959
|
+
optional string componentSellerOrigin
|
9960
|
+
# For bid or somethingBid event, if done locally and not on a server.
|
9961
|
+
optional number bid
|
9962
|
+
optional string bidCurrency
|
9963
|
+
# For non-global events --- links to interestGroupAuctionEvent
|
9964
|
+
optional InterestGroupAuctionId uniqueAuctionId
|
9965
|
+
|
9966
|
+
# An auction involving interest groups is taking place. These events are
|
9967
|
+
# target-specific.
|
9968
|
+
event interestGroupAuctionEventOccurred
|
9969
|
+
parameters
|
9970
|
+
Network.TimeSinceEpoch eventTime
|
9971
|
+
InterestGroupAuctionEventType type
|
9972
|
+
InterestGroupAuctionId uniqueAuctionId
|
9973
|
+
# Set for child auctions.
|
9974
|
+
optional InterestGroupAuctionId parentAuctionId
|
9975
|
+
# Set for started and configResolved
|
9976
|
+
optional object auctionConfig
|
9977
|
+
|
9978
|
+
# Specifies which auctions a particular network fetch may be related to, and
|
9979
|
+
# in what role. Note that it is not ordered with respect to
|
9980
|
+
# Network.requestWillBeSent (but will happen before loadingFinished
|
9981
|
+
# loadingFailed).
|
9982
|
+
event interestGroupAuctionNetworkRequestCreated
|
9983
|
+
parameters
|
9984
|
+
InterestGroupAuctionFetchType type
|
9985
|
+
Network.RequestId requestId
|
9986
|
+
# This is the set of the auctions using the worklet that issued this
|
9987
|
+
# request. In the case of trusted signals, it's possible that only some of
|
9988
|
+
# them actually care about the keys being queried.
|
9989
|
+
array of InterestGroupAuctionId auctions
|
9930
9990
|
|
9931
9991
|
# Shared storage was accessed by the associated page.
|
9932
9992
|
# The following parameters are included in all events.
|
@@ -10374,23 +10434,23 @@ domain Target
|
|
10374
10434
|
|
10375
10435
|
# Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than
|
10376
10436
|
# one.
|
10377
|
-
|
10437
|
+
command createBrowserContext
|
10378
10438
|
parameters
|
10379
10439
|
# If specified, disposes this context when debugging session disconnects.
|
10380
|
-
optional boolean disposeOnDetach
|
10440
|
+
experimental optional boolean disposeOnDetach
|
10381
10441
|
# Proxy server, similar to the one passed to --proxy-server
|
10382
|
-
optional string proxyServer
|
10442
|
+
experimental optional string proxyServer
|
10383
10443
|
# Proxy bypass list, similar to the one passed to --proxy-bypass-list
|
10384
|
-
optional string proxyBypassList
|
10444
|
+
experimental optional string proxyBypassList
|
10385
10445
|
# An optional list of origins to grant unlimited cross-origin access to.
|
10386
10446
|
# Parts of the URL other than those constituting origin are ignored.
|
10387
|
-
optional array of string originsWithUniversalNetworkAccess
|
10447
|
+
experimental optional array of string originsWithUniversalNetworkAccess
|
10388
10448
|
returns
|
10389
10449
|
# The id of the context created.
|
10390
10450
|
Browser.BrowserContextID browserContextId
|
10391
10451
|
|
10392
10452
|
# Returns all browser contexts created with `Target.createBrowserContext` method.
|
10393
|
-
|
10453
|
+
command getBrowserContexts
|
10394
10454
|
returns
|
10395
10455
|
# An array of browser context ids.
|
10396
10456
|
array of Browser.BrowserContextID browserContextIds
|
@@ -10430,7 +10490,7 @@ domain Target
|
|
10430
10490
|
|
10431
10491
|
# Deletes a BrowserContext. All the belonging pages will be closed without calling their
|
10432
10492
|
# beforeunload hooks.
|
10433
|
-
|
10493
|
+
command disposeBrowserContext
|
10434
10494
|
parameters
|
10435
10495
|
Browser.BrowserContextID browserContextId
|
10436
10496
|
|
@@ -10468,7 +10528,7 @@ domain Target
|
|
10468
10528
|
# automatically detaches from all currently attached targets.
|
10469
10529
|
# This also clears all targets added by `autoAttachRelated` from the list of targets to watch
|
10470
10530
|
# for creation of related targets.
|
10471
|
-
|
10531
|
+
command setAutoAttach
|
10472
10532
|
parameters
|
10473
10533
|
# Whether to auto-attach to related targets.
|
10474
10534
|
boolean autoAttach
|
@@ -10478,7 +10538,7 @@ domain Target
|
|
10478
10538
|
# Enables "flat" access to the session via specifying sessionId attribute in the commands.
|
10479
10539
|
# We plan to make this the default, deprecate non-flattened mode,
|
10480
10540
|
# and eventually retire it. See crbug.com/991325.
|
10481
|
-
optional boolean flatten
|
10541
|
+
experimental optional boolean flatten
|
10482
10542
|
# Only targets matching filter will be attached.
|
10483
10543
|
experimental optional TargetFilter filter
|
10484
10544
|
|
package/pdl/js_protocol.pdl
CHANGED
@@ -1665,7 +1665,7 @@ domain Runtime
|
|
1665
1665
|
# Binding function takes exactly one argument, this argument should be string,
|
1666
1666
|
# in case of any other input, function throws an exception.
|
1667
1667
|
# Each binding function call produces Runtime.bindingCalled notification.
|
1668
|
-
|
1668
|
+
command addBinding
|
1669
1669
|
parameters
|
1670
1670
|
string name
|
1671
1671
|
# If specified, the binding would only be exposed to the specified
|
@@ -1675,17 +1675,17 @@ domain Runtime
|
|
1675
1675
|
# Deprecated in favor of `executionContextName` due to an unclear use case
|
1676
1676
|
# and bugs in implementation (crbug.com/1169639). `executionContextId` will be
|
1677
1677
|
# removed in the future.
|
1678
|
-
deprecated optional ExecutionContextId executionContextId
|
1678
|
+
experimental deprecated optional ExecutionContextId executionContextId
|
1679
1679
|
# If specified, the binding is exposed to the executionContext with
|
1680
1680
|
# matching name, even for contexts created after the binding is added.
|
1681
1681
|
# See also `ExecutionContext.name` and `worldName` parameter to
|
1682
1682
|
# `Page.addScriptToEvaluateOnNewDocument`.
|
1683
1683
|
# This parameter is mutually exclusive with `executionContextId`.
|
1684
|
-
|
1684
|
+
optional string executionContextName
|
1685
1685
|
|
1686
1686
|
# This method does not remove binding function from global object but
|
1687
1687
|
# unsubscribes current runtime agent from Runtime.bindingCalled notifications.
|
1688
|
-
|
1688
|
+
command removeBinding
|
1689
1689
|
parameters
|
1690
1690
|
string name
|
1691
1691
|
|