cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the data from data table in CBTA?

Former Member
0 Kudos

I have 50 rows of data in my data table but 15 rows are visible and rest are in down, if you scroll down you will find remaining rows. I'm using "CBTA_GUI_TC_SELECTROW" and selecting 15 rows and getting the data for 15 rows by using "CBTA_GUI_GETPROPERTY". I'm unable to select the 16th row because that 16th row is not visible in the screen.

How to select 16th row without using scroll down?

How can we resolve this issue?

How do we get the all rows of data?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Siva,

If the row is not visible you cannot perform any kind of action over those rows.

You can try capturing value of first row and then press scroll down once , this will make your second row as first now and again without changing the uri capture the value of first row (which will be 2nd row in actual after pressing scroll down) then again one scroll down.

Put this in loop :- for -next if you know the end count else you can use do- loop . This will capture values for all the rows.

Hope this will help you. if you find any alternative please do share.

Thanks,

Pragya G