Поделиться через


PlaywrightServiceBrowserClient Class

Definition

Sets up and manages the Playwright service 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 Service's cloud hosted browsers.

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

Gets the connect options for connecting to Playwright Service'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