import{ downloadFile }from"@intuned/sdk/files";// use DirectLink strategy when you have the url of the pdf.const download =awaitdownloadFile(page,{ type:"DirectLink", link:"https://www.gemini.com/documents/credit/Test_PDF.pdf"});console.log(await download.path());// Outputs the file path