I'm writing a UITest for an APK and trying to tap a tab in a TabLayout
. The TabLayout
has an id, but the individual TabViews do not, so I'm not sure how to access those. I've tried to access by text but it's now working for me. Thanks for any help.
I'm using a ViewPager
to set up the tabs, not sure it that matters.