Select a checkbox in a scroll depending on value in excel

Hi,

I need to select a checkbox in the scroll, based on value in excel:

I have tried various options but none seem to work.
Please guide.

Regards,
Ruchi

Put your click activity in do while add try catch to it and time out is 1000 millisecond in catch(i.e selector failed) send hot key page down to scroll

I know it is a dirty solution but it will work. take care of Boolean variable used in do while and max retries too.

Cheers
Baluvasireddy

Bro, this method costs so much time, would u like to offer a much more efficient way to deal with it?

Cheers
Alan

hi could you try “Focus”?

put your desired value into focus, it will bring the element upfront.

But dont know does it work on your stituation.