We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3425409 commit 36eccd6Copy full SHA for 36eccd6
lib/helper/Playwright.js
@@ -482,6 +482,7 @@ class Playwright extends Helper {
482
contextOptions.httpCredentials = this.options.basicAuth;
483
this.isAuthenticated = true;
484
}
485
+ if (this.options.bypassCSP) contextOptions.bypassCSP = this.options.bypassCSP;
486
if (this.options.recordVideo) contextOptions.recordVideo = this.options.recordVideo;
487
if (this.storageState) contextOptions.storageState = this.storageState;
488
if (this.options.userAgent) contextOptions.userAgent = this.options.userAgent;
0 commit comments