save 2 times the cookies to message queue

This commit is contained in:
Lei PAN
2024-01-16 10:29:13 +01:00
parent 2209b66580
commit f1d37bc967
+1
View File
@@ -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();