Transaction Scripting Examples for File Downloads
Simple Use Case
await markers.start("File Download");
await downloads.waitForDownload('somefile.pdf');
await markers.stop("File Download");Last updated
await markers.start("File Download");
await downloads.waitForDownload('somefile.pdf');
await markers.stop("File Download");Last updated