go-ios
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.
Go-iOS just got a new REST API. It needs a mechanism to ensure certain endpoints can be reserved with a lock to prevent multiple users using the same device at...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
A few unhandled Errors sneaked their way into the code base over time f.ex. here: https://github.com/danielpaulus/go-ios/blob/f0d177e6276dac1fb4c130424bd64dceb0d9418a/ios/simlocation/simlocation.go#L165 Would be super helpful if someone could fix that.
In a few places I used panic() back when I first wrote the code. I have come to the conclusion that panic and log.Fatal should not be used normally in...
**Describe the bug** On iOS16, the DeveloperDiskImage is shown as successfully mounted, but in fact the mount fails. The DeveloperDiskImage itself is successfully downloaded, but fails to mount. I think...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Good day @danielpaulus , first of all thanks a lot for your great work ! Env: - host: Linux (Ubuntu 18.04.5 LTS); - device production version: iOS-17.4; - fresh usbmuxd...
This adds the ability to update the font size when using ax, and in the future the rest of the settings can be added. It currently can only be set...
Adds a new API command to stop and reset tunnels via DELETE /tunnel/udid. Also improved error handling a bit. I've found the list of services provided by Remote Services Discovery...
When I start the WebDriverAgentRunner in macos ios 17.4 after creation of session and if I perform click or entertext action the driver crashes and I will get socket hung...