Closed
Description
Hi Ken,
I am again using TagUI for a downloading task. This time the download does not happen from a url, I need to call DownloadFile(fileID,groupID).
So I used this in TagUI:
t.dom("DownloadFile(10, 3894)")
print("hello")
t.dom("DownloadFile(20008, 1311)")
The first file DownloadFile(10, 3894) is downloaded successfully, but it hangs there. The second call is not invoked at all, not even the "hello" is printed. What could be wrong?
Best regards,
Yang Liu