E
E
Evgeniy2019-11-25 23:07:56
Python
Evgeniy, 2019-11-25 23:07:56

What libraries are there for rendering and screenshotting websites?

Tell me some good libraries (or mb other ways to solve this problem), which allow you to get a screenshot of a web page at its address.
It is important that the library is fast enough.
Preferably in C# or Python.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
#
#, 2019-11-26
@mindtester

cef#. including the "headless" mode (the minimal console demo seems to just take a screenshot)
ps but in general, everything is crazy. google "embeddable browsers", "web bots", "web ui testing". almost everyone who is worthy of attention can take screenshots

E
Egor Kazantsev, 2019-11-25
@saintbyte

You take a VDS, put X there and a video like dummy. You run chrome in these X - you take a little steam with setting up chrome via vnc, then you take this script for selenium https://github.com/saintbyte/Selenium_Multi_screenshot and finish it for yourself. The script was originally made by mass search for jambs in mobile layout =)

V
Vasily Bannikov, 2019-11-26
@vabka

1. https://www.nuget.org/packages/Selenium.WebDriver
2. https://www.nuget.org/packages/CefSharp.OffScreen/
3. https://www.nuget.org/packages/PuppeteerSharp /
They all essentially run chrome, but this will most accurately form the image

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question