我想知道是否有任何方法可以为正则表达式生成 espresso ViewAssert,例如:
onView(withId(R.id.element_id)).check(matches(withRegEx("\\+d")));
android ui-automation android-espresso
android ×1
android-espresso ×1
ui-automation ×1