I have 3 check boxes in my process and two of those need to be checked while the third checkbox needs to be unchecked. I am working with a browser based application and these check boxes are modeled as active accessibility elements in the application modeler. When I run my process there are cases(1 out of 5 times) when the process skips checking one of the check boxes and I would like to be able to read the checkbox to know whether they are in a checked or unchecked state so that my process throws an error and does not proceed further.
What I tried:
I tried adding a wait stage after the checkbox action in which I included the element but the only conditions I can see are "check exists" , "check window attribute" and "check AA attribute".