初めまして、WEBページに表があります、それぞれの手続き名としてリンク設定されたテキストがあります。
その中で特定文字のみをクリックしたいです。複数ある場合は複数全てクリックしたいです。
どういうアクティビティを使用して作成できますか?
バージョンは最新バージョンです、最近インストールしました。
初心者にも分かるようにお願いします。
Hi @omm_sss
Use For each UI element activity and indicate the first element it will automatically detect remaining elements. So inside for each insert the click activity to click on each element.
Hope it helps!!
コメント、ありがとうございます。
クリックアクティビィではどのように設定しますか?あいまいセレクターを編集しますか?
設定の仕方がわからないです。
よろしくお願いいたします。
No need @omm_sss
The output of the For Each UI Element activity is stored in the CurrentElement variable. Pass this variable to the Input element field in the properties of the Click activity. You can find the Input element option within the properties of the Click activity.
Hope it helps!!
In the input element property you have to pass currentelement variable
I guess this is the one
Cheers
お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました。
ありがとうございました。
助かりました!
[quote=“omm_sss, post:8, topic:2255134, full:true”]
お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました。
ありがとうございました。
助かりました!
お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.



