Class AddressFormFilled
java.lang.Object
org.openqa.selenium.devtools.v141.autofill.model.AddressFormFilled
Emitted when an address form is filled.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn UI representation of the address used to fill the form.Information about the fields that were filled
-
Constructor Details
-
AddressFormFilled
-
-
Method Details
-
getFilledFields
Information about the fields that were filled -
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.
-