点击主页图标与ES preSSO [英] click home icon with espresso

查看:145
本文介绍了点击主页图标与ES preSSO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过点击在一些ES preSSO测试的主页图标:

I am trying to click the home icon in some espresso tests via:

onView(withId(android.R.id.home)).perform(click());

这工作正常为Android> 3.0 - 但低于未按appcompat似乎没有使用这个号码,这个元素即可。什么是一个很好的办法做我想做的事?

this works fine for Android>3.0 - but fails below as appcompat does not seem to use this id for this element then. What is a good approach to do what I want to do?

推荐答案

使用了 withContentDescription() 匹配器

onView(withContentDescription("Navigate up")).perform(click());

这篇关于点击主页图标与ES preSSO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆