Table of Contents

Enum FillingStrategy

Namespace
Selenium.WebDriver.BiDi.Cdp.Autofill
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

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

Fields

AutocompleteAttribute = 0
AutofillInferred = 1