-
Updated
May 9, 2022 - Ruby
#
screenshots
Here are 620 public repositories matching this topic...
ruby
android
ios
screenshots
automation
mobile
deployment
fastlane
apps
hacktoberfest
hacktoberfest2021
A Magical Web Recorder & Player 🖥
-
Updated
May 9, 2022 - TypeScript
Make website screenshots and mobile emulations from the command line.
nodejs
screenshots
mobile
npm-scripts
pdf-generation
emulates
puppeteer
puppeteer-screenshot
mobile-emulations
-
Updated
Jul 25, 2021 - JavaScript
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
retpoline
commented
Apr 12, 2022
A list of hosts may return 404s and other status code nor worthy of creating a blank screenshot.
Can gowitness have a flag to ignore certain stat codes, such as 404 where there is no content to screenshot instead of filling up the screenshot folder with blank images?
Thanks for your time!
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
-
Updated
May 8, 2022 - C#
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
ios
screenshots
image
uitableview
uicollectionview
picture
wkwebview
capture
collectionview
long
scrollview
uiwebview
uiscrollview
-
Updated
Aug 27, 2020 - Objective-C
Capture screenshots of websites from the command-line
nodejs
screenshots
npm-package
cli-app
website-screenshot
capture-screenshots
website-screenshot-capturer
puppeteer
-
Updated
Feb 3, 2022 - JavaScript
To take screenshots easily with Android 5.0 API.{优雅地实现屏幕截图,用android 5.0之后的录屏API实现}
-
Updated
Sep 14, 2020 - Java
Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
security
screenshots
osint
chromium
python3
security-tools
reconnaissance
chromium-headless
web-inventory
-
Updated
Dec 13, 2021 - Python
Website screenshot service powered by Node.js, SlimerJS and PhantomJS
-
Updated
Apr 22, 2022 - JavaScript
cross platform screen/window capturing library
windows
linux
mac
c-plus-plus
screenshot
screenshots
cross-platform
screen-reader
screen-recorder
screen-capture
screencast
screenshot-utility
desktop-duplication-api
-
Updated
Jan 14, 2022 - C
Take Android screenshots with Falcons bright eye!
-
Updated
Jan 31, 2022 - Java
Quickly design beautiful screenshots and open graph images
-
Updated
Mar 9, 2022 - JavaScript
SCReenshOT - command line screen capture utility
-
Updated
Mar 8, 2022 - C
Create video contact sheets, thumbnails
-
Updated
Apr 18, 2022 - Python
Command line tool & Swift framework for parsing Xcode 11+ xcresult
-
Updated
Feb 25, 2022 - Swift
Takes screenshots of a webpage in different resolutions and automatically applies it to mockup templates.
-
Updated
Dec 26, 2015 - JavaScript
A collection of essential BepInEx plugins for games made by Illusion.
-
Updated
May 5, 2022 - C#
TechNowLogger is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
python
windows
linux
screenshots
binder
tool
advanced
persistence
hacking
spyware
keylogger
pentest
kali-linux
spyware-generator
technowlogy
sends-screenshots
technowlogger
built-in-binder
antivirus-killer
disable-security-center
-
Updated
Apr 22, 2022 - Python
android
shell
ios
screenshots
development
mobile
terminal
video
install
adb
toolkit
uninstall
record
capture-screen
hacktoberfest
emulators
mobile-development
record-video
screenshot-utility
simulators
-
Updated
Dec 20, 2021 - Shell
Zebrunner Reporting Tool
java
testing
screenshots
qa
automation
cloud
selenium
junit
appium
testng
reporing
zebrunner
video-recordings
zebrunner-reporting
-
Updated
Jan 26, 2022 - Shell
HTMLTestRunner 汉化版,同时支持python 2和3,增加截图展示功能,失败重试
-
Updated
Jun 19, 2020 - Python
A library for programatically capturing screenshots on Android
android
screenshot
screenshots
android-library
screen-capture
screenshot-library
mediaprojection
pixelcopy
-
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
Swiftly grab pretty images of your code
-
Updated
Dec 6, 2021 - Emacs Lisp
A Swift framework to easily capture the screen on OS X.
-
Updated
Dec 1, 2019 - Swift
Improve this page
Add a description, image, and links to the screenshots topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the screenshots topic, visit your repo's landing page and select "manage topics."


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