mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

First messages of non-contact number doesn't show up in the contacts list #928

Closed thiagovm closed 4 years ago

thiagovm commented 4 years ago

For any firefox version (tested: 65, 73, 75, 79), the new messages (new conversations) of new contacts doesn't show up in the contacts list. It happens only if the firefox is opened from the python code (webdriver). If opened manually, it works as expected. After sending the message as a new contact to the whatsapp linked number, you need to refresh the browser in order to the new conversation appears and then the framework can work on that new contact messages.

The tested geckodriver versions were: 0.26 and 0.27.

Please, somebody can help?

thiagovm commented 4 years ago

Solved at: https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/898