0

I've tried to convert a string like

"What was he thinking \ud83d\ude02"

into a format I can use with the chromedriver.send_keys function. Converting them into emojis does not work, because chromedriver only supports characters in the BMP format.

sorry for any spelling mistakes, I'm German :)

snakecharmerb
  • 36,887
  • 10
  • 71
  • 115
  • Does this answer your question? [How to work with surrogate pairs in Python?](https://stackoverflow.com/questions/38147259/how-to-work-with-surrogate-pairs-in-python) – snakecharmerb May 11 '20 at 16:34
  • this is not the problem. the problem is, that chromedriver wont let me "send_keys" with a grapic version of the emoji – Chris Hänßler May 11 '20 at 17:28

0 Answers0