Skip to content
Advertisement

How to fill message box on Whatsapp Web?

I’m trying to send a message on Whatsapp Web (https://web.whatsapp.com/) only using Javascript, for study purposes.

Here is the DIV that has the message box :

enter image description here

JavaScript

And here is my code :

JavaScript

The code runs without errors, but the message field is not filled, nothing happens on the interface. This code used to run before, but not anymore.

What am i missing ? You can try your self accessing the whatsapp web and using Chrome devtools.

Advertisement

Answer

you can use

update*

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement