Button |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Click
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Checkbox |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get status: retrieves whether the
check box is selected. Returns checked or
unchecked.
- Check
- Uncheck
- Set focus
- Toggle: switches the check box to
the opposite status. For example, if the check box is
checked, use the Toggle action to
clear it.
- Left click: use this action if
the Toggle action does not work
during Runtime.
- Right click
- Double click
|
Client |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get all children names:
retrieves the names of all the child elements of the
captured control.
The child elements are the elements
or controls that are available under the parent
control and are only visible when you use spy tools
like AccChecker.
- Get all children values:
retrieves the values of all the child elements of the
captured control.
- Set text: enters text
into the UI object. It supports credentials.
Credentials and credential variables in the Bot editor
- Click
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
ComboBox (appears as a drop-down list) |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get total items: retrieves the
number of items in the box.
- Get selected index:
retrieves the item's position in the menu.
Note: Item
index counts start at 1.
- Get selected item key: retrieves
the key of the selected item.
- Get selected text:
retrieves the data from the selected item.
- Select item by
index: selects the item that is located
at the specified index.
Note: Item index counts start at
1.
- Select item by
text selects the item that matches the
specified text.
Note: The Assign
value field is
case-sensitive.
- Set focus
- Expand
- Click
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
GridView (SAP only) |
- Click on cell by index
Note: Index
count starts at 1.
- Double click current cell
- Get total rows: retrieves the
number of rows that contain values.
- Get total columns: retrieves the
number of columns that contain values.
- Get cell text by
index: retrieves the data in the
specified cell located at the row and column
index.
Note: Row and column index counts start at 1.
For example, to retrieve the data in cell A2, enter
1 in the
Row field and
2 in the
Column field.
- Get cell index by text: retrieves
the index of the cell containing the specified text.
Note: The Cell Text field is
case-sensitive.
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get table: retrieves the table
data and saves it to a Table variable. For more
information, see Example of extracting data from a web table.
- Select all
- Set cell by
index: enters text into the cell located
at the row and column index.
Note: Row and column index
counts start at 1. For example, to enter text into
cell A2, enter 1 in the
Row field and
2 in the
Column field.
- Set cell by text: enters text
into the cell containing the specified text.
Note: The
Find Text field is
case-sensitive.
- Set current cell
- Set current row
- Set focus
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Label |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Set focus
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Link |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Click
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
ListView |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get total items: retrieves the
number of items in the list.
- Get selected index:
retrieves the item's position in the menu.
Note: Item
index counts start at 1.
- Get selected text:
retrieves the data from the selected item.
- Select item by
index: selects the item that is located
at the specified index.
Note: Item index counts start at
1.
- Select item by
text selects the item that matches the
specified text.
Note: The Assign
value field is
case-sensitive.
- Click
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Main window |
- Get focus control id: retrieves
the ID of the control that is in focus.
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Set focus
- Send key
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Menu |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get total items: retrieves the
number of items in the menu.
- Get selected index:
retrieves the item's position in the menu.
Note: Item
index counts start at 1.
- Get selected text:
retrieves the data from the selected item.
- Select item by
index: selects the item that is located
at the specified index.
Note: Item index counts start at
1.
- Select item by
text selects the item that matches the
specified text.
Note: The Assign
value field is
case-sensitive.
- Set focus
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
Page Tab |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get total items: retrieves the
number of items in the tab.
- Get selected index:
retrieves the item's position in the menu.
Note: Item
index counts start at 1.
- Get selected text:
retrieves the data from the selected item.
- Select item by
index: selects the item that is located
at the specified index.
Note: Item index counts start at
1.
- Select item by
text selects the item that matches the
specified text.
Note: The Assign
value field is
case-sensitive.
- Left click: use this
action if the Click action does
not work during Runtime.
- Right click
- Double click
|
RadioButton |
- Get property:
retrieves the value of the specified object property
(such as the link text) and optionally saves it to a
variable. For more information, see the Object
properties section.
- Get status: retrieves
whether the radio button is selected. Returns selected
or deselected.
- Select
- Set focus
- Left click: use this
|