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.
goroutine 7 [running]: github.com/danielpaulus/go-ios/ios/accessibility.convertToStringList({0x0, 0x10, 0x8}) /Users/runner/work/go-ios/go-ios/ios/accessibility/utils.go:4 +0x108 github.com/danielpaulus/go-ios/ios/accessibility.ControlInterface.deviceAllAuditCaseIDs({0xc0000ee000}) /Users/runner/work/go-ios/go-ios/ios/accessibility/accessibility_control.go:198 +0xf5 github.com/danielpaulus/go-ios/ios/accessibility.ControlInterface.init({0x20}) /Users/runner/work/go-ios/go-ios/ios/accessibility/accessibility_control.go:67 +0x338 github.com/danielpaulus/go-ios/ios/accessibility.New({0x20, {0xc00059a188, 0x8}, {0x1c9c3800, {0xc00059a256, 0x3}, 0x20, 0x1110000, 0x12a8, {0xc0001180a0, ...}}}) /Users/runner/work/go-ios/go-ios/ios/accessibility/accessibility.go:17 +0x85 main.startAx.func1() /Users/runner/work/go-ios/go-ios/main.go:1019 +0xc5...
…e for XCTTestIdentifiers
**Is your feature request related to a problem? Please describe.** We want to run a single or set of test cases, in xcodebuild, we have support this feature. Normally to...
Adds basic sanity checking for go-ios using devicebox.
**Is your feature request related to a problem? Please describe.** Needing to update go-ios each time a new image gets added. **Describe the solution you'd like** Remove the hardcodded lists,...
**Is your feature request related to a problem? Please describe.** Apps like chrome store my signed in accounts. After signing in and uninstalling the app if I reinstall it my...
Is it possible to achieve wifi-connected devices? It means that communication can be done even if the usb is unplugged. If it is possible, can you give me some ideas?
Hi. Does go-ios provide the functionality to connect MacBook and iPhone using Wi-Fi? I would like to request a review for adding this feature.
Currently, when we use the "ios test" command line we can see the logs of the test but we cannot see the log of the mainapp.
**Describe the bug** Mounting developer images on iOS 16.3, 16.4.1 reported as successful but any service requiring them fails **To Reproduce** Steps to reproduce the behavior: 1. Use `ios image`...