Click Activity Works in Attended Mode But Fails in Unattended with “Element Not Found”

Bot clicks buttons and navigates a web application perfectly when running in attended mode from Studio or Assistant. Same workflow fails in unattended mode on Orchestrator with “UI element not found” errors.

Hi @Ashish_Chaurasiya,

Add Simulate Click or SendWindowMessages input method in Click activities instead of default hardware events. These methods work without requiring active screen focus.
Also change the property of use application browser activity to maximize to ensure the browser is in foreground and fully visible.

1 Like

Thanks for the quick response it worked.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.