From f1d37bc967c524359154d8a193bf2ca3ee478e30 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 16 Jan 2024 10:29:13 +0100 Subject: [PATCH] save 2 times the cookies to message queue --- src/workers/CommandorPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 6354e0f..24e9006 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -871,6 +871,7 @@ class CommandorPage { }) console.log(cookiesString); this.sender.sendMessage(cookiesString) + this.sender.sendMessage(cookiesString) // let content = await this.page.content() // console.log(content) await this.page.bringToFront();