Получите фотографию всей страницы с помощью HTMLPython

Программы на Python
Гость
Получите фотографию всей страницы с помощью HTML

Сообщение Гость »


I need to get a "screenshot" of the page by having the HTML of the page.
There is a list of links to VK pages, you need to get photos of correspondence from each link as quickly and efficiently as possible.
I tried using selenium to solve the problem, and I quite liked the result, only the speed is a huge problem. After all, I have to take screenshots of hundreds of conversations.


Источник: https://stackoverflow.com/questions/781 ... -with-html

Вернуться в «Python»