「Web要素を設定」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Browser.SetWebAttribute
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: ブラウザ>Web要素を設定
The Set Web Attribute sets the value for an attribute of a web element.
Web要素の属性の値を設定します。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Attribute
Browser
Comments
LastElement
LastLocator
SearchParameter
Selector ・・・ String of characters that identifies the specified element.
Value
ContinueOnError ・・・ A Boolean variable has two possible values: True or False. True: allows the rest of the process to continue the execution even an error occurs within the activity. False (default): blocks the process from continuing the execution.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
SearchMethod
TimeoutMS ・・・ The amount of time (in milliseconds) to wait for the activity to run. Default value: 2000 (milliseconds).
WaitVisible ・・・ A Checkbox has two possible values: True or False. Check: the automation will wait for the target to be visible before executing the activity. Uncheck (default): the automation will not wait for the target to be visible before executing the activity.
4.使い方
準備中