**Question: I have a variable that has a sentence with a bunch of emojis, apparently it doesn’t work because of “The Chrome WebDriver has limitations regarding non-BMP characters, which include characters outside the Unicode Basic Multilingual Plane.”
**
error:
selenium.common.exceptions.WebDriverException: Message: unknown error: ChromeDriver only supports characters in the BMP
summary:
chromedriver doesn’t support putting emojis or special characters – is there another library that allows you to input text regardless of it having emojis?