Thanks.".//*[@android:id=\"@com.gotogames.funbridge:id/cell_result_screen_ranking_player_pseudo\"]/@android:text"
Sorry but a couple more questions.
The app I'm processing has display of one off info at the top followed by a s⁵crollable list of player info.
1) how can I get 2 or more attributes from 1 Inspect. I thought it was just by adding further clauses at the end,
Eg "/@android:text/@android:layout_y" but returns null.
2) how to process the scroll able list. No predicate or [1] returns the 1st matching data,
Eg ".//*[@android:id=\"@com.gotogames.funbridge:id/cell_result_screen_ranking_player_pseudo\"]/@android:text"
Or ".//*[@android:id=\"@com.gotogames.funbridge:id/cell_result_screen_ranking_player_pseudo\"][1]/@android:text"
But [2] etc returns null.
I do have a working flow (complex as does process other screens as well) using findall on the layout, but would like t
o use Inspect as a more robust solution