Completed
Last Updated: 26 Jun 2013 14:36 by ADMIN
ADMIN
Mario
Created on: 28 Feb 2013 20:30
Type: Bug Report
0
Unable to handle two consecutive download dialog handler steps in customer app
Single click on 'Export' button in application prompts two files for download consecutively. Two download dialog handler steps are unable to handle both, second one always times out.
1 comment
ADMIN
Iliyan Panchev
Posted on: 26 Jun 2013 14:35
Unfortunately the current architecture does not allow to record and execute this case with standard steps.
The problem is that we expect the following sequence of dialogs for download descriptor – Notification Pane (NP), Save As dialog (SA) and Download Complete (DC).
In this case we have 2 files and we expect NP for file 1, SA for file 1, DC for file 1, NP for file 2, SA for file 2, DC for file 2.
What we have is NP for file 1, SA for file 1, NP for file 2, SA for file 2, DC for file 1, DC for file 2. The download complete dialog for the first file is shown after Save As dialog for second file.

A possible solution is to use Manager.DialogMonitor and to order the expected dialog actions according to your application and the browser that is used.