I am trying to sendkeys a emoji.I have tried to send it by coping the signal π, but it raised this exception.
OpenQA.Selenium.WebDriverException: 'unknown error: ChromeDriver only supports characters in the BMP
Than i tried to send it as unicode, but without any success. its ain't the deisrable sign.
input.SendKeys("/u1F44D")
What is the proper way to send an emoji ?