diff --git a/packages/playwright-client/types/types.d.ts b/packages/playwright-client/types/types.d.ts index abdc85e923..c8a227d0f8 100644 --- a/packages/playwright-client/types/types.d.ts +++ b/packages/playwright-client/types/types.d.ts @@ -9739,7 +9739,8 @@ export interface Browser { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -14785,7 +14786,8 @@ export interface BrowserType { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -17489,7 +17491,8 @@ export interface APIRequest { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -21993,7 +21996,8 @@ export interface BrowserContextOptions { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index abdc85e923..c8a227d0f8 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -9739,7 +9739,8 @@ export interface Browser { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -14785,7 +14786,8 @@ export interface BrowserType { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -17489,7 +17491,8 @@ export interface APIRequest { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string; @@ -21993,7 +21996,8 @@ export interface BrowserContextOptions { */ clientCertificates?: Array<{ /** - * Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port. + * Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes + * `https` protocol, a hostname and optionally a port. */ origin: string;