The Wayback Machine - https://web.archive.org/web/20211122110841/https://github.com/topics/screenshots
Here are
626 public repositories
matching this topic...
🚀 The easiest way to automate building and releasing your iOS and Android apps
Updated
Nov 22, 2021
Ruby
A Magical Web Recorder & Player 🖥
Updated
Nov 8, 2021
TypeScript
Make website screenshots and mobile emulations from the command line.
Updated
Jul 25, 2021
JavaScript
▒ rice ░░ custom linux config files
Updated
Dec 6, 2020
Shell
🔍 gowitness - a golang, web screenshot utility using Chrome Headless
Windows desktop application to manage local video;Support baidu AI, youdao translation;Support FFMPEG video processing;Support multi-database management and statistics;Support skin switching
Blazing fast file uploader and awesome bunker written in node! 🚀
Updated
Nov 21, 2021
JavaScript
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Updated
Aug 27, 2020
Objective-C
To take screenshots easily with Android 5.0 API.{优雅地实现屏幕截图,用android 5.0之后的录屏API实现}
Updated
Sep 14, 2020
Java
Capture screenshots of websites from the command-line
Updated
Oct 8, 2021
JavaScript
Website screenshot service powered by Node.js, SlimerJS and PhantomJS
Updated
May 6, 2021
JavaScript
Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
Updated
May 13, 2021
Python
cross platform screen/window capturing library
Take Android screenshots with Falcons bright eye!
Takes screenshots of a webpage in different resolutions and automatically applies it to mockup templates.
Updated
Dec 26, 2015
JavaScript
Command line tool & Swift framework for parsing Xcode 11+ xcresult
Updated
Oct 20, 2021
Swift
Create video contact sheets, thumbnails
Updated
Oct 1, 2021
Python
A collection of essential BepInEx plugins for games made by Illusion.
SCReenshOT - command line screen capture utility
Updated
Nov 12, 2021
Shell
📱 Command line tool for Android & iOS device management
Updated
Nov 4, 2021
Shell
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
Updated
Feb 2, 2021
Python
HTMLTestRunner 汉化版,同时支持python 2和3,增加截图展示功能,失败重试
Updated
Jun 19, 2020
Python
A library for programatically capturing screenshots on Android
Updated
Oct 26, 2021
Kotlin
A Ruby gem to video record and take screenshots of your desktop or specific application window. Works on Windows, Linux, and macOS.
Updated
Aug 23, 2021
Ruby
A Swift framework to easily capture the screen on OS X.
Updated
Dec 1, 2019
Swift
Swiftly grab pretty images of your code
Updated
Nov 11, 2021
Emacs Lisp
Simple Website Screenshots as a Service (Django, Selenium, Docker, Docker-compose)
Updated
Sep 22, 2021
Python
📸 Automate capturing screenshots of apps and windows on macOS
Updated
Aug 24, 2021
Python
Improve this page
Add a description, image, and links to the
screenshots
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
screenshots
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Everytime something goes wrong capturing a screenshot (i.e. no response, timeouts, ...) the function exits without closing page and browser, so that chrome instances keep growing until server dies.
Putting page.close() and browser.close() in a "finally" block should avoid resources leaking