Hello,
I have a list of checkboxes. Do you know how to select checkboxes randomly from the list?
If I selected a checkbox by simply recording it, the code would use HtmlInputCheckBox to do the operation like clicking.
My original thought is using random checkbox id so that I can selected checkbox randomly. When I use Find.ById() to locate a check box element, the return type is element which does not have method like clicking.
Hope you guys can help me with this. Thanks!
Peiyuan