Table of Contents

Class BiDi

Namespace
OpenQA.Selenium.BiDi
Assembly
WebDriver.dll
public sealed class BiDi : IAsyncDisposable
Inheritance
BiDi
Implements
Inherited Members

Properties

Browser

public BrowserModule Browser { get; }

Property Value

BrowserModule

BrowsingContext

public BrowsingContextModule BrowsingContext { get; }

Property Value

BrowsingContextModule

Emulation

public EmulationModule Emulation { get; }

Property Value

EmulationModule

Log

public LogModule Log { get; }

Property Value

LogModule

Network

public NetworkModule Network { get; }

Property Value

NetworkModule

Script

public ScriptModule Script { get; }

Property Value

ScriptModule

Storage

public StorageModule Storage { get; }

Property Value

StorageModule

WebExtension

public WebExtensionModule WebExtension { get; }

Property Value

WebExtensionModule

Methods

ConnectAsync(string, BiDiOptions?)

public static Task<BiDi> ConnectAsync(string url, BiDiOptions? options = null)

Parameters

url string
options BiDiOptions

Returns

Task<BiDi>

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

public ValueTask DisposeAsync()

Returns

ValueTask

EndAsync(EndOptions?)

public Task EndAsync(EndOptions? options = null)

Parameters

options EndOptions

Returns

Task

StatusAsync()

public Task<StatusResult> StatusAsync()

Returns

Task<StatusResult>