|
|
|
|
|
by TheAceOfHearts
3035 days ago
|
|
I've tried Cheerio as well, but I prefer JSDOM since it exposes the DOM APIs. What I'll normally do is interactively test things out in the browser's console, and then transfer em over to my script. Browser dev tools are just super amazing. |
|