Builder

class Builder(val fieldId: BackendNodeId, val card: CreditCard)

A builder for TriggerRequest, which allows setting the optional parameters of the AutofillDomain.trigger command via a lambda.

Constructors

Link copied to clipboard
constructor(fieldId: BackendNodeId, card: CreditCard)

Properties

Link copied to clipboard

Credit card information to fill out the form. Credit card data is not saved.

Link copied to clipboard

Identifies a field that serves as an anchor for autofill.

Link copied to clipboard

Identifies the frame that field belongs to.

Functions

Link copied to clipboard