I want to be able to manipulate the html of a given url. Something like html scraping. I know this can be done using curl or some scraping library.But i would like to know i
Instead of curl, you could use a tool like Selenium which will automate loading the page in the browser. You can run JavaScript with it.