Video preview - https://www.youtube.com/watch?v=jiX5t8x1XvU&t=19s
GPlay-App-AutoInstaller is a python test suite for auto installing Android applications directly from Playstore to your device in a single GO.
- Search any app on Google Playstore. eg. - Instagram
- Auto downloads the specified application
- Auto installs the application
- Automatically opens the installed application for 30 seconds and closes it
- Takes device logs between opening and closing the application.
- Auto opens the specified apps properties (settings) and takes screenshot
Pre-requisite: ADB and Python needs to be installed in your system.
Packages used:
- [BeautifulSoup4] - https://pypi.org/project/beautifulsoup4/
- [Airtest] - https://pypi.org/project/airtest/
- [Play Store Scraper] - https://pypi.org/project/play-scraper/
- [Requests] - https://pypi.org/project/requests/
- [Logging] - https://pypi.org/project/logging/
Install the dependencies from requirements.txt.
Edit the following details before running-
connect_device("Android:///TA93300M1A") #Enter Devices name ('adb devices')
Run!!!
$ python automate.py
Enter any apps name-
$ Enter app name: eg. Chrome
MIT