Search: select-item-1

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

Results 1 - 10 of 78 next page » Page 1 2 3 4 5 6 7 8

Select Item

Last modified by Nga Nguyen on 2022/05/16 04:17
Rendered document content
RCA.Activities.Common.SelectItem Description The Select Item activity allows you to select
) to specify the location of that element. Item (Drop-down list)* - The item to selected from combo or list
of time is 200 milliseconds. Input Item (String)* - The item to selected from combo or list. Target
Title
Select Item
Location
Select Item
Raw document content
" %) ((( RCA.Activities.Common.SelectItem == **Description** == The Select Item activity allows you to select an item from a combo box
milliseconds. **Input** * **Item (String)* **- The item to selected from combo or list. * **Target
Item **Options** * **After I Disabled (Boolean)** - If selected, the simulated type is executed even

[19]Select Item

Last modified by Tuan Nguyen on 2022/05/13 02:28
Rendered document content
RCA.Activities.Browser.SelectItem Description The Select Item activity allows you to select
element* - Chooses the field on a browser to select the item. This activity will generate a string
. Select Value (String)* - The item to be selected from the combo or list box. The item must be quoted
Title
[19]Select Item
Location
[19]Select Item
Raw document content
" %) ((( RCA.Activities.Browser.SelectItem == **Description** == The Select Item activity allows you to select an item from a combo box
of the activity** == * **Pick target element*** - Chooses the field on a browser to select the item
(Dropdown List)** - Select list of type **・INDEX** – Index of the item (Starting from 0). **・VALUE

Select Item (NB)

Last modified by Nga Nguyen on 2022/05/16 03:59
Rendered document content
RCA.Activities.NativeBrowser.SelectItem Description The Select Item activity allows you to select
* - Chooses the field on a browser to select the item. This activity will generate a string variable (Selector
of the item (Starting from 0). VALUE – Value of the item. TEXT – Text of the item. Select Value (String
Title
Select Item (NB)
Location
Select Item (NB)
Raw document content
" %) ((( RCA.Activities.NativeBrowser.SelectItem == **Description** == The Select Item activity allows you to select an item from a combo box
** == * **Pick target element*** - Chooses the field on a browser to select the item. This activity will generate
)** - Select list of type **INDEX** – Index of the item (Starting from 0). **VALUE** – Value of the item

[12]Select Item

Last modified by Tuan Nguyen on 2022/05/13 04:14
Rendered document content
RCA.Activities.Windows.SelectItem Description The Select Item activity allows you to select
* - Chooses the field to select the item. This activity will generate a string variable (Selector) to specify the location of that field. Properties Collection Item By Index (Boolean) - Checked if the item is selected
Title
[12]Select Item
Location
[12]Select Item
Raw document content
" %) ((( RCA.Activities.Windows.SelectItem == **Description** == The Select Item activity allows you to select an item from a combo box
** == * **Pick target element* **- Chooses the field to select the item. This activity will generate a string
** * **By Index (Boolean) **- Checked if the item is selected by index. * **Item Value (String)* **- Value

Select Multiple Items

Last modified by Nga Nguyen on 2022/05/16 04:17
Rendered document content
RCA.Activities.Common.SelectMultipleItems Description The Select Multiple Items activity allows you to select many items from a combo box or list box. (* is mandatory) In the body of activity
MultipleItems (String[])* - Specify the items to be selected in the list box. Target (Collapsible list
Title
Select Multiple Items
Location
Select Multiple Items
Raw document content
" %) ((( RCA.Activities.Common.SelectMultipleItems == **Description** == The Select Multiple Items activity allows you to select many items from
[])* **- Specify the items to be selected in the list box. * **Target (Collapsible list) :** ** **Element
] Select Multiple Items **Options** * **Add to selection (Boolean)** - Specify if the items will be added

[22]Select Multiple Items

Last modified by Tuan Nguyen on 2022/05/13 02:30
Rendered document content
RCA.Activities.Browser.SelectMultiple Description The Select Multiple Items activity allows you to select many items from a combo box or list box. (*For Mandatory) In the body of the activity Pick target element* - Chooses the field on a browser to select the item. This activity will generate a string
Title
[22]Select Multiple Items
Location
[22]Select Multiple
Raw document content
" %) ((( RCA.Activities.Browser.SelectMultiple == **Description** == The Select Multiple Items activity allows you to select many items
. * **Select Type (Dropdown List)** ・INDEX – Index of the item (Starting from 0). ・VALUE – Value of the item
– Index of the item (Starting from 0). ・VALUE – Value of the item. ・TEXT – Text of the item. * **Select

Select Multiple Items (NB)

Last modified by Nga Nguyen on 2022/05/16 03:59
Rendered document content
RCA.Activities.NativeBrowser.SelectMultiple Description The Select Multiple Items activity allows you to select many items from a combo box or list box. (*For Mandatory) In the body of activity Pick target element* - Chooses the field on a browser to select the item. This activity will generate
Title
Select Multiple Items (NB)
Location
Select Multiple Items (NB)
Raw document content
" %) ((( RCA.Activities.NativeBrowser.SelectMultiple == **Description** == The Select Multiple Items activity allows you to select many items from
of activity** == * **Pick target element*** - Chooses the field on a browser to select the item
of the item. * **Select Values (String)*** - The value based on the type of selection you want to use. It has

[03]Exists In Collection

Last modified by DatPT on 2023/04/17 13:17
Rendered document content
and the item you want to check for existence. You can select different options based on the Data type
you to check whether the item exists in a collection or not. (* for Mandatory) Properties Misc Collection (ICollection)* - The collection in which to check if the item exists. This collection is of type
Raw document content
" %) ((( System.Activities.Statements.ExistsInCollection<System.Int32> == **Description** == This activity allows you to check whether the item exists in a collection or not. [[image:image-20220505155730-1.png]] (* for Mandatory) == **Properties** == **Misc** * **Collection (ICollection)*** - The collection in which to check if the item exists. This collection is of type

[04]Remove From Collection

Last modified by DatPT on 2023/04/17 13:18
Rendered document content
)* - The type argument of the collection and the item you want to remove. You can select different options based
you to remove item in a specified collection (* for Mandatory) Properties Misc Collection (ICollection<T>)* - The collection from which to remove the Item. Display Name (String) - The name
Raw document content
" %) ((( System.Activities.Statements.RemoveFromCollection<System.Int32> == **Description** == This activity allows you to remove item in a specified collection [[image:image-20220505155850-1.png]] (* for Mandatory) == **Properties** == **Misc** * **Collection (ICollection<T>)*** - The collection from which to remove the Item. * **Display Name (String

[01]Add To Collection

Last modified by DatPT on 2023/04/17 13:15
Rendered document content
) - The type argument of the collection and the item you want to add. You can select different options based
to add items to an existing collection. (* for Mandatory) Properties Misc Collection (ICollection<T>) - The collection that receives the new item. Display Name (String) - The name of this activity. You can edit
Raw document content
and the item you want to add. You can select different options based on the data type of the collection you use
" %) ((( System.Activities.Statements.AddToCollection<System.Int32> == **Description** == This activity allows you to add items to an existing collection. [[image:image-20220505155447-1.png]] (* for Mandatory) == **Properties** == **Misc
next page » Page 1 2 3 4 5 6 7 8
RSS feed for search on [select-item-1]
Created by admin on 2022/04/17 14:38