Why are you trying to run iOS automation on a real device? That's a bad idea.

iOS Automation on a real device is notoriously slow and problematic.

For automation, you want solid and reliable. Use the iPhone Simulator.

Steps to using iPhone Simulator:

  1. Uncheck UDID
  2. Uncheck BundleId
  3. Check Force Device
  4. Set Force Device to "iPhone Simulator"
  5. Launch Appium Server
  6. Launch Appium Inspector

Steps to using a real device:

  1. Uncheck the App Path capability
  2. Check Force Device
  3. Set Force Device to "iPhone 5", "iPhone 5S", "iPhone 4", etc etc. (whatever device you're trying to automate on)
  4. Launch Appium Server
  5. Launch Appium Inspector

转自:http://stackoverflow.com/questions/26003675/appium-not-able-to-launch-the-inspector

最新文章

  1. int与CString互相转化
  2. navicate怎么用sql语句插入一条语句
  3. Linux设置交换分区swap
  4. 浩瀚PDA无线POS盘点机(安装盘点程序):盘点结果实时上传到PC电脑端
  5. Python内置数据类型之Dictionary篇
  6. Smallest Rectangle Enclosing Black Pixels 解答
  7. 记录一次webbrowser无法加载 activex 遇到的问题
  8. 实现自己的http server - loop_in_codes - C++博客
  9. 3389: [Usaco2004 Dec]Cleaning Shifts安排值班
  10. [CodeForces10D]LCIS(最长公共上升子序列) - DP
  11. 深入js隐式类型转换
  12. c# 事件的订阅发布Demo
  13. JavaWeb之搭建自己的MVC框架
  14. Flutter 常用工具类库common_utils
  15. 没有上司的舞会 codevs 1380
  16. 树莓派上使用KickThemOut对局域网内的设备进行ARP欺骗
  17. react的一些思考
  18. HDU 5690——All X——————【快速幂 | 循环节】
  19. mysql自定义变量
  20. 第4章 x86反汇编速成班

热门文章

  1. IS-IS IGP
  2. 【LeetCode】Valid Parentheses(有效的括号)
  3. poj1930 数论
  4. dockerfile各种命令解析
  5. Linux(8):linux三剑客sed和awk & Shell 编程(1)
  6. 史上最详细的linux关于connect: network is unreachable 问题的解决方案
  7. ci框架——分页
  8. AttributeError: module 're' has no attribute 'search'
  9. codevs——2152 滑雪
  10. python多线程(四)