-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run WebDriverAgent using xcode connection, it works fine, but when I click on the software to run it, it crash. ios version is 17.1.2, xcode version is 15.0.1. #822
Comments
Because when you click the icon, it works as no-XCTest process. WDA is designed to run as XCTest (https://developer.apple.com/documentation/xctest) |
did you achieve it? by tap icon of wda to launch it ? |
Fortunately, I found a way to launch WDA on IOS by clicking on the icon after installing WDA. 1)deploy wda to IOS by xcode, trust the phone device Created folder After the preceding steps are performed, you can directly click the wda icon on the mobile phone to start the wda. |
Did it work on iOS 17 as well? It works on iOS 16 and lower, but iOS 17 did not before. Lauching it as a xctest process was okay. |
Yes, I test it on iphone15(IOS17..2) and Mac |
Thank you, it's interesting. Then, you could use https://appium.github.io/appium-xcuitest-driver/latest/guides/run-prebuilt-wda/#download-prebuilt-wda (available https://github.com/appium/WebDriverAgent/releases) for the |
I'll test it next week. If it works, it'll be great. |
When I run WebDriverAgent using xcode connection, it works fine, but when I click on the software to run it, it crash. ios version is 17.1.2, xcode version is 15.0.1.
2_1702264370.mp4
The text was updated successfully, but these errors were encountered: