Search: get-active-window

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

Results 221 - 230 of 237 « previous page next page » Page 1 ... 16 17 18 19 20 21 22 23 24

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
Description Activities are the core unit of behavior in Windows Workflow Foundation. The execution logic of an activity can be implemented in managed code or it can be implemented by using other activities. This topic demonstrates how to create an activity. There are two steps required to create
Title
Custom Activity
Raw document content
** == Activities are the core unit of behavior in Windows Workflow Foundation. The execution logic of an activity can be implemented in managed code or it can be implemented by using other activities. This topic demonstrates how to create an activity. **There are two steps required to create a custom activity:** 1

[33]Handle Alert

Last modified by Tuan Nguyen on 2022/05/13 03:27
Rendered document content
” 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
Raw document content
- 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

[30]Attach Process

Last modified by Tuan Nguyen on 2022/05/13 06:20
Rendered document content
) In the body of activity Pick target element* - Chooses the window to attach. This activity will generate
Scope to scope for activity (similar to From). Output Output Window (WindowApp) - The found active
RCA.Activities.Windows.AttachProcess Description This activity will allow running apps
Location
Window
Raw document content
]] (*For Mandatory) == **In the body of activity** == * **Pick target element* **- Chooses the window to attach. This activity will generate a string variable (Selector) to specify the location of that window
output variable from Open Window or Window Scope to scope for activity (similar to From). **Output

[28]Get Running Process

Last modified by Tuan Nguyen on 2022/05/13 06:19
Rendered document content
RCA.Activities.Windows.GetRunningProcess Description The Get Running Process allows you to get the processes that are running in your Windows computer. (*For mandatory) Properties Common Continue
of the process to continue the execution even an error occurs within the activity. - False: blocks the process
Title
[28]Get Running Process
Location
Window
[28]Get Running Process
Raw document content
the name of the activity to organize and structure your code better. E.g: [12312] Get Running Process
" %) ((( RCA.Activities.Windows.GetRunningProcess == **Description** == The Get Running Process allows you to get the processes that are running in your Windows computer. [[image:image-20220505171317-1.png]] (*For mandatory

[03]Get Credential

Last modified by VuNH54 on 2023/04/19 10:09
Rendered document content
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
Title
[03]Get Credential
Location
[03]Get Credential
Raw document content
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

[24]Get Property

Last modified by Tuan Nguyen on 2022/05/13 06:18
Rendered document content
RCA.Activities.Windows.GetProperty Description The Get Property activity allows you to retrieve the value of a specified property of a window element. (*For mandatory) In the body of activity Pick target element* - Chooses the element to get value of property. This activity will generate a string
Title
[24]Get Property
Location
Window
[24]Get Property
Raw document content
" %) ((( RCA.Activities.Windows.GetProperty == **Description** == The Get Property activity allows you to retrieve the value
) == **In the body of activity** == * **Pick target element*** - Chooses the element to get value of property
the location of the window. **Misc** * **Public (Checkbox) **- Check if you want to public the activity

[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
. Credential is stored under Generic Credential section in Windows Credential Manager. ・DomainPassword
Title
[04]Get Secure Credential
Location
[04]Get Secure 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
. **・Generic**: Stores any credential. Credential is stored under Generic Credential section in Windows

[11]Get Menu

Last modified by Tuan Nguyen on 2022/05/13 04:14
Rendered document content
RCA.Activities.Windows.GetMenu Description The Get Menu activity allows you to select the menu of a specified window element. (*For mandatory) Properties Common Continue On Error (Boolean) - A Boolean
the execution even an error occurs within the activity. - False: blocks the process from continuing
Title
[11]Get Menu
Location
Window
[11]Get Menu
Raw document content
" %) ((( RCA.Activities.Windows.GetMenu == **Description** == The Get Menu activity allows you to select the menu of a specified window element. [[image:image-20220505170004-1.png]] (*For mandatory) == **Properties
) **- Specifies whether the menu is context menu. * **Use Window (WindowApp)*** - The window to get menu

Credentials

Located in
Last modified by admin on 2022/05/18 09:35
Rendered document content
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
Raw document content
" %) ((( 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

[22]Get Text

Last modified by Tuan Nguyen on 2022/05/13 06:17
Rendered document content
RCA.Activities.Windows.GetText Description This activity allows you to get text from Windows
of the activity to organize and structure your code better. E.g: [066369874] Get Text Options Automation Base
). Use Window (WindowsApp) - Use output variable from Open Window or Window Scope to scope for activity
Title
[22]Get Text
Location
Window
[22]Get Text
Raw document content
" %) ((( RCA.Activities.Windows.GetText == **Description** == This activity allows you to get text from Windows application
Window (WindowsApp) **- Use output variable from Open Window or Window Scope to scope for activity (similar to From). **Output** * **Output Text (String) **- The element you get from the Windows file
RSS feed for search on [get-active-window]
Created by admin on 2022/04/17 14:38