Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send emoji in the message #123

Open
psd-psd opened this issue May 4, 2023 · 2 comments
Open

Unable to send emoji in the message #123

psd-psd opened this issue May 4, 2023 · 2 comments

Comments

@psd-psd
Copy link

psd-psd commented May 4, 2023

I am unable to send text messages that includes the emojis. I tried passing the Unicode in the string however it just don't detect it.

sample text,
message=(馃コCoorg Friday Festive馃コ)
message=(\U0001f973Coorg Friday Festive\U0001f973)

both ways not working

@3mora2
Copy link

3mora2 commented Jun 26, 2023

it from chromedriver, in firefox it work fine,
if you need chrome send message through js

@BryanBetancur
Copy link
Contributor

BryanBetancur commented Sep 9, 2023

I found a temporal solution, you should go to whatsapp, press emoji option and type the emoji description (some emojis have a big desciption) for example:
image

After that you should put a message like this:

:white medium star\t

The \t is for simulate pressing tab in the message.

Note: Some emojis like the different color ones need to be in recents emojis to work with this method, to put it in recents you should only send it once. For example: :woman raising hand\t

image

Message example:
MESSAGE_1 = f'Hi! :woman raising hand\t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants