mobile-toolkit icon indicating copy to clipboard operation
mobile-toolkit copied to clipboard

📱 Terminal tool for Android & iOS device management

Results 16 mobile-toolkit issues
Sort by recently updated
recently updated
newest added

### 🐞 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...

enhancement
help wanted

https://www.theiphonewiki.com/wiki/Models https://en.wikipedia.org/wiki/List_of_Apple_codenames

enhancement
easy PR candidate

Paste text into focused field on target device **This one is needed so much, shame I have no clue how to achieve it!**

help wanted
new feature

### 🐞 Whats wrong The installation process is too complicated. ### 🌈 Desired state `brew install mobile-toolkit` ### 📏 Challenges I have not done anything like this yet. ### 📂...

help wanted
new feature

### 🌈 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...

new feature

lines=($(cat "deeplink_urls")) # make array from file

enhancement

### 🌈 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

new feature

### 🌈 Desired state `isimulator push ` `isimulator push ` ### 📂 Sources `xcrun simctl push booted com.thefuntasty.grason test.json` ``` { "aps" : { "alert" : { "title" : "Hello...

new feature

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...

new feature

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? 🤞

enhancement
help wanted