go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.

Results 198 go-ios issues
Sort by recently updated
recently updated
newest added

I am able to use runtest to trigger tests and am able to see the number of tests passed or failed in logs. Is there a way to access the...

Hi, is there a way to add support for iOS 16.7? How can I make it myself? Thanks Best Regards

this project has lot of capabilities and it will be great if adbkit is used as reference and create similar application by wiring all available features to nodejs app. it...

First off, thanks for the fantastic work on go-ios! :smiley: 🍰 Extending go-ios was super easy after figuring out what I needed with the debug proxy. I've had a use...

Using EntryName in the new version causes it to not query some data, changing to the old version EntryClass works. Am I using it in the wrong way? ![image](https://github.com/danielpaulus/go-ios/assets/58282852/b61a2702-789f-4c48-8d3c-460febb522d9)

**Describe the bug** Is not possible to start the web driver agent server due to this error: `service:com.apple.testmanagerd.lockdown.secure with reason:'InvalidService'` This issue started on the test iPhone once updated to...

Hi 👋🏻 I'm curious about whether `go-ios` could support granting permissions to iOS apps, [just like it's possible with `adb` on Android](https://stackoverflow.com/questions/16410167/how-do-i-use-adb-grant-or-adb-revoke).

I think it could be interesting to be able to mount the filesystem with fuse or make a gui to access to iphone filesystem

**Describe the solution you'd like** is it possible to turn wifi/data/bluetooth enable or disable similar to assistivetouch enable/disable **Describe alternatives you've considered** i think it is possible as **shotcuts** app...