Skip to main content

Overview

IntelliBuddies supports windows desktop UI automation through a list of activities under the Desktop Automation category inside Process Designer. Desktop Automation is the process of automating Windows desktop applications. The automation process imitates the actions of the particular UI element or the windows applications, such as mouse clicks, mouse moves, closing the applications, Resizing the window, typing into the interface elements such as buttons, checkboxes, or text boxes, or focusing the specified elements or window.

Activities

ActivityDescription
Block InputThis is a container that blocks the user inputs from both keyboard and mouse while executing the activities inside it
Mouse ClickPerforms a mouse click on a specified UI element
Mouse MovePerforms mouse movement over a specified UI element
Press or Release KeyPress or Release the selected keys
ScrollUse this activity to perform either vertical or horizontal Scroll on a specified UI element
Send KeysSends the specified Text to the current cursor position on a specified UI element
Set Key StateTurns the specified lock key to on/off state
Close WindowUsers can close the specified window or element by selecting it.
Extract DataUsers can extract the data from the element by selecting it.
Focus ElementSets keyboard focus to the specified UI element
Focus WindowSets the specified window as active window
Get Selected CheckboxesGets the state of checkboxes in the specified checkbox group
Get Selected Radio ButtonGets the state of radio buttons in the specified radio buttons group
Get windowGets the window instance by its Title or embedded UI element
Move WindowChanges the position of the specified window
Populate Text FieldUser can append or replace the specified Text, either plain or secured, inside the selected text field
Resize WindowChanges the dimensions of the specified window
Select Radio ButtonChecks or unchecks the specified radio button state
Select TabSelects the specified tab
Set Checkbox StateChecks or unchecks checkbox
Set Dropdown List ItemSelects an item from the specified dropdown or list box
Set Window StateSets the specified window to one of the indicated states: Maximize, Minimize, or Restore
Set Window VisibilityHides or Unhides the specified window
Display NotificationPushes windows notification with the specified message
Get Default PrinterGets the default printer associated with the current system
Get Screen ResolutionGets the width, height, bit count, and frequency of the selected monitor
Print DocumentPrints a document on the default printer
Run DOS CommandExecutes the specified DOS command or a console application in invisible mode and returns the result
Set Default PrinterSets the specified printer as the default printer on the current system
Set Screen ResolutionSets the width, height, bit count, and frequency for the selected monitor screen
Show DesktopMinimizes or restores all open windows to reveal or hide the desktop
Take ScreenshotTakes a screenshot of the entire screen and saves the image in a file
Open Console ApplicationThis activity opens the console application and performs multiple actions within it
Read From ConsoleRead single line from specified console application
Write To ConsoleWrite single line to specified console application