Click or drag to resize

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
Members
  Member nameValueDescription
AutocompleteAttribute0 autocompleteAttribute
AutofillInferred1 autofillInferred
See Also