検索:get-active-window

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

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

Credentials (en)

保存場所
adminが2022/05/18 09:35に最終更新
表示されるドキュメントの内容
The Credentials activities sub-package contains activities that work with Windows Credential Manager, enabling the adding and getting or deleting of credentials for specific Microsoft authentication packages. Robots can also use these activities to retrieve credentials or simply prompt a human user
ドキュメントの内容のソース
" %) ((( The **Credentials activities** sub-package contains activities that work with [[Windows Credential Manager>>https://docs.microsoft.com/en-us/windows/win32/secauthn/credentials-management]], enabling the adding and getting or deleting of **credentials **for specific Microsoft authentication packages. ))) Robots can also use these activities

[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

[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

[33]Handle Alert (en)

Tuan Nguyenが2022/05/13 03:27に最終更新
表示されるドキュメントの内容
” or "Exit" button as soon as the pop up window appears. ・GETTEXT - Gets the text from alert box. ・SENDKEYS
up window appears. ・GETTEXT - Gets the text from alert box. ・SENDKEYS – Sends string of text
RCA.Activities.Browser.HandleAlert Description The Handle Alert activity allows you to handle
ドキュメントの内容のソース
- Clicks on the “Cancel” or "Exit" button as soon as the pop up window appears. ・GETTEXT - Gets the text
- Clicks on the “Cancel” or "Exit" button as soon as the pop up window appears. ・GETTEXT - Gets the text
" %) ((( RCA.Activities.Browser.HandleAlert == **Description** == The Handle Alert activity allows you to handle alert popup box

[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

[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

[1] Release Notes (en)

保存場所
Nga Nguyenが2022/05/13 03:48に最終更新
表示されるドキュメントの内容
RCA.Activities.Core Version 2.2.0.1 Bug Fixes Fixed an issue in Delete Credentials activity which cannot remove Windows Credential. Fixed an issue in Delete Credentials activity which missing [Credential Type] property. Fixed an issue in Delete Credentials activity which does not display error
ドキュメントの内容のソース
Credentials** activity which cannot remove Windows Credential. ))) * ((( Fixed an issue in **Delete Credentials** activity which missing [Credential Type] property. ))) * ((( Fixed an issue in **Delete Credentials** activity which does not display error message when input too maxlenght. ))) ))) ))) {{velocity

[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

[20]Switch To (en)

Tuan Nguyenが2022/05/13 02:29に最終更新
表示されるドキュメントの内容
RCA.Activities.Browser.SwitchTo Description The Switch To activity allows you to switch between different UI Elements within a browser. (*For Mandatory) In the body of the activity Switch
. ・PARENT_FRAME - To be used if there is a nested iframe. ・WINDOW - To switch between tabs. ・ALERT - Alert box
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.SwitchTo == **Description** == The Switch To activity allows you to switch between different UI
of the activity** == * **Switch To (Dropdown List)** - Choose the type to switch to ・FRAME - An iframe. ・DEFAULT_CONTENT - Main webpage. ・PARENT_FRAME - To be used if there is a nested iframe. ・WINDOW - To switch

[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
次のページ » ページ 1 2
[get-active-window]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成