phantomgo
phantomgo copied to clipboard
a headless browser phantomjs for golang
I am trying to download the website which is using javascript & ajax to load some dynamic content using below code snippet. ```` p := &phantomgo.Param{ Method: req.Settings.Method, Url: url,...
Please add linux binaries from [Phantomjs](http://phantomjs.org/download.html)
I really like this package, but I don't like how it includes the PhantomJS binary. I think this is a great idea though so I want to try and use...