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.
This commit adds a --eof/-e flag to tell go-ios to read stdin and listen for EOF. When run with this flag, EOF (^D) is treated identically to SIGINT (^C). The...
Hello, i try to use go-ios v1.0.24 to launch apps on my iphone, but it failed. i tried other commands like `ios screenshot/apps/info/syslog` work , `ios ps & kill` not...
**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...
…context support The new semantics of testmanagerd.RunXCUIWithBundleIdsCtx() are that if a context is passed, the context is supposed to have an associated cancel() method, which should be called to abort...
Note: I have submitted pull-requests which include a fix for this bug: PR-159, PR-160 **Describe the bug** The runwda command still launches XCTests correctly, but no longer shuts them down....
**Describe the bug** When execute "ios reboot" command nothing happens on the device. **To Reproduce** Steps to reproduce the behavior: 1. ios-go is installed via "npm -g install ios-go" 2....
**Describe the bug** Not sure if it is a bug **To Reproduce** Plug in device and run ./go-ios pair **Expected behavior** The device is paired with the host no manual...
I see there is a command: `./go-ios httpproxy --p12file=??` How to generate the p12file, thanks?