I'm doing a test that downloads a file. This already occurs, but my question is that if there is any way to verify that the download has been successful.
Greetings
I'm doing a test that downloads a file. This already occurs, but my question is that if there is any way to verify that the download has been successful.
Greetings
With basic Python commands you can check the contents of a directory. For example:
contenido = os.listdir("mi_path")
"nombre_archivo_descargado" in contenido
The last line returns a boolean and you can use an Asset to ensure automatic operation.