devtools-protocol 0.0.1260275 → 0.0.1260888
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.
@@ -2227,6 +2227,11 @@
|
|
2227
2227
|
"description": "The filling strategy",
|
2228
2228
|
"$ref": "FillingStrategy"
|
2229
2229
|
},
|
2230
|
+
{
|
2231
|
+
"name": "frameId",
|
2232
|
+
"description": "The frame the field belongs to",
|
2233
|
+
"$ref": "Page.FrameId"
|
2234
|
+
},
|
2230
2235
|
{
|
2231
2236
|
"name": "fieldId",
|
2232
2237
|
"description": "The form field's DOM node",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -1110,6 +1110,8 @@ experimental domain Autofill
|
|
1110
1110
|
string autofillType
|
1111
1111
|
# The filling strategy
|
1112
1112
|
FillingStrategy fillingStrategy
|
1113
|
+
# The frame the field belongs to
|
1114
|
+
Page.FrameId frameId
|
1113
1115
|
# The form field's DOM node
|
1114
1116
|
DOM.BackendNodeId fieldId
|
1115
1117
|
|
package/types/protocol.d.ts
CHANGED