Actually I am going to make a web application from where I send a whatsapp message using whatsapp.web. So I send a number and message dynamically and bind with that url. It takes me new tab with specific person(number) and message. Now If I pressed enter key then message can go. For that I need to do this. Though there is a lots of way to integrate whatsapp message using api or else. But all of them are paid.
U
User 12127319
@User 12127319
Posts
-
Auto enter key press -
Auto enter key pressHow to generate enter key press without pressing enter key from the keyboard. Is it possible using jquery ? Suppose In C# I found SendKeys.Send("{ENTER}"); like that how it is possible in jquery or Javascript.