sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

Screenshot() returning io.Reader instead of byte[] #27

Closed shicky closed 8 years ago

shicky commented 8 years ago

It would be nice if Screenshot() would give user more control by returning io.Reader instead of byte[]. User can always call ioutil.ReadAll() if needed.

sqs commented 8 years ago

Thanks!