Whats the difference? Activity Settings: True, False, Default

Hi,
Can anyone explain what is the difference between setting the properties to False and Default? Is there any? Thanks
image

Hi @Petar_Soce

As far as I know, the only difference is whether this argument appears in xaml file.
Maybe there will be a bigger difference in future version.

@Petar_Soce
form the docu:

Activate - When this check box is selected, the specified UI element is brought to the foreground and activated before the text is written.

ClickBeforeTyping - When this check box is selected, the specified UI element is clicked before the text is written.

Setting it to True, False controls the usage. Setting it to Default is applying the Project settings value:

have a look on following. It gives a good introduction on this topic:
https://academy.uipath.com Course: Activity Project Settings

2 Likes