chromiumoxide::cdp::browser_protocol

Module autofill

Source
Expand description

Defines commands and events for Autofill.

Structs§

Address
AddressBuilder
AddressField
AddressFieldBuilder
AddressFields
A list of address fields. AddressFields
AddressFieldsBuilder
AddressUi
Defines how an address can be displayed like in chrome://settings/addresses. Address UI is a two dimensional array, each inner array is an “address information line”, and when rendered in a UI surface should be displayed as such. The following address UI for instance: [[{name: “GIVE_NAME”, value: “Jon”}, {name: “FAMILY_NAME”, value: “Doe”}], [{name: “CITY”, value: “Munich”}, {name: “ZIP”, value: “81456”}]] should allow the receiver to render: Jon Doe Munich 81456 AddressUI
AddressUiBuilder
CreditCard
CreditCardBuilder
DisableParams
Disables autofill domain notifications. disable
DisableReturns
Disables autofill domain notifications. disable
EnableParams
Enables autofill domain notifications. enable
EnableReturns
Enables autofill domain notifications. enable
EventAddressFormFilled
Emitted when an address form is filled. addressFormFilled
FilledField
FilledFieldBuilder
SetAddressesParams
Set addresses so that developers can verify their forms implementation. setAddresses
SetAddressesParamsBuilder
SetAddressesReturns
Set addresses so that developers can verify their forms implementation. setAddresses
TriggerParams
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error. trigger
TriggerParamsBuilder
TriggerReturns
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error. trigger

Enums§

FillingStrategy
Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.