Table of Contents

Class AddressFormFilledEventArgs

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

Emitted when an address form is filled.

public sealed class AddressFormFilledEventArgs : EventArgs
Inheritance
AddressFormFilledEventArgs
Inherited Members

Properties

AddressUi

An UI representation of the address used to fill the form. Consists of a 2D array where each child represents an address/profile line.

[JsonPropertyName("addressUi")]
public AddressUI AddressUi { get; set; }

Property Value

AddressUI

FilledFields

Information about the fields that were filled

[JsonPropertyName("filledFields")]
public FilledField[] FilledFields { get; set; }

Property Value

FilledField[]