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 152 go-ios issues
Sort by recently updated
recently updated
newest added

**Describe the bug** when I try to execute command it gives error **Screenshots** ![image](https://github.com/user-attachments/assets/a5b8caf0-09b9-442e-944d-5c277147f1aa) **Desktop (please complete the following information):** - OS: [MacOS-14.4.1,m1Pro-Yonga] **Smartphone (please complete the following information):** -...

When running WebDriverAgent using ios runwda to perform tests, the memory usage of WebDriverAgent continuously increases. However, when running tests in Xcode, the memory usage remains stable without increasing. Is...

Hello, I am encountering an issue while attempting to take a screenshot using the go-ios tool. The process consistently fails with a timeout error. Below are the relevant error messages...

I am using it on Windows OS. I am using it well with the ios tunnel start command. However, I want to hide the output when reconnecting the device with...

Hi, Created tunnel using **tunnel start --userspace** command while connecting iOS 18 device, it throws below error. Launch command also fails. **Tunnel Error :** {"error":"ManualPairAndConnectToTunnel: failed to find device ethernet...

What are the steps needed after installing the library using "npm" and adding the "wintun.dll"? I was able to run command like ios list, but running commands like ios screenshot...

Also updated the algorithm to determine the tool path on macOS

debian linux: apt-get install firewalld root@debian:~# firewall-cmd --state running root@debian:~# ./go-ios tunnel start --nojson WARN[0000] go-ios agent is not running. You might need to start it with 'ios tunnel start'...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

This PR prevents concurrent requests for getting RSD service for a device, based on the trio formed by address, port, and TUN port (even if it's zero). I did this...