scamp68
(Олег Стасів)
#1
Эсть такая структура
-RecyclerView(id:ivDevList)
|
–LinearLayout (index:0)
|
–ImageLayout(index:0)
–TextView(index:1)
–TextView(index:2)
–LinearLayout (index:1)
|
–ImageLayout(index:0)
–TextView(index:1)
–TextView(index:2)
–LinearLayout (index:2)
|
–ImageLayout(index:0)
–TextView(index:1)
–TextView(index:2)
Мне нужно кликнуть по тексту с index:2, который есть в LinearLayout c index:2
В кого есть идеи, как это сделать ?
Сдесь схема нарисованая мною
RayRom
(Ray Romanov)
#2
//LinearLayout[2]/TextView[2]
я не помню точно по поводу индексации может быть //LinearLayout[3]/TextView[2]
scamp68
(Олег Стасів)
#3
А как правильно написать код с помощью Robotium-а ? )
RayRom
(Ray Romanov)
#4
Тут не подскажу, я с Appium работаю (на PHP тесты пишу). То что я написал это XPath к вашему элементу.
1 лайк
st_eremin
(Stan)
#5