Hi,
You need to load this URL with your CEF browser and follow the instructions :
https://web.whatsapp.com/
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Send Message for whatsapp web
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Send Message for whatsapp web
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.
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.