chore: remove context log
This commit is contained in:
@@ -163,7 +163,6 @@ export class RemoteBrowser {
|
|||||||
|
|
||||||
contextOptions.userAgent = browserUserAgent;
|
contextOptions.userAgent = browserUserAgent;
|
||||||
this.context = await this.browser.newContext(contextOptions);
|
this.context = await this.browser.newContext(contextOptions);
|
||||||
console.log(`Context from initialize: ${JSON.stringify(this.context)}`)
|
|
||||||
this.currentPage = await this.context.newPage();
|
this.currentPage = await this.context.newPage();
|
||||||
console.log(`CPage from initialize: ${JSON.stringify(this.currentPage)}`)
|
console.log(`CPage from initialize: ${JSON.stringify(this.currentPage)}`)
|
||||||
// await this.currentPage.setExtraHTTPHeaders({
|
// await this.currentPage.setExtraHTTPHeaders({
|
||||||
|
|||||||
Reference in New Issue
Block a user