Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
nodejs not reading file
-
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
-
@Bunnz said in nodejs not reading file:
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
https://community.bablosoft.com/topic/4450/websocket-на-node-js/6