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 :)