phantomgo icon indicating copy to clipboard operation
phantomgo copied to clipboard

a headless browser phantomjs for golang

Results 3 phantomgo issues
Sort by recently updated
recently updated
newest added

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...