Table of Contents

Class FilledField

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

FilledField

public sealed class FilledField
Inheritance
FilledField
Inherited Members

Properties

AutofillType

autofillType

[JsonPropertyName("autofillType")]
public string AutofillType { get; set; }

Property Value

string

FieldId

fieldId

[JsonPropertyName("fieldId")]
public long FieldId { get; set; }

Property Value

long

FillingStrategy

fillingStrategy

[JsonPropertyName("fillingStrategy")]
public FillingStrategy FillingStrategy { get; set; }

Property Value

FillingStrategy

FrameId

frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

HtmlType

htmlType

[JsonPropertyName("htmlType")]
public string HtmlType { get; set; }

Property Value

string

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Value

value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string