I'm using the Download dialog step to download an XLSX file from our webapp. I set the export path in code, and data drive the path. Timeout is set to 75000ms with a 1000ms initialization time.
- Works perfectly in IE, exactly how I would expect.
- Chrome is opening the dialog, and it is filling it in and downloading the file, however that's all it does. Once the file finishes downloaded, it just sits on the webpage until it times out.
Adding a delay between the clicking of the button and the handling of the dialog did nothing.