Class AddressFormFilled

java.lang.Object
org.openqa.selenium.devtools.v141.autofill.model.AddressFormFilled

public class AddressFormFilled extends Object
Emitted when an address form is filled.
  • Constructor Details

  • Method Details

    • getFilledFields

      public List<FilledField> getFilledFields()
      Information about the fields that were filled
    • getAddressUi

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