FillingStrategy Enumeration |
Version 130.1.90
Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.
Namespace: CefSharp.DevTools.AutofillAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum FillingStrategy
public enum class FillingStrategy
Members Member name | Value | Description |
---|
AutocompleteAttribute | 0 |
autocompleteAttribute
|
AutofillInferred | 1 |
autofillInferred
|
See Also