When trying to send a message it opens whatsapp web on chrome, types out the message and closes before actually sending the message. Anyone know why this is happening?
hello just one mor line containing
messenger.close_when_message_successfully_sent()
with this line the browser close only after the mesage has ben sent out
When trying to send a message it opens whatsapp web on chrome, types out the message and closes before actually sending the message. Anyone know why this is happening?
`from alright import WhatsApp
messenger = WhatsApp() messenger.find_user('1234') message = 'test'
messenger.send_message(message)`