Comparing version 1.1.12 to 1.1.13
@@ -10,3 +10,3 @@ { | ||
"description": "wbm is an API to send bulk messages in whatsapp.", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"main": "src/index.js", | ||
@@ -13,0 +13,0 @@ "devDependencies": {}, |
@@ -80,3 +80,3 @@ const puppeteer = require("puppeteer"); | ||
page | ||
.waitForFunction(`document.getElementsByClassName('h70RQ two')[0]`, | ||
.waitForFunction(`document.getElementsByClassName('two')[0]`, | ||
{ | ||
@@ -154,3 +154,3 @@ timeout: 0, | ||
await page.waitForSelector("div#startup", { hidden: true, timeout: 60000 }); | ||
await page.waitForSelector('div[tabindex="-1"]', { timeout: 5000 }); | ||
await page.waitForSelector('#main > footer > div._3SvgF._1mHgA.copyable-area > div.DuUXI > div > div._1awRl.copyable-text.selectable-text', { timeout: 5000 }); | ||
await page.keyboard.press("Enter"); | ||
@@ -157,0 +157,0 @@ await page.waitFor(1000); |
79741