Hello, in one of my projects the click activity is not displayed correctly.
This behaviour occurs inside of a use application activity.
Outside the click activity is displayed correctly.
Reopening the project, restarting the laptop, copying the project to another PC did not help to fix the issue.
It would be great if anyone has an idea to solve this issue.
Best regards, Joachim
Hi @Joachim
What version of UiPath are you running and what package version of System and UiAutomation activities are you on? Have you tried upgrading the dependencies and testing again?
Hi Joachim,
This looks like a UiPath Studio display issue inside Use Application/Browser, not a project problem.
Try these quick fixes:
- Update UiPath Studio and UIAutomation package
- Delete and re-add the Click activity
- Switch between Modern and Classic Click
- Reset Studio layout or restart Studio
- Turn OFF hardware acceleration in settings
This usually fixes the issue.
Hi Jarryd,
thanks for your reply.
The UiPath Studio version is 2025.10.2 LTS.
I will check the dependencies.
BR, Jo
Hi tirtheshpurohit97,
i tried re-adding the click activity and restarting the Studio alread, but it didn’t help.
But i will check out your other hints as well.
By the way, i didn’t find the option to reset the Studio layout. Can you help me out in this regard?
BR, Jo
Hi Jo,
You can reset Studio layout by:
Home → Settings → Reset Studio Layout
If you don’t see it:
- Go to Design tab → Panels → Reset Layout (in some versions)
Since re-adding Click didn’t work, also try:
- Updating UIAutomation package
- Switching Modern/Classic experience
- Disabling hardware acceleration
This should help.
BR,
Tirthesh
hey
could you try adding the ui element descriptor from the object repo?
and ensure the UI element is added directly under the parent screen that is pointing to the app screen that you added in the screenshot.
regards
SG.
Hi all,
i upgraded the UiPath.UIAutomation.Activities and it works for now.
Thanks for your quick response and best regards,
Jo
Glad it’s working @Joachim ![]()
May I ask you to please mark the response as a solution for other community members in the future to see ![]()
Have a great day!
If the Click activity is acting up or not highlighting the right area, it is often related to the display scaling settings on your machine. UiPath works best when the display scaling is set to 100%. If you have it at 125% or 150%, the coordinates it captures during the recording phase usually get offset.
You should also check which framework you are using for the selector. Sometimes switching from “Default” to “Active Accessibility” or “UI Automation” in the selection options helps the studio “see” the element borders more accurately. If it still looks weird, try deleting the activity and re-indicating the element after a fresh restart of the target application.
