Page 1 of 1
Re: Send Message for whatsapp web
Posted: Sat Aug 18, 2018 9:10 am
by salvadordf
Hi,
You need to load this URL with your CEF browser and follow the instructions :
https://web.whatsapp.com/
Re: Send Message for whatsapp web
Posted: Wed Sep 05, 2018 12:48 pm
by salvadordf
Hi,
The right way to do that would be using an API. It's not easy to send and receive messages with an embedded browser.
To send a message you would have to use a browser in OSR mode to log all mouse and keyboard events in that web page. Then you can replicate what you logged to send new messages.
To receive a message you would have to search the DOM to get the text.
I'm afraid that I can't help you with a complete example but these indications should be enough.