Table of Contents

Enum FillingStrategy

Namespace
OpenQA.Selenium.DevTools.V148.Autofill
Assembly
Selenium.WebDriver.dll

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

[JsonConverter(typeof(JsonEnumMemberConverter<FillingStrategy>))]
public enum FillingStrategy

Fields

[EnumMember(Value = "autocompleteAttribute")] AutocompleteAttribute = 0

Enumerated member for the autocompleteAttribute value.

[EnumMember(Value = "autofillInferred")] AutofillInferred = 1

Enumerated member for the autofillInferred value.