Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

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".

1 Answer

0 votes
by (9.5k points)

 I think you should Use Read Box, 

"Get value" property.

It should return "true" or "false".

Related questions

Browse Categories

...