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


PlaywrightServiceBrowserClientOptions Class

Definition

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
PlaywrightServiceBrowserClientOptions

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.

Applies to