stf icon indicating copy to clipboard operation
stf copied to clipboard

iOS手机USB连接到Linux服务器的物理机上,利用tidevice成功启动WDA, 但是ping WebDriverAgent WebSocket一直没响应,导致没有手机图像显示。

Open arcfree opened this issue 4 years ago • 0 comments

启动命令: /usr/local/bin/node /home/data/new-stf/stf/lib/cli ios-device --serial 7af03b61f78ee26b4ec6186846b693e83cbedcfb --type device --provider localhost.localdomain --screen-port 6100 --connect-port 6101 --vnc-port 6102 --public-ip 10.0.242.17 --group-timeout 900 --storage-url http://localhost:7100/ --wda-port 6103 --mjpeg-port 6104 --wda-remote-port 8100 --wda-mjpeg-remote-port 9100 --screen-jpeg-quality 80 --screen-ping-interval 30000 --screen-ws-url-pattern ws://${publicIp}:${publicPort} --connect-url-pattern ${publicIp}:${publicPort} --heartbeat-interval 10000 --boot-complete-timeout 60000 --vnc-initial-size 600x800 --mute-master never --wda-path /home/data/new-stf/stf/WebDriverAgent/ --connect-sub tcp://127.0.0.1:7114 --connect-push tcp://127.0.0.1:7116 我把libimobiledevice 代码里都替换成tidevice命令了。

arcfree avatar Jun 24 '21 06:06 arcfree