【发布时间】:2015-10-20 22:43:42
【问题描述】:
每当我尝试填充一些非 BMP 字符时,例如 '????'作为使用 selenium 对文本区域的输入,我的 chrome 驱动程序由于以下异常而失败:
org.openqa.selenium.WebDriverException:未知错误:ChromeDriver 仅支持 BMP 中的字符
下面的帖子说它已在谷歌浏览器中修复,但我不这么认为:https://code.google.com/p/chromedriver/issues/detail?id=187
我正在使用 chrome 驱动程序(版本 2.15.322448)和 chrome 浏览器(版本 43.0.2357.65)
任何建议将不胜感激。
【问题讨论】:
-
我问stackoverflow.com/questions/46950897/… 以获得更通用的答案。
标签: java google-chrome selenium