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
this.browserContext=awaitthis.browser.newContext(contextOptions);// Adding the HTTPSError ignore in the context so that we can ignore those errors
522
+
this.browserContext=awaitthis.browser.newContext(this.contextOptions);// Adding the HTTPSError ignore in the context so that we can ignore those errors
522
523
}
523
524
}
524
525
@@ -606,7 +607,7 @@ class Playwright extends Helper {
0 commit comments