vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
990 stars 314 forks source link

Fix the "smart reply message" #140

Closed zionitcorp closed 4 years ago

zionitcorp commented 4 years ago

index.js Line 189 fixed for the right message text field. Before this fixing, the text was being written in the Search field when smart reply buttons were being pressed.

await page.type("#main > footer > div.copyable-area > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)", message);

fixed file is attached. index.js.zip

vasani-arpit commented 4 years ago

I am unable to see your changes. Can you update your branch with master and make a pull-request again?

vasani-arpit commented 4 years ago

Closing this as I am unable to see the changes in files changed tab.