WEBでの特定テキストをすべてクリックしたい

初めまして、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!!

ありがとうございます。どこに入力しますか?そもそもこのフローであっていますか?
スクショを添付いたしました、プロパティのどこなのか教えていただけますか?
よろしくお願いいたします。


@omm_sss

In the input element property you have to pass currentelement variable

I guess this is the one

Cheers

ありがとうございます。
申し訳ないです、言われている事が理解できないです


エラーになります
初心者なのですいません。

お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました。
ありがとうございました。
助かりました!

1 Like

[quote=“omm_sss, post:8, topic:2255134, full:true”]
お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました。
ありがとうございました。
助かりました!

1 Like

お世話になっております。
入力要素への変数設定で「現在の要素」で設定されていたので、それを設定で想定した動きをしました!

@omm_sss

Happy Automation

Hope this resolved the issue

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.