Node Horseman (phantomjs wrapper) question
The site which I was scraping with Node Horseman removed jQuery from their page. Now I have two options:
- To migrate my code to vanilla javascript
- Include jQuery on their page after login.
Question is how can I include jQuery on their page with headless browser in general?