I have an app that has a GUI dialog that pops up a download window to attach a PDF to be sent. Recording the scenario in TruClient, however does not open the download pop up, so I cannot upload a file. Does TruClient have an option to "turn on" pop ups and giving me the oportunity to actually upload (and record) a file?
Asked
Active
Viewed 3,691 times
0
-
not possible to record native filedialog according to HP support request – Magnus Jensen Jun 04 '13 at 19:50
-
using truclient that is – Magnus Jensen Jun 04 '13 at 19:51
-
The common file dialogs are not a part of actual IE or Firefox, which is the issue here. The Print and Page setup are other examples of the common file dialog which would not be recorded – James Pulley Jun 09 '15 at 14:15
1 Answers
1
It is true that you won't be able to handle a pop up (modal window) in your script. But if you are using LR 11.52 TruClient for Firefox, if you browse and select a file, then the step will be recorded as Set [path] on [object] filebox with an Object role of filebox.

James Leatherman
- 26
- 2
-
I made this work however the filedialog does not close whe n replaying Using Truclient 11.52 for IE howverer seems to close the filedialog. why different behavior? – Magnus Jensen Sep 15 '13 at 07:55
-
How can I close this filedialog manually? it does not close itself during replay.Javascript function to say filedialog.close? – Magnus Jensen Sep 15 '13 at 08:39