वेब पर कब्जा और परिवर्तित करने के लिए उपकरण
GrabzIt के ऑनलाइन समुदाय

Full Page Screenshot for liverpool

वेब पेजों या HTML को कैप्चर करने या परिवर्तित करने के तरीके पर प्रश्न पूछें into चित्र, CSV, PDF या DOCX दस्तावेज़ और साथ ही वीडियो कैसे परिवर्तित करें intओ एनिमेटेड GIF हमारे एपीआई का उपयोग कर रहा है।

हैलो टीम,

Can you please check screenshot for below url?

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 

I'm not getting full page screenshot, when we are getting bottom of the page then Top section is not capturing.

I have tried a lot if you can provide me a solution ASAP then it would be really helpfull.

धन्यवाद,

गोविंद सिंह

16 अक्टूबर 2020 को अज्ञात द्वारा पूछा गया

गोविंद,

You should just need to specify a delay to allow the contents to load. I used a 10000ms delay and it worked fine.

सधन्यवाद

GrabzIt सपोर्ट द्वारा 16 अक्टूबर 2020 को उत्तर दिया गया

हैलो टीम,

I have used below Properties.

विकल्प.ब्राउज़रहाइट = -1
options.BrowserWidth = -1
विकल्प.आउटपुटविड्थ = -1
विकल्प.आउटपुटहाइट = -1
विकल्प.विलंब = 10000

Using that i'm getting Top portion but not getting Full page(Footer still missing).

धन्यवाद,

गोविंद सिंह

Answered by anonymous on the 16th of October 2020

A longer delay captures the bottom I used 30000ms.

GrabzIt सपोर्ट द्वारा 16 अक्टूबर 2020 को उत्तर दिया गया

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()
विकल्प.ब्राउज़रहाइट = -1
options.BrowserWidth = -1
विकल्प.आउटपुटविड्थ = -1
विकल्प.आउटपुटहाइट = -1
विकल्प.विलंब = 30000
GrabzIt.URLToImage("https://www.liverpool.com.mx/tienda/pdp/multifuncional-hp-modelo-smart-tank-530,-tanque-de-tintआ-रंग, -wifi / usb, -botellas-de-टीinta-negro/color/1091438077", options)
GrabzIt.SaveTo(स्क्रीनशॉटपथ)

Answered by anonymous on the 16th of October 2020

It won't matter what language you use as it all talks to the same API. You shouldn't set the BrowserWidth to -1. This will give you the default width, perhaps set it to something larger like 1200.

Anyway we have included a smarter scrolling technique as part of our latest release, which we have just pushed. So it should now work for you.

GrabzIt सपोर्ट द्वारा 16 अक्टूबर 2020 को उत्तर दिया गया