FilledField

@Serializable
data class FilledField(val htmlType: String, val id: String, val name: String, val value: String, val autofillType: String, val fillingStrategy: Autofill.FillingStrategy, val frameId: String, val fieldId: Int)

Constructors

Link copied to clipboard
constructor(htmlType: String, id: String, name: String, value: String, autofillType: String, fillingStrategy: Autofill.FillingStrategy, frameId: String, fieldId: Int)

Properties

Link copied to clipboard

The actual field type, e.g FAMILY_NAME

Link copied to clipboard

The form field's DOM node

Link copied to clipboard

The filling strategy

Link copied to clipboard

The frame the field belongs to

Link copied to clipboard

The type of the field, e.g text, password etc.

Link copied to clipboard
val id: String

the html id

Link copied to clipboard

the html name

Link copied to clipboard

the field value