Table of Contents

Class AddressField

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

AddressField

public sealed class AddressField
Inheritance
AddressField
Inherited Members

Properties

Name

address field name, for example GIVEN_NAME. The full list of supported field names: https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc;l=38

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

Property Value

string

Value

address field value, for example Jon Doe.

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

Property Value

string