Sending emojis with selenium's send_keys()

后端 未结 3 649
心在旅途
心在旅途 2021-02-09 11:53

I would like to send a :heart: emoji with selenium\'s send_keys()

from selenium import webdriver
from selenium.webdriver.support.ui imp         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-09 12:35

    guys. I found a really simple but powerfull way to add emoji to whatsApp using Selenium

    Message_box.send_keys(':emoji' u'\ue007') # You just have to enter the code cording to the next page
    

    https://gist.github.com/hkan/264423ab0ee720efb55e05a0f5f90887

提交回复
热议问题