Table of Contents

Enum FillingStrategy

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

FillingStrategy

[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.