-
Notifications
You must be signed in to change notification settings - Fork 219
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
XCUITestService can not start WebDrivierAgent #870
Comments
Command below is not launching WDA: More info:
Stopped the launched WDA on device with Product => Stop (WDA is still installed on the device) then tried to re-launch it with pymobiledevice3: launched WDA with command: output:
result:
also tried to launch wda with commands:
All commands above execute without errors, but WDA is not launched on the device. I think WDA process is launched but it exits with error, so will try to get it's logs if that would help. pymobiledevice3 version: 2.44.0 -- can try installing latest version from sources I have tried most of the pymmobiledevice3 commands and they work flawlessly on many devices, so far only Please advise if I'm doing something wrong in the steps, or if you need additional information regarding any step. Thank you for your time. |
Mark, I have same question as you, Looking forward to the reply. |
Yeah, the same question, Please |
I don't think iOS 17 is supported for XCUITest. Feel free to submit a PR for that |
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 After the preceding steps are performed, you can directly click the wda icon on the mobile phone to start the wda. |
一样的问题 |
I am encountering a similar issue on iOS 17.4 using the latest WDA build. |
不起作用是什么意思,不能控制吗 |
就是没有反应。WDA没有起来,automation那个半透明窗口也没有出现。 |
我也完成了这一步,但让PC端控制ios设备还是无法完成,我想通过pc端访问localhost:8100,但无法实现 |
我也是一样的效果, 使用@HaoWShi 提出的方式可以实现automation running,可是如何让PC端收到信息呢 |
Until
you can probably also build wda with command above by adding @ghb0224
then you can set webDriverAgentUrl to http://127.0.0.1:8100/ this is an example of minimal appium capabilites that work:
hope it helps |
Can't run XCUITest on iOS17.4 |
@HaoWShi |
ios17 没用,xcuitest就是没法拉起webdriveragent |
Duplicate of #647? |
The XCUITestService has started the WebDriverAgent (WDA), but in reality, WDA is not running on the device.
The text was updated successfully, but these errors were encountered: