Table of Contents

Class EventDescriptor<TEventArgs>

Namespace
OpenQA.Selenium.BiDi
Assembly
Selenium.WebDriver.dll
public sealed class EventDescriptor<TEventArgs> : EventDescriptor where TEventArgs : EventArgs

Type Parameters

TEventArgs
Inheritance
EventDescriptor<TEventArgs>
Inherited Members

Methods

Create<TEventParams>(string, Func<IBiDi, TEventParams, TEventArgs>, JsonTypeInfo<TEventParams>)

public static EventDescriptor<TEventArgs> Create<TEventParams>(string name, Func<IBiDi, TEventParams, TEventArgs> factory, JsonTypeInfo<TEventParams> jsonTypeInfo)

Parameters

name string
factory Func<IBiDi, TEventParams, TEventArgs>
jsonTypeInfo JsonTypeInfo<TEventParams>

Returns

EventDescriptor<TEventArgs>

Type Parameters

TEventParams