Table of Contents

Class FilledField

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

FilledField

public sealed class FilledField
Inheritance
FilledField
Inherited Members

Properties

AutofillType

The actual field type, e.g FAMILY_NAME

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

Property Value

string

FieldId

The form field's DOM node

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

Property Value

long

FillingStrategy

The filling strategy

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

Property Value

FillingStrategy

FrameId

The frame the field belongs to

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

Property Value

string

HtmlType

The type of the field, e.g text, password etc.

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

Property Value

string

Id

the html id

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

Property Value

string

Name

the html name

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

Property Value

string

Value

the field value

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

Property Value

string