I have used 30000ms but still the same issue.
Are you sure you are getting full page screenshot?
This is very urgent from our side so can you please check and get back to me ASAP?
also which programming you are using?
I'm using .net Technology with VB and C#.
Dim GrabzIt As GrabzItClient = New GrabzItClient(Application key, secreat key)
Dim options As ImageOptions = New ImageOptions()
options.BrowserHeight = -1
options.BrowserWidth = -1
options.OutputWidth = -1
options.OutputHeight = -1
options.Delay = 30000
GrabzIt.URLToImage("https://www.liverpool.com.mx/tienda/pdp/multifuncional-hp-modelo-smart-tank-530,-tanque-de-tinta-a-color,-wifi/usb,-botellas-de-tinta-negro/color/1091438077", options)
GrabzIt.SaveTo(screenshotpath)