Autofill Domain
Defines commands and events for Autofill.
Methods
Events
Types
Methods
Autofill.disable #
Disables autofill domain notifications.
Autofill.enable #
Enables autofill domain notifications.
Autofill.setAddresses #
Set addresses so that developers can verify their forms implementation.
parameters
- addresses
-
array[ Address ]
Autofill.trigger #
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error.
parameters
- fieldId
-
DOM.BackendNodeId
Identifies a field that serves as an anchor for autofill.
- frameId
-
Page.FrameId
Identifies the frame that field belongs to.
- card
-
CreditCard
Credit card information to fill out the form. Credit card data is not saved.