mrk-han - Overview
1
# Install and Create Emulators using AVDMANAGER and SDKMANAGER
5
For an emulator that mimics a Pixel 5 Device with Google APIs and ARM architecture (for an M1/M2 Macbook):
1
# Using ADB to control Accessbility settings for easier testing with Android Emulators + Real Devices
3
It's a lot easier to test accessibility on the fly using ADB. This gist attempts to make the days of navigating through the Android device settings UI to change Accessibility settings obsolete.
5
These ADB commands will hopefully encourage Android developers to test and use their apps with common Accessiblility settings enabled.
3
########################################################################
4
# Goal: Run this script and start automating!
5
# 1) Pull all changes for Appium/iOS/Android repo
3
####################################################################################
4
# Adapted from various wait-for-boot scripts found online
5
# This is the most robust version I could write for MacOS
1
# Convert (Screen Capture) .mov files to GIF format using Ffmpeg and Gifsicle (MacOS)
3
Prompts for path to `.mov` and allows user to enter a `.gif` name. Then converts that `.mov` file to a `.gif` and saves to `~/Downloads/`.
5
Inspired by: https://gist.github.com/dergachev/4627207