Java mode spying of a Table

NissankaW

New Member
I have a situation where I have to use Java mode to spy Tables which will have numbers of rows which will vary from time to time. At the moment, I am able to spy elements based on a fixed number of rows. What I mean is that if the tables have 3 rows, then they will be spied successfully but as soon as there are e.g. 4 rows, then the modeller will not spy it etc.. I have 2 questions related to this

#1. Is there some way of spying the table such that BP will spy it regardless of the number of rows the table has?

#2. Is there any way of selecting a particular cell (a specific row and column) within the table? -
related to this, I am currently able to get items into a collection using the GET ITEMS action of the READ stage.
 
Top