Hello, gentlemen.
There are about 500 links in a text file, you need to take a screenshot of each page. How to automate ?!
Hello, gentlemen.
There are about 500 links in a text file, you need to take a screenshot of each page. How to automate ?!
Screenshot creation script ( option # 2 ), well, run in a loop
You can take a snapshot utility (webkit2png, khtml2png, etc.) from the command line and run it through all the links.
Source: https://ru.stackoverflow.com/questions/100600/
All Articles