UiPath 2025 September Community Release
Studio
Git – bring changes to a new branch
Until now, Studio users have often been blocked when switching branches. Unlike Git clients, Studio doesn’t support stash. Additionally, projects sometimes became “dirty” simply by being opened in a new Studio version (Designer auto-updates), which forced a commit on main before switching branches.
To solve this, we’re introducing a “Bring changes to a new branch” action. If you’ve made edits (or Studio has marked the project as changed) and you try to switch branches, you’ll be able to move those pending changes to a newly created branch automatically.
Improvements to the design experience
When working in large workflows with deep nesting, the breadcrumb path in the Designer header could quickly become hard to read. With the new look and feel, breadcrumbs now collapse into a dropdown once they exceed the available space.
This means you can:
- Quickly expand the dropdown to see the full path whenever needed.
- Avoid overflowing or truncated breadcrumbs in complex workflows.
We’ve updated the visual style of annotations to align with the new design:
- when unpinned, annotations now feature rounded corners;
- on cross-platform projects, pinned annotations are part of the activity card.
Assistant
Enhanced error messaging
We’ve revamped our error messaging system to provide more informative and user-friendly content. The updated system now offers additional context with a slightly revised UI, making it easier for users to understand and address any issues that may arise. Community users will now have the ability to search for similar issues directly on the Forum with just one button click.
Process execution visibility
We’ve enhanced the visibility of executing processes by adding a visual animation. This improvement provides users with a clearer indication of which processes are currently running.

UI terminology alignment
We’ve renamed several elements within the Assistant to improve clarity and understanding. These changes ensure consistency with our Assistant Web offering, providing a more unified experience across our products.
UI Automation
Edge browser support in cross-platform projects
Test Suite clients have requested the ability to run their automation tests across Chrome, Edge, and Safari browsers. Previously, Chrome and Edge were supported on Windows projects, while cross-platform projects supported Chrome and Safari. However, there was no project type that enabled testing across all three browsers.
We’ve now added Edge browser support for cross-platform projects, allowing users to develop and maintain a single project for comprehensive cross-browser testing. This enhancement simplifies automation efforts and improves consistency across platforms.
New modern activity – Window Operation
The new modern activity Window Operation can be used to perform various operations on the specified window element.
This activity must be added inside a Use Application/Browser activity, and the window on which to perform the operation can be:
- Main application window or Input Element - Apply the operation to the window specified either by the parent Use Application/Browser activity or through the Input element property.
- Specific application window - Apply the operation to the indicated window.
Closest matches information in exception message
In classic UIAutomation activities, when a target UI element isn’t found, the exception message includes information about the closest matches. Previously, for modern activities, this information was only available in the output panel and logs.
Starting with UIAutomation version v25.10.14-preview, the closest matches are now also shown directly in the “Runtime execution error” window. This makes it easier for users to copy and share the details with developers for faster troubleshooting.
Sticky “Enable Native Text” option in selection helper
The Enable Native Text setting in the UI Automation Selection Helper is now persistent. Similar to the behavior of the Enable Computer Vision toolbar button, once a user enables this option, it remains active the next time Selection Helper is opened. This enhancement addresses client feedback by eliminating the need to manually re-enable the option for each UI element.
“UnblockInput” Property Added to Modern Click Activity
The classic Click activity includes an UnblockInput property that helps handle pop-ups or modal dialogs that block the main UI thread. This functionality was previously missing in the modern Click activity.
Starting with UIAutomation v25.10.14-preview, the Unblock input property is now available in the modern Click activity. It should be used when the click action triggers a modal dialog or any other blocking UI element, ensuring the automation flow can continue smoothly without interruption.
Activities
Productivity activities - preview releases (3 September 2025)
Please tell us what you think
Which features excite you the most and are you going to try right away? We want to hear what you think! Please use the
button below ![]()








