Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to take screenshot of a website using Golang?

What I'm looking to do, given a URL and take a screenshot of the website using Golang. I searched for results but I didn't get any. Can anyone please help me.

like image 838
Raj Avatar asked Dec 23 '22 20:12

Raj


1 Answers

You can use a Go version of Selenium if you want to go that route. https://godoc.org/github.com/tebeka/selenium

like image 142
mvndaai Avatar answered Jan 05 '23 12:01

mvndaai