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.
As for now, one of the steps to run xcuitest it to upload test configuration to a device. Later a path to uploaded file is just used as `XCTestConfigurationFilePath` env...
Hi, I'm the author of [pymobiledevice3 ](https://github.com/doronz88/pymobiledevice3), and in the context of what was suggested in https://github.com/doronz88/pymobiledevice3/issues/566#issuecomment-2558499388, It would be great to have an additional github action to publish the...
I have started a tunnel using `ios.exe tunnel start` command in Windows (after starting as admin). I am connecting a iPAd running 17.4. When running `ios.exe tunnel ls` I cant...
This might be a feature request and not a bug! I have noticed that on some iOS devices, the tunnel stays open and connected when disconnected. Assuming the device and...
**Describe the bug** When I run `ios runwda`, if I send SIGTERM with `Ctrl+C`, I see `Killing test runner with pid 387` but the phone is still in automation state,...
**Describe the bug** Symptom of IOS16.6, an error occurs when the command is executed `ios info display` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** Get the screen information...
Hello, this is an excellent project. May I ask if it supports setting up proxies for WiFi servers and ports directly, without specifying a trust certificate? My certificate has already...
**Describe the bug** My flow with one phone: - start device - do ios image auto - do forward - create tunnel - run wda - install an app -...