PlaywrightServiceBrowserClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |