Hi,
-
Is there no classic design option in Studio?
-
If I have to run the automation in the background what are the options?
Thank you,
Hi,
Is there no classic design option in Studio?
If I have to run the automation in the background what are the options?
Thank you,
you can click on filter and choose classic activities
go to project settings and enable starts in background and make sure to use activity which does not use UI interaction
Thank you! This is for which version of Studio?
Mine studio version is 24.10
1:- In the latest UiPath Studio version (like 2025.0.161), Modern Design Experience is the default and cannot be disabled from the Studio settings.
However, Classic activities can still be used by enabling the Classic filter in the Activities panel:
Go to Activities → Filter (funnel icon) → Enable Category → Classic
2:- To run automations in the background (i.e., without interacting with UI elements on the screen), you can use the following options in UiPath:
Send Hotkey, Type Secure Text, or file operations which do not rely on UI.Type Into or Click, check the “SimulateType” or “SimulateClick” property.Thank you, @Ankit_shukla
Can you please explain a bit about the background execution in unattended automation? How does it work for the UI clicks in unattended automation? Thank you so much,
In UiPath, automation workflows often need to interact with UI elements (buttons, fields, etc.) through UI automation activities. When running in unattended mode, the robot performs UI actions in the background without user input, and this can be done in several ways:
1:- Use of Background Activities
2:- Simulate Click (for UI Elements)
The Simulate Click property of the Click activity is particularly useful for background execution. When this property is enabled:
So, in un attended mode, does every activity need to work in background?
Same as “Picture in Picture” mode?
Thank you,
No, not every activity in unattended mode in UiPath needs to work in the background. The key point is that unattended automation can run tasks without requiring human interaction, which includes background execution for certain activities. However, some activities can still work in the foreground depending on how the automation is designed and configured.
Thank you so much @Ankit_shukla
Attended means the process which requires human interaction or intervention
Where as unattended process does not required human interaction. It can be a background process or foreground process
Unattended does not means it should be background only.
Attended and unattended are refer to human interaction not the type of process (background or foreground)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.