Hi All,
Pfa ,I need to select the element where checkbox is selected in dynamic list of check box?
This list can increase how i check which check box is checked?
Regards,
Somanath.P
Hi All,
Pfa ,I need to select the element where checkbox is selected in dynamic list of check box?
This list can increase how i check which check box is checked?
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.
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!!
You welcome! Glad it worked!