I am using Protractor Automation tool for UI automation. My task is to compare MS word file content downloaded through automation with another existing word file. Is there any library available to compare word file content in JS Or node.js, Protractor ?
Asked
Active
Viewed 268 times
1 Answers
0
Normally you can just compare the MD5 hash of those two files. To generate the MD5 hash using javascript, you can refer to this question. How to calculate md5 hash of a file using javascript

Hainan Zhao
- 1,962
- 19
- 19