Hi Hasib, here is solution we can suggest:
1. Download this jar file: https://subject7-prod-artifacts.s3.amazonaws.com/test_automation/FILES/1591788954592_test_automation_test_automation_download-helper.jar
2. Rename file to anything more short and useful.
3. Add WAIT command after the CLICK that downloads file, just to be sure file is downloaded.
4. Create Snippet with jar file from point 1, class name is com.subject7.DownloadHelper
5. Add command Execute_Java with the snippet from point 4. Method name is getMostRecentFile.
Execution of this snippet will find most recent file (your XLS) in C:\Users\<your_user>\Downloads\ and put it to a variable @DOWNLOAD_HELPER_MOST_RECENT_FILE
6. Add Set_List command, select source XLS, link type URL and put this as URL file:///@DOWNLOAD_HELPER_MOST_RECENT_FILE. It will read downloaded file.
Please sign in to leave a comment.