I am trying to sendkeys an emoji. I have tried to send it by copying the emoji π, but it raised this exception:
OpenQA.Selenium.WebDriverException: unknown error: ChromeDriver only supports characters in the BMP
I tried to send it as unicode but without any success. It isn't the intended sign.
input.SendKeys("/u1F44D")
What is the proper way to send an emoji?
Searched and found this but it does not have an answer therefore I'm asking again.