mobile-toolkit
mobile-toolkit copied to clipboard
📱 Terminal tool for Android & iOS device management
### 🐞 Whats wrong The following warnings are currently ignored in new pull requests: - SC2001 - replace sed with ${variable//search/replace} - SC1090 - non-constant source - SC2207 - no...
https://www.theiphonewiki.com/wiki/Models https://en.wikipedia.org/wiki/List_of_Apple_codenames
ipaste
Paste text into focused field on target device **This one is needed so much, shame I have no clue how to achieve it!**
### 🐞 Whats wrong The installation process is too complicated. ### 🌈 Desired state `brew install mobile-toolkit` ### 📏 Challenges I have not done anything like this yet. ### 📂...
### 🌈 Desired state Create big file and push it into the device (preferably using terminal only) to fill system storage for edge case testing, when the app under test...
lines=($(cat "deeplink_urls")) # make array from file
### 🌈 Desired state Fill system storage for edge case testing, when the app under test has offline mode etc. ### 📂 Sources https://stackoverflow.com/questions/33241465/android-test-out-of-storage-space
### 🌈 Desired state `isimulator push ` `isimulator push ` ### 📂 Sources `xcrun simctl push booted com.thefuntasty.grason test.json` ``` { "aps" : { "alert" : { "title" : "Hello...
Android app bundle support installation - detect extension before installing, error on incompatible. - check if`bundletool` is available, if not install it `brew install bundletool` - install and run the...
send `action_send` keyevent after inserting arguments to continue **Update:** Keyevent 66 doesnt do anything 🤕 Maybe tap on lower right corner of the screen - calculate from screen resolution? 🤞