Shivani3
2 years agoOccasional Contributor
About checkbox
How to add a checkpoint for a checkbox to check whether it is selected or not?
- 2 years ago
If you have one checkbox ticked, and the other unticked - use the Object Spy tool to look at the property values of you checkboxes. You will then see 'checked' is the property value of ticked/unticked
Use aqObject.CheckProperty method to check the property value equals true.