Class FilledField
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
FieldId
The form field's DOM node
[JsonPropertyName("fieldId")]
public long FieldId { get; set; }
Property Value
FillingStrategy
The filling strategy
[JsonPropertyName("fillingStrategy")]
public FillingStrategy FillingStrategy { get; set; }
Property Value
FrameId
The frame the field belongs to
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
HtmlType
The type of the field, e.g text, password etc.
[JsonPropertyName("htmlType")]
public string HtmlType { get; set; }
Property Value
Id
the html id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Name
the html name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
the field value
[JsonPropertyName("value")]
public string Value { get; set; }