【发布时间】:2018-06-10 17:56:54
【问题描述】:
TypeText 似乎不适用于SearchView。
onView(withId(R.id.yt_search_box))
.perform(typeText("how is the weather?"));
给出错误:
在视图“id:../yt_search_box”上执行“输入文本(天气怎么样?)”时出错
【问题讨论】:
标签: android searchview android-espresso