Search: get-secure-credential

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 18 next page » Page 1 2

[04]Get Secure Credential

Last modified by VuNH54 on 2023/04/19 10:09
Rendered document content
RCA.Activities.Core.GetSecureCredential Description The Get Secure Credential activity allows you to retrieve the credentials from a specified target from the Windows Credential Manager based on Credential and Persistence Type. As it is a Secure Credential, it always retrieves a secure string password and a string
Title
[04]Get Secure Credential
Location
[04]Get Secure Credential
Credential
Raw document content
" %) ((( RCA.Activities.Core.GetSecureCredential == **Description** == The Get Secure Credential activity allows you to retrieve the credentials from a specified target from the Windows Credential Manager based on Credential and Persistence Type. As it is a Secure Credential, it always retrieves a secure string password and a string username. And it stores

[03]Get Credential

Last modified by VuNH54 on 2023/04/19 10:09
Rendered document content
the credentials from a specified target from the Windows Credential Manager as a secure string (password
. Result (Boolean) - A Boolean variable that indicates whether the given credentials were successfully get
was successful or not. (* for Mandatory) Properties Input Credential Type - The type of credential
Title
[03]Get Credential
Location
[03]Get Credential
Credential
Raw document content
target from the Windows Credential Manager as a secure string (password) and a string (username
and structure your code better. E.g: Get Credentials **Output** * **Password (String)*** - The password
that indicates whether the given credentials were successfully get from Windows Credential Manager

[02]Delete Credential

Last modified by VuNH54 on 2023/04/19 10:07
Rendered document content
the credentials for a specified target from the Windows Credential Manager, and returns a boolean value to let you know if the process was successful or not. (* for Mandatory) Properties Input Credential Name (String)* - Identifies the credential from set of credentials in Windows Credential Manager. Misc Public
Title
[02]Delete Credential
Location
Credential
[02]Delete Credential
Raw document content
" %) ((( RCA.Activities.Core.DeleteCredential == **Description** == The activity allows you to delete the credentials for a specified target from the Windows Credential Manager, and returns a boolean value to let you know if the process
** * **Credential Name (String)*** - Identifies the credential from set of credentials in Windows Credential Manager

[01]Add Credential

Last modified by VuNH54 on 2023/04/19 10:07
Rendered document content
credential in the Windows Credential Manager with a custom persistence type, and returns a boolean value to let you know if the process was successful or not. (* for Mandatory) Properties Input Credential Type - The type of credential to be added. The following options are available: ・None: No credential
Title
[01]Add Credential
Location
Credential
[01]Add Credential
Raw document content
" %) ((( RCA.Activities.Core.AddCredential == **Description** == The activity allows you to stores a specified credential in the Windows Credential Manager with a custom persistence type, and returns a boolean value to let you know if the process
** * **Credential Type** - The type of credential to be added. The following options are available: **・None

[05]Request Credential

Last modified by VuNH54 on 2023/04/19 10:09
Rendered document content
with a custom message and title that prompts a user to add application credentials, and store the username
(String)* - Message to show on the dialog box. E.g: “Credential for program is needed” Title (String) - Title of the dialog box. E.g: “Request for credential” Misc Public (Checkbox) - Check if you want
Title
[05]Request Credential
Location
Credential
[05]Request Credential
Raw document content
and title that prompts a user to add application credentials, and store the username and password that can
) == **Properties** == **Input** * **Message (String)*** - Message to show on the dialog box. E.g: “Credential for program is needed” * **Title (String)** - Title of the dialog box. E.g: “Request for credential” **Misc

[2] How to use akaBot Agent

Last modified by DatPT on 2023/04/14 10:04
Rendered document content
Center. Get processes from akaBot Center or akaBot Studio. Control the processes by running/stopping
to get access to the Bot Center, you need to firstly configure the proxy setting to open the connection
, you can disconnect at any time by clicking Disconnect button. Get processes from akaBot Center
Raw document content
. Get processes from akaBot Center or akaBot Studio. 1. Control the processes by running/stopping
: == **Configure network setting** == If your network requires the proxy to get access to the Bot Center, you need
at any time by clicking Disconnect button. == **Get processes from akaBot Center or akaBot Studio

Get Data from Clipboard

Last modified by Giang Tran on 2022/05/13 03:42
Rendered document content
RCA.Activities.Core.GetFromClipboard Description This activity allows you to get data from
)* – The format of the data you want to get from to Clipboard. Support format are: Text, UnicodeText, Rtf, Html, CommaSepreatedValue, Xaml. Output Output Text (String) - The output of the text that you get from this activity
Title
Get Data from Clipboard
Location
Get Data from Clipboard
Raw document content
" %) ((( RCA.Activities.Core.GetFromClipboard == **Description** == This activity allows you to get data from Clipboard for further
** * **Text Format (Dropdown list)*** – The format of the data you want to get from to Clipboard. Support
(String)** - The output of the text that you get from this activity stored in a variable. **Misc

Get OCR Text

Last modified by DatPT on 2023/04/14 14:44
Rendered document content
RCA.Activities.Core.GetOCRText Description This activity allows you to get text from a UI element
. (* for Mandatory) In the body of activity Take a Screenshot – The Image Selector. You can get a screenshot
security before using it. Display Name (String) - The name of this activity. You can edit the name
Title
Get OCR Text
Location
Get OCR Text
Raw document content
" %) ((( RCA.Activities.Core.GetOCRText == **Description** == This activity allows you to get text from a UI element or image using
** – The Image Selector. You can get a screenshot by clicking to this option. Text will be extracted using
)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security

[10]Get Text

Last modified by Tuan Nguyen on 2022/05/13 02:25
Rendered document content
RCA.Activities.Browser.GetText Description The Get Text activity extracts on a webpage and saves
the field to get text. This activity will generate a string variable (Selector) to specify the location
to organize and structure your code better. Eg: [3454334] Get Text Public (Checkbox) - Check if you want
Title
[10]Get Text
Location
[10]Get Text
Raw document content
" %) ((( RCA.Activities.Browser.GetText == **Description** == The Get Text activity extracts on a webpage and saves it in a String
"]] (* For Mandatory) == **In the body of the activity** == * **Pick target element*** - Chooses the field to get
the name of the activity to organize and structure your code better. Eg: [3454334] Get Text * **Public

[13]Get Web Attribute

Last modified by Tuan Nguyen on 2022/05/13 02:26
Rendered document content
RCA.Activities.Browser.GetWebAttribute Description The Get Web Attribute activity allows you to get the value of an attribute that belongs to the native browser element. (* For Mandatory
] Get Web Attribute Public (Checkbox) - Check if you want to public it. Remember to consider data
Title
[13]Get Web Attribute
Location
[13]Get Web Attribute
Raw document content
" %) ((( RCA.Activities.Browser.GetWebAttribute == **Description** == The Get Web Attribute activity allows you to get the value
] Get Web Attribute * **Public (Checkbox) **- Check if you want to public it. Remember to consider data security requirement before using it. Default is unchecked. **Output** * **Output Value (String
next page » Page 1 2
RSS feed for search on [get-secure-credential]
Created by admin on 2022/04/17 14:38