Table of Contents

Class FedCmDomainEvent

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

Provides static event descriptors for the IFedCm.

public static class FedCmDomainEvent
Inheritance
FedCmDomainEvent
Inherited Members

Properties

DialogClosed

Triggered when a dialog is closed, either by user action, JS abort, or a command below.

public static EventDescriptor<CdpEventArgs<DialogClosedEventArgs>> DialogClosed { get; }

Property Value

EventDescriptor<CdpEventArgs<DialogClosedEventArgs>>

DialogShown

public static EventDescriptor<CdpEventArgs<DialogShownEventArgs>> DialogShown { get; }

Property Value

EventDescriptor<CdpEventArgs<DialogShownEventArgs>>