I am trying to sendkeys a emoji.I have tried to send it by coping the signal
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
This error message...
...implies that the ChromeDriver was unable to send the emoji i.e. ?? signal through
SendKeys()
method.Taking out a leaf from @JimEvans answer, currently ChromeDriver only supports code points in the Plane 0 i.e. the Basic Multilingual Plane (BMP) at present.
Using GeckoDriver/Firefox or IEDriverServer/IE combo would have fetched you better results.
You can find the current status of the specific tests in the Web Platform Test Suite that specifically send emojis and these work for other browsers too.
However, to send a emoji through C# you can use the following syntax: