Whenever I try to fill some non BMP character like '??' as input to a text area using selenium, my chrome driver fails due to following exception:
org.openqa.selenium.WebDriverException: unknown error: ChromeDriver only supports characters in the BMP
The below thread says it has been fixed in google chrome, but I don't think so: https://code.google.com/p/chromedriver/issues/detail?id=187
I am using chrome driver (version 2.15.322448) and chrome browser (version 43.0.2357.65)
Any suggestions would be appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…