Answer the question
In order to leave comments, you need to log in
How to force casperjs to save file in utf-8?
Good afternoon! Here is a piece of code that saves the page to a file
casper.thenOpen(myurli, function(){
var page1 = this.getHTML();
fs.write(file_path, page1, 'wb');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question