Automation in Oracle ebs

hi team,

I am automating Oracle EBS forms , so I am supposed to extract contents of a table(dynamic) and on basis of the extracted text I should uncheck few boxes.
The issue is I could not extract all the rows using application host(there are 50-60 rows) , is there any way to iterate each row in the table and extract text? Please help.

jtable

thanks,
Pooja

Hi,

There is no direct interaction to iterate over table row. You will have to derive a logic on your own by identifying pattern between two successive row and then iterate over the same

Regards,
Amit Anand