-
> iPhone 17.5
> MacOS 14.5
> Appium 2.11.5
> XCUITest 7.27
> XCode 16
I've been dealing with this problem for a couple of days, the most standard configuration is done in WebDriverAgent(XCode),…
-
## Issue: Unable to Upload WebDriverAgentRunner to TestFlight
- https://github.com/appium/WebDriverAgent
**Description:**
I want to upload the **WebDriverAgentRunner (not the Integration App)…
-
终端执行
```
$ wdaproxy -W /Users/xxxxxx/WebDriverAgent
```
执行LOG
```
main.go:131: freeport 49958
main.go:134: launch tcp-proxy, listen on 8100
main.go:141: launch iproxy (udid: "79f06b32d1af323…
-
I am trying to run automation tests on a real device from my company. The issue boils down to XCode won't be able to build WDArunner to the device. It works with simulator or personal iPhone. Please h…
-
On iOS17 using WDA I can get a screendump in xml, using this below
$ python3 -m pymobiledevice3 usbmux list
[
{
"BuildVersion": "21C62",
"ConnectionType": "USB",
"Dev…
-
I'm running Appium session with iOS emulator with xocde 16.1. There is error running xcodebuild. Below is the error logs (attached full log file)
`[d704a883][XCUITestDriver@1464] Beginning test wit…
-
I did code signing webdriveragent-runner by **enterprise** **distribution** provision with no errors.
but, when i run xctest using tidevice, it failed.
ex) tidevice xctest -B my_webdriveragent-runn…
-
Xcode :11.3.1
os version :13.3.1
Appium:1.15.1
[XCUITest] at quitAndUninstall (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-xcuitest-driver/lib/driver.js:527:15)
[DevC…
-
Hi,
I have multiple Macs with multiple idevices available to me to run WebDriverAgent via the fbsimctl framework. After custom installing it by cloning the FBSimulatorControl repo, `brew installing c…
-
录屏会导致webdriverAgent连接断开,我尝试用先启动录屏,但是不开始读取流数据,等wda server启动之后的方式解决这个问题,但是在等待wda server启动后在读取流时会报错`WARNING: [Errno 60] Operation timed out`,无法正常读取流
```
def writeStream(self):
""" 异步写入线程
…