There are no forum posts on this topic! Why don't you write one?
Hello Team,
I'm trying to Capture Screenshot using ASP.NET Script but Grabezit Not capturing Product Image and Bottom Panel.
URL "https://www.insight.de/de/produktinfo/laser-zubehoer/0004840898-00000001"
options.BrowserHeight = -1
options.BrowserWidth = 1400
options.OutputWidth = -1
options.OutputHeight = -1
options.NoAds = True
options.NoCookieNotifications = True
options.Delay = 15000
GrabzIt.URLToImage("https://www.insight.de/de/produktinfo/laser-zubehoer/0004840898-00000001", options)
GrabzIt.SaveTo(screenshotpath)
Thanks,
Govind