devtools-protocol 0.0.1555890 → 0.0.1558402

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.
@@ -1755,7 +1755,10 @@
1755
1755
  "FormLabelForMatchesNonExistingIdError",
1756
1756
  "FormInputHasWrongButWellIntendedAutocompleteValueError",
1757
1757
  "ResponseWasBlockedByORB",
1758
- "NavigationEntryMarkedSkippable"
1758
+ "NavigationEntryMarkedSkippable",
1759
+ "AutofillAndManualTextPolicyControlledFeaturesInfo",
1760
+ "AutofillPolicyControlledFeatureInfo",
1761
+ "ManualTextPolicyControlledFeatureInfo"
1759
1762
  ]
1760
1763
  },
1761
1764
  {
@@ -3466,7 +3469,9 @@
3466
3469
  "idleDetection",
3467
3470
  "keyboardLock",
3468
3471
  "localFonts",
3472
+ "localNetwork",
3469
3473
  "localNetworkAccess",
3474
+ "loopbackNetwork",
3470
3475
  "midi",
3471
3476
  "midiSysex",
3472
3477
  "nfc",
@@ -28037,6 +28042,13 @@
28037
28042
  "items": {
28038
28043
  "$ref": "Browser.BrowserContextID"
28039
28044
  }
28045
+ },
28046
+ {
28047
+ "name": "defaultBrowserContextId",
28048
+ "description": "The id of the default browser context if available.",
28049
+ "experimental": true,
28050
+ "optional": true,
28051
+ "$ref": "Browser.BrowserContextID"
28040
28052
  }
28041
28053
  ]
28042
28054
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1555890",
3
+ "version": "0.0.1558402",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -412,6 +412,9 @@ experimental domain Audits
412
412
  FormInputHasWrongButWellIntendedAutocompleteValueError
413
413
  ResponseWasBlockedByORB
414
414
  NavigationEntryMarkedSkippable
415
+ AutofillAndManualTextPolicyControlledFeaturesInfo
416
+ AutofillPolicyControlledFeatureInfo
417
+ ManualTextPolicyControlledFeatureInfo
415
418
 
416
419
  # Depending on the concrete errorType, different properties are set.
417
420
  type GenericIssueDetails extends object
@@ -49,7 +49,9 @@ domain Browser
49
49
  idleDetection
50
50
  keyboardLock
51
51
  localFonts
52
+ localNetwork
52
53
  localNetworkAccess
54
+ loopbackNetwork
53
55
  midi
54
56
  midiSysex
55
57
  nfc
@@ -132,6 +132,8 @@ domain Target
132
132
  returns
133
133
  # An array of browser context ids.
134
134
  array of Browser.BrowserContextID browserContextIds
135
+ # The id of the default browser context if available.
136
+ experimental optional Browser.BrowserContextID defaultBrowserContextId
135
137
 
136
138
  # Creates a new page.
137
139
  command createTarget
@@ -3698,7 +3698,7 @@ export namespace Protocol {
3698
3698
  request: AffectedRequest;
3699
3699
  }
3700
3700
 
3701
- export type GenericIssueErrorType = ('FormLabelForNameError' | 'FormDuplicateIdForInputError' | 'FormInputWithNoLabelError' | 'FormAutocompleteAttributeEmptyError' | 'FormEmptyIdAndNameAttributesForInputError' | 'FormAriaLabelledByToNonExistingIdError' | 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError' | 'FormLabelHasNeitherForNorNestedInputError' | 'FormLabelForMatchesNonExistingIdError' | 'FormInputHasWrongButWellIntendedAutocompleteValueError' | 'ResponseWasBlockedByORB' | 'NavigationEntryMarkedSkippable');
3701
+ export type GenericIssueErrorType = ('FormLabelForNameError' | 'FormDuplicateIdForInputError' | 'FormInputWithNoLabelError' | 'FormAutocompleteAttributeEmptyError' | 'FormEmptyIdAndNameAttributesForInputError' | 'FormAriaLabelledByToNonExistingIdError' | 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError' | 'FormLabelHasNeitherForNorNestedInputError' | 'FormLabelForMatchesNonExistingIdError' | 'FormInputHasWrongButWellIntendedAutocompleteValueError' | 'ResponseWasBlockedByORB' | 'NavigationEntryMarkedSkippable' | 'AutofillAndManualTextPolicyControlledFeaturesInfo' | 'AutofillPolicyControlledFeatureInfo' | 'ManualTextPolicyControlledFeatureInfo');
3702
3702
 
3703
3703
  /**
3704
3704
  * Depending on the concrete errorType, different properties are set.
@@ -4559,7 +4559,7 @@ export namespace Protocol {
4559
4559
  /**
4560
4560
  * @experimental
4561
4561
  */
4562
- export type PermissionType = ('ar' | 'audioCapture' | 'automaticFullscreen' | 'backgroundFetch' | 'backgroundSync' | 'cameraPanTiltZoom' | 'capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'geolocation' | 'handTracking' | 'idleDetection' | 'keyboardLock' | 'localFonts' | 'localNetworkAccess' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'pointerLock' | 'protectedMediaIdentifier' | 'sensors' | 'smartCard' | 'speakerSelection' | 'storageAccess' | 'topLevelStorageAccess' | 'videoCapture' | 'vr' | 'wakeLockScreen' | 'wakeLockSystem' | 'webAppInstallation' | 'webPrinting' | 'windowManagement');
4562
+ export type PermissionType = ('ar' | 'audioCapture' | 'automaticFullscreen' | 'backgroundFetch' | 'backgroundSync' | 'cameraPanTiltZoom' | 'capturedSurfaceControl' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'geolocation' | 'handTracking' | 'idleDetection' | 'keyboardLock' | 'localFonts' | 'localNetwork' | 'localNetworkAccess' | 'loopbackNetwork' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'pointerLock' | 'protectedMediaIdentifier' | 'sensors' | 'smartCard' | 'speakerSelection' | 'storageAccess' | 'topLevelStorageAccess' | 'videoCapture' | 'vr' | 'wakeLockScreen' | 'wakeLockSystem' | 'webAppInstallation' | 'webPrinting' | 'windowManagement');
4563
4563
 
4564
4564
  /**
4565
4565
  * @experimental
@@ -20244,6 +20244,11 @@ export namespace Protocol {
20244
20244
  * An array of browser context ids.
20245
20245
  */
20246
20246
  browserContextIds: Browser.BrowserContextID[];
20247
+ /**
20248
+ * The id of the default browser context if available.
20249
+ * @experimental
20250
+ */
20251
+ defaultBrowserContextId?: Browser.BrowserContextID;
20247
20252
  }
20248
20253
 
20249
20254
  export interface CreateTargetRequest {