Hi,
Can anyone tell me how to download .apk /ipa file from Azure DevOps using robot framework or Python script?
Hi,
Can anyone tell me how to download .apk /ipa file from Azure DevOps using robot framework or Python script?
Hi Dinesh,
My first thought would be to combine GET from requests Library with Create File from OperatingSystem library.
GET the url will download the file, then pass the response content to Create File as the file content.
I’ve not done this before, but that’s what I’d try.
Dave.