mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
Merge branch 'master' of https://github.com/pedroslopez/whatsapp-web.js
This commit is contained in:
@@ -63,7 +63,10 @@ class Client extends EventEmitter {
|
|||||||
}, this.options.session);
|
}, this.options.session);
|
||||||
}
|
}
|
||||||
|
|
||||||
await page.goto(WhatsWebURL);
|
await page.goto(WhatsWebURL, {
|
||||||
|
waitUntil: 'load',
|
||||||
|
timeout: 0,
|
||||||
|
});
|
||||||
|
|
||||||
const KEEP_PHONE_CONNECTED_IMG_SELECTOR = '[data-asset-intro-image="true"]';
|
const KEEP_PHONE_CONNECTED_IMG_SELECTOR = '[data-asset-intro-image="true"]';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user