Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Remove dependency on libxmljs #37

Closed Zarkonnen closed 9 years ago

Zarkonnen commented 9 years ago

libxmljs has huge dependencies like g++ and does not appear to install properly on debian-based OSes. XML support from a pure-JS source would be better.

Zarkonnen commented 9 years ago

Going to replace it with https://www.npmjs.org/package/sax in the hope this works better.