Class BiDi
public class BiDi : IAsyncDisposable
- Inheritance
-
BiDi
- Implements
- Inherited Members
Properties
Browser
public BrowserModule Browser { get; }
Property Value
BrowsingContext
public BrowsingContextModule BrowsingContext { get; }
Property Value
Log
public LogModule Log { get; }
Property Value
Network
public NetworkModule Network { get; }
Property Value
Script
public ScriptModule Script { get; }
Property Value
Storage
public StorageModule Storage { get; }
Property Value
Methods
ConnectAsync(string)
public static Task<BiDi> ConnectAsync(string url)
Parameters
url
string
Returns
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
public ValueTask DisposeAsync()
Returns
EndAsync(EndOptions?)
public Task EndAsync(EndOptions? options = null)
Parameters
options
EndOptions
Returns
StatusAsync()
public Task<StatusResult> StatusAsync()