Table of Contents

Class BiDi

Namespace
OpenQA.Selenium.BiDi
Assembly
WebDriver.dll
public 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

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

Methods

ConnectAsync(string)

public static Task<BiDi> ConnectAsync(string url)

Parameters

url string

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>