This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 6
May 2018

I believe you can write common xpath which can return country names.

If you can show xml dump of screen we can try …

@Chhavi_Singh with android you can see what is on screen and nothing more. as workaround you can scroll and add names to list and check list after.

it is like … if I do get by classname it will fetch up to the elements visible on screen… after swipe down the list will refresh…the container is same only data refreshes…

Write a script that fetches all elements from RecyclerView. Save those elements to List and you will also need current last country from a list. Then scroll down, and save to List only those that are below the previous last Country. -Repeat steps (until previous last country is the same as current last country).