Whenever I try to populate some character without BMP, for example 'π', as input to the text area using selenium, my chrome driver will fail due to the following exception:
org.openqa.selenium.WebDriverException: unknown error: ChromeDriver only supports characters in BMP
The thread below says it is fixed in google chrome, but I donβt think so: https://code.google.com/p/chromedriver/issues/detail?id=187
I am using the chrome driver (version 2.15.322448) and the Chrome browser (version 43.0.2357.65)
Any suggestions would be appreciated.
source share