Issue in click view details(Autoincrementing the tablerow)

Hi Everyone,
I’m doing an web automation, in that i will be searching particular ID and with that particular ID few details will be listing.
The number of rows differ for each particular ID when the details listed.
for ex : it will be listed 10 rows or 5 rows based on the ID.
so i’m using while loop here and creating a variable index and incrementing it.
the problem here i’m facing is, While the index < 5 it is able click and fetch all the details, but for the rows with 10 details still it is picking the 5 details only not picking the 6th row details… when i give index < 10 it is throwing error .




Regards,
Naveen Kumar

1 Like

Hey @naveenkumarr

Does this mean your 6th time will start from second page ?

Thanks
#nK

@Nithinkrishna , no in the same page

1 Like

Hey @naveenkumarr

Is it hidden in the screen I mean only when you scroll it is visible?

Thanks
#nK

yes nithin , it will not be visible until we mouse over on it and fyi i enabled simulate click

1 Like

Hey @naveenkumarr

So you mean you need to hover on table row to make the element visible ?

If you can explain with some screenshots will be great please

Thanks
#nK

hi @Nithinkrishna yes , it should click on the element (which is not visible until we hover on it )for every row
rowindex
so in the image there are four rows and i need to click on each row(view details) and the number of rows differs , it may be 5 or 10


this is the selector and i’m incrementing ,but still it is clicking the first row element
Reagrds,
Naveen

1 Like

Okay clear, you need to hover and click on view details right ?

#nK

yes exactly @Nithinkrishna

1 Like

hi @Nithinkrishna any update?

1 Like