Comparing version 1.1.11 to 1.1.12
@@ -10,3 +10,3 @@ { | ||
"description": "wbm is an API to send bulk messages in whatsapp.", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"main": "src/index.js", | ||
@@ -13,0 +13,0 @@ "devDependencies": {}, |
@@ -153,4 +153,3 @@ const puppeteer = require("puppeteer"); | ||
await page.waitForSelector("div#startup", { hidden: true, timeout: 60000 }); | ||
await page.waitForSelector('div[data-tab="1"]', { timeout: 5000 }); | ||
await page.waitForSelector('div[tabindex="-1"]', { timeout: 5000 }); | ||
await page.keyboard.press("Enter"); | ||
@@ -157,0 +156,0 @@ await page.waitFor(1000); |
79656