android-topsite-screenshots
android-topsite-screenshots is a MonkeyRunner script that runs through various available Android internet browsers (e.g, com.android.browser, Chrome, Opera, Dolphin and Firefox) visiting any provided (CSV listing) of sites and takes screenshots. It is a simple script.
How to Run
- Install the Android SDK
- Edit the script and the
browser
array to provide the appropriate browser package/activity names that you want your run to use (e.g,com.android.chrome/.Main
andcom.android.browser
) - From within the Android SDK is the utility
monkeyrunner
. Runmonkeyrunner topsite-screenshots.py <sites.csv> <directory-of-screenshots-to-save-to>
- Example:
monkeyrunner topsite-screenshots.py topsites.csv ~/Desktop/screenshots/
Project details
Code: https://github.com/AaronMT/android-topsite-screenshots
Issue tracker: https://github.com/AaronMT/android-topsite-screenshots/issues
IRC:
#mobile
on irc.mozilla.org
License: Mozilla Public License MPL