FillingStrategy

@Serializable(with = FillingStrategySerializer::class)
sealed interface FillingStrategy

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

Official doc

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = FillingStrategySerializer::class)
data class NotDefinedInProtocol(val value: String) : FillingStrategy

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).