You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playwright is a Node.js library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.
* A unique identifier for the type of issue. Each type may use one of the
852
862
optional fields in InspectorIssueDetails to convey more specific
853
863
information about the kind of issue.
854
864
*/
855
-
export type InspectorIssueCode = "SameSiteCookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"TrustedWebActivityIssue"|"LowTextContrastIssue";
865
+
export type InspectorIssueCode = "SameSiteCookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"TrustedWebActivityIssue"|"LowTextContrastIssue"|"CorsIssue";
856
866
/**
857
867
* This struct holds a list of optional fields with additional information
858
868
specific to the kind of issue. When adding a new issue code, please also
@@ -867,6 +877,7 @@ add a new optional field to this type.
* A unique identifier for the type of issue. Each type may use one of the
852
862
optional fields in InspectorIssueDetails to convey more specific
853
863
information about the kind of issue.
854
864
*/
855
-
export type InspectorIssueCode = "SameSiteCookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"TrustedWebActivityIssue"|"LowTextContrastIssue";
865
+
export type InspectorIssueCode = "SameSiteCookieIssue"|"MixedContentIssue"|"BlockedByResponseIssue"|"HeavyAdIssue"|"ContentSecurityPolicyIssue"|"SharedArrayBufferIssue"|"TrustedWebActivityIssue"|"LowTextContrastIssue"|"CorsIssue";
856
866
/**
857
867
* This struct holds a list of optional fields with additional information
858
868
specific to the kind of issue. When adding a new issue code, please also
@@ -867,6 +877,7 @@ add a new optional field to this type.
0 commit comments