Chrome DevTools Protocol

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.

Events

Autofill.addressFormFilled

Emitted when an address form is filled.

parameters
filledFields
array[