@radb0310 Thank you for the answer, can you please elaborate more
i want to download a file also, but i can't find a way to choose a location for it. And also i can't grab the URL of the file from the website.
when i click on the button i have this message :
(File is downloading : BrowserautomationStudio is downloading file. You can wait for it and obtain file name with "Wait File Download" action.)
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