Is it possible to use wildcard in the "Base Directory" filed within "Verify_File_Download" method
I need to verify and delete the file which was downloaded by the application. Since file is located in the Downloads folder it is using currently logged in user name in the path to the file (e.g. C:\Users\vmelnik\Downloads\HDW_FactSheet.pdf).
I am using "Wildcard" radio button to provide the file name in the "Local path" field. Also, I'm using "Base directory" field to provide the path to the file. So, in "Base directory" field I would like to use wildcard such as "*" to replace username portion (e.g. C:\Users\*\Downloads\). Does Proof tool supports it?
Hi Stephen,
If your current inquiry is the same as in this community post, are you dealing only with one file?
If yes, what you can do is use a code snippet to generate the name of the most recently downloaded file name, then pass a variable to Verify_File_Download command. This won't require using wildcards. Please check this article and let me know if this resolves your inquiry or if you have any other questions.
Regards,
Subject7 Team
Hi Stephen,
Thank you for your suggestion, we really appreciate this. We have an article on wildcard below, we will add more articles later.
Regards,
Subject7 Team
Please sign in to leave a comment.