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