windowsのアクティブ化:Activate windows

UIPATHにて大量枚数のあるPDFを一定の単位枚数に分割して印字しようとしています。
PDFは開いていますがactiveになっていないので印字処理ができません。
find image でとらえてクリックしてactiveにしようとしましたがうまくいきません。
どうすべきかご教示ください。

In “UIPATH” we are trying to print a large number of “PDF” by dividing it into a certain unit number.
“PDF” is open, but because it is not “active” printing processing can not be done.
I tried to make it “active” by clicking on “find image” and it will not work.
Please teach me what to do.

UI Autiomation > Window > Show WIndowアクティビティが、[指定したウィンドウを表示してアクティブ化します。]だそうなので、これを使ってみてはいかがでしょう。

呼び出す際にWindow変数が必要ですので、事前にPDFを開いた際もしくは [Attach WIndow]した際のOutputを変数に入れておいて、それを利用することになりそうですね。

2 Likes

ありがとうございます。
attach window でのプロパティ:outputに変数を指定し、
show windowでのプロパティ:inputに同変数を指定するとアクティブになりました。

1 Like