⚠️ For best experience open in colab!.⚠️
Selenium vs Puppetteer vs jsdom vs casper.ipynb
casper is missing. Very easy to use.
JSdom
const jsdom = require("jsdom"); const { JSDOM } = jsdom; JSDOM.fromURL('https://bniajfi.org', {resources: "usable"}).then(dom => { txt = dom.serialize() txt=txt.split('document.getElementById("container")')[1] console.log( txt ) });Puppetteer
Headless Recorder Extension
Now lets write the js script and stuff it into an index.js file
! npm i -s csv-parser