Does Java automation has a possibility to create get a list from a screen, e.g. I have components like below:
/Row[1]/Cell[1]
/Row[1]/Cell[2]
/Row[2]/Cell[1]
/Row[2]/Cell[2]
I’d like to get a list created automatically without iterating over the rows and cells