18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How to change download path dynamically in Chrome using Sahi
in Sahi Pro
I need to download files to a specific location and for this download path needs to be changed dynamically in chrome.Please let me know how this can be done using sahi Pro.
Answers
Please use _saveDownloadedAs() API to download the file in the specified location.
Please refer the following link for more information on how Sahi handles the File Download.
http://sahipro.com/docs/sahi-apis/action-apis.html#_saveDownloadedAs
Hope this helps.