I was trying to send a emoji with python and the Selenium Chrome Driver when the following error accured:
selenium.common.exceptions.WebDriverException: Message: unknown error: ChromeDriver only supports characters in the BMP
(Session info: chrome=86.0.4240.75)
I already researched this topic for a while and found the following workaround in C# in another Question from @GalBracha.
Since I don't know C# at all and I am not too familiar with Selenium I wanted to ask if someone knows a similar solution in Python.
Thanks