UiPath Studio gave me some suggestions such as:
Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive
but these aren’t helpful to me because its still not working on my end. Does anyone else encounter the same problem as me? how do you troubleshoot it?
Check whether the window you are trying to indicate is opened or not.
Use check app state to check the check box is present or not.
IF the check box present then use check/uncheck activity available.
Hi @Gwendolyn_Toh_JiaHui
I believe you’re using activity ‘Check/Uncheck’ to perform check/uncheck action in an application?
Some checkboxes seem like checkboxes but exactly not. For such cases, you have to use activity ‘Click’ to do what you want. And you may need to use activity ‘Get Attribute’ to retrieve the checkbox is check or uncheck.
When you are indicating the element by Check/Uncheck activity, check the strict selector and uncheck the fuzzy and image in the selector option window. Go back to Studio and open the properties of Check/Uncheck activity.
→ Extend the Target option find the Visibility check option select the Interactive option from dropdown.
→ After that find the Wait for Page load option, select the Complete option from dropdown.
Try the above options and let us know it’s working or not.