Hi! I just want to ask for help to anyone who is good at UI Automation. So here’s the thing
I have this checkbox that I need to check, among the groups of the checkboxes. I need to click the first checkbox only
To make sure that the box is checked. First, I’ll put everything in retry scope, then I put an element exist to check if the first checkbox exists. After that, I’ll be checking if that checkbox is checked, if not. I will tick/checked the box. Then, I’ll check again if the Checkbox is ticked, so that if it returned false, it would retry, if it is true. Exit the retry scope.
This works most of the time in my run, Like 9/10 it works. But there are some rare cases on my runs that it would fail to click the checkbox. But instead, it clicks the border(not the box) of the checkbox. And for some reason, it wont retry the scope. I don’t know if it is a selector issue, or some other things. I hope you can give me some tips, Thank you.