Briuor / wbm

wbm is an unofficial API to send bulk messages in whatsapp.
MIT License
203 stars 64 forks source link

Cannot Send Messages #24

Closed manankarani closed 3 years ago

manankarani commented 3 years ago

I think there is a recent change, worked few days ago, but right now it fails.

Bug is on line 162 await page.waitForSelector(SELECTORS.SEND_BUTTON, { timeout: 5000 });

I think that the Selector value needs to be updated: SEND_BUTTON: 'div:nth-child(3) > button > span[data-icon="send"]' this one fails currently

balataca commented 3 years ago

I've updated the send button selector and it seems to be working now.

juliohsu commented 3 years ago

It still not working!

juliohsu commented 3 years ago

I am trying to send a message, but it just doesnt send

balataca commented 3 years ago

I am not the owner of this repository so I've made a pull request to integrate my changes, but the owner has to approve it and then merge and build a new npm package. If you don't want to wait check out my pull request here and integrate the changes locally.

Briuor commented 3 years ago

@balataca PR was merged, nice fix! Fix present on version 1.1.16

# update wbm package
npm update wbm