Table of Contents

Class AutofillDomainEvent

Namespace
Selenium.WebDriver.BiDi.Cdp.Autofill
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Provides static event descriptors for the IAutofill.

public static class AutofillDomainEvent
Inheritance
AutofillDomainEvent
Inherited Members

Properties

AddressFormFilled

Emitted when an address form is filled.

public static EventDescriptor<CdpEventArgs<AddressFormFilledEventArgs>> AddressFormFilled { get; }

Property Value

EventDescriptor<CdpEventArgs<AddressFormFilledEventArgs>>