Please tell the difference between below Type into

Dear All,

please tell the difference between the below TYPE INTO. because recently my UiPath Community Version is updated. now whenever i am creating blank process this new type of TYPE INTO is coming from activities.

please tell the difference and how i can avoid the new one

TYPE INTO 1
TYPE INTO 2

1 Like

This one is the Modern activity.

Check out this docs

https://docs.uipath.com/activities/other/latest/ui-automation/type-into


this one is modern design experience
if you need classic one go to settings —design—and set this use modern for new project to “no”

Regards,
Gayathri M K

Hi,

If you want to use Classic activity as default, can you try to turn off ModernDesignExperience in Project settings as the following?

Regards,

Hi

It’s basically the difference found based on the design type
Classic or modern design

Which is so called from two models

It could be either

Windows - Legacy, Windows configuration

Or

Cross-platform configuration

differences between the Classic and Modern designs of the “Type Into” activity in UiPath:

Property / Aspect Classic Design Modern Design
SendWindowMessages Yes (Within Activity) No (In Target Selector)
ClickBeforeTyping Yes (Within Activity) No (In Target Selector)
EmptyField Yes (Within Activity) No (In Target Selector)
SimulateType Yes (Within Activity) No (In Target Selector)
Type Secure Text No Yes (Separate “Secure Input” Activity)
Target Selector No Yes (Used for properties mentioned above)

These are the main differences between the Classic and Modern designs of the “Type Into” activity in UiPath

Check this doc for more on what is the difference in properties of these two design type

https://docs.uipath.com/activities/other/latest/ui-automation/n-type-into

Hope this clarifies

Cheers @Mohsin_Ali_Mohammed

@Gokul001 Thank you very much

@Gayathri_Mk Thank you very much

1 Like

@Palaniyappan Thank you very much

1 Like

Hope it’s clarified
If yes

Cheers @Mohsin_Ali_Mohammed

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