Prashant Khandelwal

Prashant Khandelwal's .NET Blog

.NET programming and more

  • Rated2.2/ 5
  • Updated 1 Year Ago

Capture screenshot and description of a web page using Go and Chromedp

Updated 1 Year Ago

Adding or sharing a link with a snapshot of a web page is a very useful feature in Microsoft Teams or in Zoom chat. This gives a user a way to quickly look at the web page snapshot and a small description about the link. Go has an amazing library called chromedp which allows you to perform some amazing tasks like taking screenshot, fill out a form and submit it, send key events, device emulation, script evaluation etc.
Read More