Share via


PlaywrightServiceBrowserClient Class

Definition

Sets up and manages the Playwright Workspaces browser client.

public class PlaywrightServiceBrowserClient : IDisposable
type PlaywrightServiceBrowserClient = class
    interface IDisposable
Public Class PlaywrightServiceBrowserClient
Implements IDisposable
Inheritance
PlaywrightServiceBrowserClient
Derived
Implements

Constructors

PlaywrightServiceBrowserClient()

Initializes a new instance of the PlaywrightServiceBrowserClient class.

PlaywrightServiceBrowserClient(PlaywrightServiceBrowserClientOptions)

Initializes a new instance of the PlaywrightServiceBrowserClient class.

PlaywrightServiceBrowserClient(TokenCredential, PlaywrightServiceBrowserClientOptions)

Initializes a new instance of the PlaywrightServiceBrowserClient class.

PlaywrightServiceBrowserClient(TokenCredential)

Initializes a new instance of the PlaywrightServiceBrowserClient class.

Methods

Dispose()

Cleans up the resources used to setup entra id authentication.

DisposeAsync()

Cleans up the resources used to setup entra id authentication.

GetConnectOptions<T>(Nullable<OSPlatform>, String, String, CancellationToken)

Gets the connect options for connecting to Playwright Workspaces's cloud hosted browsers.

GetConnectOptionsAsync<T>(Nullable<OSPlatform>, String, String, CancellationToken)

Gets the connect options for connecting to Playwright Workspaces's cloud hosted browsers.

Initialize(CancellationToken)

Initialises the resources used to setup entra id authentication.

InitializeAsync(CancellationToken)

Initialises the resources used to setup entra id authentication.

Applies to