0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

🔰【UiPath】<input type="file"・・・>タグの[参照]ボタンを『クリック』する方法

Last updated at Posted at 2020-05-28

■ はじめに

UiPath触り始めて半月くらいの初心者です。
つまづいたところと、どのように解決したかを、メモっていきます。

■ 課題

IE11で、タグが
<input type="file">
云々となっている[参照]ボタンをクリックアクティビティでクリックできずにハマったのでメモ。

ボタンのイメージはこんな感じ。
 ↓
image.png
[参照]ボタンを押してファイルを選択すると、パスを含んだファイル名が左側の欄にプレビューされるようになっていて、直接編集はできないので、どうしても[参照]ボタンを押さなければならない。
そのくせ、要素を選択しようとすると、ファイル名の欄と参照ボタンが丸ごと選択されてしまう。

■ 解決策

「クリックの種類」をCLICK_DOUBLEにする。
image.png

※注意!

「クリックをシミュレート」はFalseにしておく。
 ⇒ True にしてハマった・・・
image.png

■ おわりに

もっと適切な方法があるのかもしれません。
見つけたら追記していきます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?