EdgeをIEモードで使用中。ダウンロードリンクをクリックできません。

社内システムでEdgeをIEモードで使用中です。クリックアクティビティで、ファイルダウンロードリンクをクリックできません。ファイルダウンロードリンクは小さなウィンドウに表示されています。(イメージは添付画像参照)



最初にクリックアクティビティでリンクをクリックできなかったため、アプリのステートを確認アクティビティで、リンクのUI要素存在=TrueをUiElement変数に認識させ、ターゲットが出現ブロックの中で、このUi要素存在=Trueの場合にクリックアクティビティでリンクをクリックさせようとしてもクリックできませんでした。対処策が分かる方、お知恵を拝借お願いします。

@gorby

Try checking the selector…you can switch to active accessibility mode if the default is not apying properly…to switch…open ui explorer-> options → active accessibility

Hope this helps

Cheers

Hi @Anil_G Thank you for your advice.
Is active accessibility as shown below?
If so, would you elaborate on the merit of this?

@gorby

For some web pages or applications…the default ui mode or the ui automation mode might not give appropriate selectors …if that is the case then we can use this mode…to check if the selector is better …this is another way to spy your elements if you have dificulty in spying…

I bilieve ypur issue is that you are not able to identify selector for the click activity…if that is not the issue please elaborate so that i can help

Cheers

Hi @Anil_G Thanks again for your support.
Could you briefly explain the difference of default ui mode , ui automation mode, active accesibility mode or suggest expaination link ?

@gorby

Please check this

Hope this helps

Cheers

単純に先に進むまで何回かClickをリトライするのはだめですか?
UiPathは押してるつもりになっててもアプリ(ブラウザ)側が反応しないことはよく遭遇するので・・
外していたらごめんなさい。

@minami

Yes retry alao would work…but that is when the selector is proper but it is not getting clicked sometimes…

But the current scenario is different right

Cheers

Hi @Anil_G , I clicked the button after setting input mode as “window message” in the end.
I did not find any improvement by setting option - UI framework - active accecibility in UI explore.
I sincerely hope my experience gives you some hint in case you support others.

1 Like

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