検索:select-multiple-items

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

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

[22]Select Multiple Items (en)

Tuan Nguyenが2022/05/13 02:30に最終更新
表示されるドキュメントの内容
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
of the activity to organize and structure your code better. E.g: [564547] Select Multiple Items Public (Checkbox
タイトル
[22]Select Multiple Items
保存場所
[22]Select Multiple
ドキュメントの内容のソース
" %) ((( RCA.Activities.Browser.SelectMultiple == **Description** == The Select Multiple Items activity allows you to select many items
] Select Multiple Items * **Public (Checkbox) **- Check if you want to public it. Remember to consider
. * **Select Type (Dropdown List)** ・INDEX – Index of the item (Starting from 0). ・VALUE – Value of the item

Activities (en)

adminが2022/06/30 14:05に最終更新
表示されるドキュメントの内容
Open Browser Start Browser For Attach Attach Browser Browser Scope Navigate To Go Back Go Forward Refresh Click Get Text Type Into Send Hot Keys Get Web Attribute Close Tab Quit Extract Data Extract Structured Data Check/Uncheck Select Item Switch To Hover Select Multiple Items Inject Javascript Set Web
ドキュメントの内容のソース
%20Activities/Activities/%5B21%5DHover/]] * [[Select Multiple Items>>url:https://docs.akabot.com/bin/view
/]] * [[Select Item>>url:https://docs.akabot.com/bin/view/Activities/Browser%20Activities/Activities/%5B19

[19]Select Item (en)

Tuan Nguyenが2022/05/13 02:28に最終更新
表示されるドキュメントの内容
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
タイトル
[19]Select Item
保存場所
[19]Select Item
ドキュメントの内容のソース
" %) ((( 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

[03]Exists In Collection (en)

DatPTが2023/04/17 13:17に最終更新
表示されるドキュメントの内容
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
ドキュメントの内容のソース
" %) ((( System.Activities.Statements.ExistsInCollection<System.Int32> == **Description** == This activity allows you to check whether the item exists
** * **Collection (ICollection)*** - The collection in which to check if the item exists. This collection is of type
to organize and structure your code better. E.g: “Exists In Collection” * **Item (TypeArgument)*** - The item

[04]Remove From Collection (en)

DatPTが2023/04/17 13:18に最終更新
表示されるドキュメントの内容
)* - 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
ドキュメントの内容のソース
" %) ((( System.Activities.Statements.RemoveFromCollection<System.Int32> == **Description** == This activity allows you to remove item in a specified
** * **Collection (ICollection<T>)*** - The collection from which to remove the Item. * **Display Name (String
. E.g: “Remove from Collection” * **Item (TypeArgument)*** - The item to remove from the specified

[01]Add To Collection (en)

DatPTが2023/04/17 13:15に最終更新
表示されるドキュメントの内容
) - 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
ドキュメントの内容のソース
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 (ICollection<T>)** - The collection that receives the new item. * **Display Name (String

[02]Clear Collection (en)

DatPTが2023/04/17 13:16に最終更新
表示されるドキュメントの内容
to clear a specified collection of all items (* for Mandatory) Properties Misc Collection (ICollection
requirement before using it. TypeArgument (Dropdown List) - The type argument of the collection and the item you want to clear. You can select different options based on the Data type of the collection you use
ドキュメントの内容のソース
)** - The type argument of the collection and the item you want to clear. You can select different options based
items [[image:image-20220505152501-1.png]] (* for Mandatory) == **Properties** == **Misc

[1] Release Notes (en)

Nga Nguyenが2022/05/13 03:25に最終更新
表示されるドキュメントの内容
an issue in Send Hot Key activity which selects multiple key combinations not working. Fixed an issue
ドキュメントの内容のソース
WaitVisible is unchecked ))) * ((( Fixed an issue in **Send Hot Key** activity which selects multiple key

[24]Set Web Attribute (en)

Tuan Nguyenが2022/05/13 02:31に最終更新
表示されるドキュメントの内容
* - Chooses the field on a browser to select the item. This activity will generate a string variable (Selector
to be selected from. It is a string, so it has to be encased in quotation marks. Attribute Value (String
Attribute Name (String)* - The expression of the attribute to be selected from. It is a string, so it has
ドキュメントの内容のソース
target element*** - Chooses the field on a browser to select the item. This activity will generate
)*** - The expression of the attribute to be selected from. It is a string, so it has to be encased in quotation marks
of the attribute to be selected from. It is a string, so it has to be encased in quotation marks. * **Attribute

[29]Wait Web Attribute (en)

Tuan Nguyenが2022/05/13 03:23に最終更新
表示されるドキュメントの内容
element* - Chooses the field on a browser to select the item. This activity will generate a string
of the attribute to be selected from. It is a string, so it has to be encased in quotation marks. Attribute Value
(milliseconds). E.g: 30000 Input Attribute Name (String)* - The expression of the attribute to be selected
ドキュメントの内容のソース
of the activity** == * **Pick target element*** - Chooses the field on a browser to select the item
Name (String)* **- The expression of the attribute to be selected from. It is a string, so it has
Name (String)* **- The expression of the attribute to be selected from. It is a string, so it has
次のページ » ページ 1 2
[select-multiple-items]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成