PlaywrightServiceBrowserNUnit 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.
NUnit setup fixture to initialize Playwright Workspaces.
[NUnit.Framework.SetUpFixture]
public class PlaywrightServiceBrowserNUnit : Azure.Developer.Playwright.PlaywrightServiceBrowserClient
[<NUnit.Framework.SetUpFixture>]
type PlaywrightServiceBrowserNUnit = class
inherit PlaywrightServiceBrowserClient
Public Class PlaywrightServiceBrowserNUnit
Inherits PlaywrightServiceBrowserClient
- Inheritance
- Attributes
-
NUnit.Framework.SetUpFixtureAttribute
Constructors
| PlaywrightServiceBrowserNUnit() |
Initializes a new instance of the PlaywrightServiceBrowserNUnit class. |
| PlaywrightServiceBrowserNUnit(PlaywrightServiceBrowserClientOptions) |
Initializes a new instance of the PlaywrightServiceBrowserNUnit class. |
| PlaywrightServiceBrowserNUnit(TokenCredential, PlaywrightServiceBrowserClientOptions) |
Initializes a new instance of the PlaywrightServiceBrowserNUnit class. |
| PlaywrightServiceBrowserNUnit(TokenCredential) |
Initializes a new instance of the PlaywrightServiceBrowserNUnit class. |
Methods
| Dispose() |
Cleans up the resources used to setup entra id authentication. (Inherited from PlaywrightServiceBrowserClient) |
| DisposeAsync() |
Tear down resources utilized by Playwright Browser client. |
| GetConnectOptions<T>(Nullable<OSPlatform>, String, String, CancellationToken) |
Gets the connect options for connecting to Playwright Workspaces's cloud hosted browsers. (Inherited from PlaywrightServiceBrowserClient) |
| GetConnectOptionsAsync<T>(Nullable<OSPlatform>, String, String, CancellationToken) |
Gets the connect options for connecting to Playwright Workspaces's cloud hosted browsers. (Inherited from PlaywrightServiceBrowserClient) |
| Initialize(CancellationToken) |
Initialises the resources used to setup entra id authentication. (Inherited from PlaywrightServiceBrowserClient) |
| InitializeAsync() |
Setup the resources utilized by Playwright Browser client. |
| InitializeAsync(CancellationToken) |
Initialises the resources used to setup entra id authentication. (Inherited from PlaywrightServiceBrowserClient) |