diff --git a/src/core/engines/webjs/2.3000.1018072227-alpha.html b/src/core/engines/webjs/2.3000.1018072227-alpha.html
new file mode 100644
index 00000000..333d2c04
--- /dev/null
+++ b/src/core/engines/webjs/2.3000.1018072227-alpha.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+WhatsApp Web
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/core/engines/webjs/session.webjs.core.ts b/src/core/engines/webjs/session.webjs.core.ts
index 15bb472c..613970da 100644
--- a/src/core/engines/webjs/session.webjs.core.ts
+++ b/src/core/engines/webjs/session.webjs.core.ts
@@ -139,8 +139,8 @@ export class WhatsappSessionWebJSCore extends WhatsappSession {
protected getClientOptions(): ClientOptions {
const path = this.getClassDirName();
const webVersion =
- this.engineConfig?.webVersion || '2.3000.1014522270-alpha';
- // this.log.debug(`Using web version: '${webVersion}'`);
+ this.engineConfig?.webVersion || '2.3000.1018072227-alpha';
+ this.logger.info(`Using web version: '${webVersion}'`);
return {
puppeteer: {
headless: true,
@@ -150,9 +150,10 @@ export class WhatsappSessionWebJSCore extends WhatsappSession {
},
webVersion: webVersion,
webVersionCache: {
- type: 'none',
- // path: path,
- // strict: true,
+ // type: 'none',
+ type: 'local',
+ path: path,
+ strict: true,
},
};
}