How to send text in a textbox without chrome driver?

**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?

Hey, @oblizz welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

1 Like

my apologies, here is the repl – https://replit.com/@oblizz/test#main.py

Selenium chromedriver only supports characters in the BMP, so how can i input an emoji into the textbox