PlaywrightServiceAdditionalOptions type
Additional options for the service.
type PlaywrightServiceAdditionalOptions = {
apiVersion?: "2025-09-01"
connectTimeout?: number
credential?: TokenCredential
exposeNetwork?: string
os?: OsType
runId?: string
runName?: string
serviceAuthType?: AuthenticationType
slowMo?: number
useCloudHostedBrowsers?: boolean
}