0

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?

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
Magnus Jensen
  • 905
  • 6
  • 36
  • 73

1 Answers1

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.

  • 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