How to check which check box is checked in a dynamic list of check box?

Hi All,

Pfa ,I need to select the element where checkbox is selected in dynamic list of check box?

image

This list can increase how i check which check box is checked?

image

Regards,
Somanath.P

Hello @Somanath

I would suggest that you inspect element of your application if it’s possible, than see what value it has if it’s checked and unchecked, based on that you can build your selector…

Hi @mz3bel

Since Checkbox name is same i am not able to go to exact checked checkbox,

If i use name it is going directly to the first one.

@Somanath

Normally it should be difference between the two radio buttons, is it possible to share the inspected code?

Thanks @mz3bel i used checked=‘1’ it worked!!

2 Likes

@Somanath

You welcome! Glad it worked!