PlaywrightServiceBrowserClientOptions 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.
Options to configure the requests to the Playwright service browser client.
public class PlaywrightServiceBrowserClientOptions : Azure.Core.ClientOptions
type PlaywrightServiceBrowserClientOptions = class
inherit ClientOptions
Public Class PlaywrightServiceBrowserClientOptions
Inherits ClientOptions
- Inheritance
Constructors
PlaywrightServiceBrowserClientOptions(PlaywrightServiceBrowserClientOptions+ServiceVersion) |
Initializes a new instance of the PlaywrightServiceBrowserClientOptions class. |
Properties
ExposeNetwork |
Gets or sets the expose network field for remote browsers. |
Logger |
Gets or sets the logger. |
OS |
Gets or sets the operating system for Playwright service. |
RunId |
Gets or sets the run ID. |
ServiceAuth |
Gets or sets the default authentication mechanism. |
ServiceEndpoint |
Gets the service endpoint for Playwright service. |
UseCloudHostedBrowsers |
Gets or sets a flag indicating whether to use cloud-hosted browsers. |