I have a simple autoamtion that completes a form in MSWord.
The form has a series of check boxes. Which are ticked dependant on when the Queue Item Data says.
Everything works when working on local machine.
When running on the unattended bot, it fails to complete the Check Box giving the below
Blockquote* Reason: Exception message: Could not find the user-interface (UI) element for this action. 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 at source: Check/Uncheck ‘Checkbox(6)’.
Do any Ui Based automations work on this machine? Have you taken a screenshot when the error occurs? Might be Word isnt configured properly and hasnt loaded up.
Thats all well and good, im not a pure coder, so will always go the UI route. Will explore this, still doens’t explain why it works on my machine vs the VM, I even had it running on 2 other laptops just fine.
Its a Click Check Box activity, nothing shows on screen