I am trying to use the Web Macro feature to download a file that is dynamically generated by a webpage. The friendly, client-facing name is the same, but the underlying URL changes each time the file is generated. Based on testing, I can assume that the generated file is deleted within a very short window of when it was generated.
I can successfully use the Web Macro to log in and navigate to the spot where the file normally pops up for download in Chrome, but the download step of the macro just stalls when replaying.
I looked at the criteria for the download step, and it's trying to reference a timestamped URL that the server generated on my first recording of the macro (http://www.example.com/page?rn=/20170523102557004&n=/Filename.xls). I'm guessing the Web Macro is trying to download the destroyed original file (old timestamp) when the newer file (http://www.example.com/page?rn=/20170523142557004&n=/Filename.xls) is being offered by the server.
Is there a way to have the Web Macro just accept any downloadable file content, and not require it to be sourced as a specific name?
The page is hosted on an intranet and full of other code , but I believe the underlying source behind the fun is this:
<FORM ACTION="page?rn=/20170523142557004&n=/Filename.xls" ID="printForm" NAME="printForm" METHOD="POST" >
The launch page for the dynamic download would be
www.example.com/page The resulting refreshed download URL would be
www.example.com/page?rn=...7004&n=/Filename.xls This problem appears in both 8.2.7 (15611) and 8.2.6 release.
Thanks!
Edited by moderator
2017-06-08T08:44:40Z
|
Reason: Not specified