検索:get-active-window

adminが2022/04/24 04:58に最終更新

16件のうち1 - 10 次のページ » ページ 1 2

[01]Add Credential (en)

VuNH54が2023/04/19 10:07に最終更新
表示されるドキュメントの内容
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
in Windows Credential Manager. ・DomainPassword: A password credential that is specific to Microsoft
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.AddCredential == **Description** == The activity allows you to stores a specified credential in the Windows
Credential section in Windows Credential Manager. **・DomainPassword**: A password credential that is specific to Microsoft authentication packages and can be stored under Windows Credential section in Windows Credential

[01]File Change Trigger (en)

Tuan Nguyenが2022/05/13 03:58に最終更新
表示されるドキュメントの内容
System.Activities.Core.FileChangeTrigger Description This activity allows you to get the change
of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better
ドキュメントの内容のソース
" %) ((( System.Activities.Core.FileChangeTrigger == **Description** == This activity allows you to get the change information of a file
” **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String) **- The name of this activity

[01]Open Browser (en)

adminが2023/11/01 14:55に最終更新
表示されるドキュメントの内容
or faulted. Default value is true. This will only close window Browser opened by this activity. Input
RCA.Activities.Browser.OpenBrowser Description The Open Browser activity allows you to navigate to a specified URL by launching a browser and executing multiple activities within it. (* for Mandatory
ドキュメントの内容のソース
window Browser opened by this activity. **Input** * **Browser Type (Dropdown List)** - The choice
" %) ((( RCA.Activities.Browser.OpenBrowser == **Description** == The Open Browser activity allows you to navigate to a specified URL by launching a browser and executing multiple activities within it. [[image:2754f49-Browser_Open.png||alt

[02]Delete Credential (en)

VuNH54が2023/04/19 10:07に最終更新
表示されるドキュメントの内容
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
(String)* - Identifies the credential from set of credentials in Windows Credential Manager. Misc Public
ドキュメントの内容のソース
" %) ((( 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

[03]Attach Browser (en)

Tuan Nguyenが2022/05/13 02:19に最終更新
表示されるドキュメントの内容
of the activity Do - The activities you want to execute within the browser. Properties Common Continue
of the process to continue the execution even an error occurs within the activity. False (default) - blocks
(Dropdown List) - The choice of browser for this activity to use. There is only 1 choice: Chrome Options
ドキュメントの内容のソース
="Browser_AttachBrowser" height="221" width="517"]] (*For mandatory) == **In the body of the activity** == * **Do** - The activities you want to execute within the browser. == **Properties** == **Common** * **Continue
of the process to continue the execution even an error occurs within the activity. False (default) - blocks

[03]Get Credential (en)

VuNH54が2023/04/19 10:09に最終更新
表示されるドキュメントの内容
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: Get
RCA.Activities.Core.GetCredential Description This activity allows you to retrieve the credentials from a specified target from the Windows Credential Manager as a secure string (password
タイトル
[03]Get Credential
保存場所
[03]Get Credential
ドキュメントの内容のソース
that indicates whether the given credentials were successfully get from Windows Credential Manager
" %) ((( RCA.Activities.Core.GetCredential == **Description** == This activity allows you to retrieve the credentials from a specified target from the Windows Credential Manager as a secure string (password) and a string (username

[04]Get Secure Credential (en)

VuNH54が2023/04/19 10:09に最終更新
表示されるドキュメントの内容
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
. Credential is stored under Generic Credential section in Windows Credential Manager. ・DomainPassword
タイトル
[04]Get Secure Credential
保存場所
[04]Get Secure Credential
ドキュメントの内容のソース
" %) ((( 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
. **・Generic**: Stores any credential. Credential is stored under Generic Credential section in Windows

[10]Get Text (en)

Tuan Nguyenが2022/05/13 02:25に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.GetText Description The Get Text activity extracts on a webpage and saves it in a String variable. (* For Mandatory) In the body of the activity Pick target element* - Chooses the field to get text. This activity will generate a string variable (Selector) to specify the location
タイトル
[10]Get Text
保存場所
[10]Get Text
ドキュメントの内容のソース
" %) ((( 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 (en)

Tuan Nguyenが2022/05/13 02:26に最終更新
表示されるドキュメントの内容
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) In the body of the activity Pick target element* - Chooses the element to verify its existence. This activity
タイトル
[13]Get Web Attribute
保存場所
[13]Get Web Attribute
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.GetWebAttribute == **Description** == The Get Web Attribute activity allows you to get the value
of the activity** == * **Pick target element*** - Chooses the element to verify its existence. This activity
the activity. False (default) - blocks the process from continuing the execution. * **Timeout Ms (Int32

[15]Quit Browser (en)

DatPTが2023/04/17 11:14に最終更新
表示されるドキュメントの内容
. This will only close window Browser opened by Open Browser activity. (* For Mandatory) Properties Common
the rest of the process to continue the execution even an error occurs within the activity. False (default
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: [1232145
ドキュメントの内容のソース
== **Description** == The Quit Browser closes the current browser. This will only close window Browser opened by Open Browser activity. [[image:ef854ca-Screenshot_2021-05-25_155954.jpg||alt="Browser_Quit" height="27
the execution even an error occurs within the activity. False (default) - blocks the process from continuing
次のページ » ページ 1 2
[get-active-window]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成