コボットPortal

要素を取得(IE)

「要素を取得」アクティビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

RCA.Activities.IE.GetElement

2.説明

Studio バージョン ~2.1.0.0

  クイックアクセス: 「ツールボックス」 > 「Internet Explorer」 > 「要素を取得」

Studio バージョン 2.1.1.1(RCA.Activities.IE バージョン 2.1.0.1)~

  クイックアクセス: 「ツールボックス」 > 「Internet Explorer」 > 「要素を取得(IE)」

※コボットStudio/Agent2.1.1.1リリース時のアクティビティ(RCA.Activities.IE バージョン 2.1.0.1)から、アクティビティ名の後ろに(IE)が付きました。アクティビティのバージョンを更新する方法は「アクティビティの追加・削除方法(2.1.0.0~)」をご参照ください。

Extracts multiple UI elements on Internet Explorer. Activity only valid inside Open Browser activity under Internet category.

Internet Explorer上の複数のUI要素を抽出します。Internet Explorerカテゴリの「ブラウザを開く(IE)」「ブラウザにアタッチ(IE)」アクティビティ内でのみ有効です。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

ContinueOnError ・・・ Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False).

Element ・・・ The output UI element returned from the activity. Only IEElement variable type is supported to store the element

From ・・・ Specifies the amount of time (in milliseconds) to wait for the activity to be complete.

ScrollHeight ・・・ Scroll before getting the Ui Element. To input a number equals to the amount pixel to scroll vertically. A negative value is to scroll upwards, a positive value is to scroll downwards.

ScrollWidth ・・・ Scroll before getting the Ui Element. To input a number equals to the amount pixel to scroll horizontally. A negative value is to scroll to the leftwards, a positive value is to scroll rightwards.

Selector ・・・ String of characters that identifies the specified element.

DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.

ScrollIntoView ・・・ If selected, screen will automatically scroll to the desired Ui element on the screen.

TimeoutMS ・・・ Specifies the amount of time (in milliseconds) to wait for the activity to be complete.

4.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.