Table of Contents

Class Module

Namespace
OpenQA.Selenium.BiDi
Assembly
Selenium.WebDriver.dll
public abstract class Module
Inheritance
Module
Inherited Members

Methods

CreateEventSource<TEventArgs>(EventDescriptor<TEventArgs>)

protected IEventSource<TEventArgs> CreateEventSource<TEventArgs>(EventDescriptor<TEventArgs> descriptor) where TEventArgs : EventArgs

Parameters

descriptor EventDescriptor<TEventArgs>

Returns

IEventSource<TEventArgs>

Type Parameters

TEventArgs

ExecuteAsync<TParameters, TResult>(Command<TParameters, TResult>, TParameters, CommandOptions?, CancellationToken)

protected Task<TResult> ExecuteAsync<TParameters, TResult>(Command<TParameters, TResult> descriptor, TParameters @params, CommandOptions? options, CancellationToken cancellationToken) where TParameters : Parameters where TResult : EmptyResult

Parameters

descriptor Command<TParameters, TResult>
params TParameters
options CommandOptions
cancellationToken CancellationToken

Returns

Task<TResult>

Type Parameters

TParameters
TResult