[英]How to open Navigation Drawer using espresso?
我试过 DrawerActions.open() 但它显示未定义。 还有其他方法可以访问导航抽屉吗?
请建议。
浓缩咖啡的 DrawerActions 类有问题,我无法查看。 如果您有任何想法,请分享。
检查您的 build.gradle 文件中是否缺少espresso-contrib库。
androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2'
如果您使用的是androidx
,
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
在以下链接中查看其他有用的 espresso 扩展库 - https://developer.android.com/training/testing/espresso/#packages
尝试使用浓缩咖啡中的 swipeRight() 方法。 ViewAction.swipeRight();
https://developer.android.com/reference/android/support/test/espresso/action/ViewActions.html
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.