• genymotion 和模拟器都支持模拟定位

  • 顶一楼,aapt dump 屌炸天,不解释

  • #3 楼 @xiaomayi0323 examplecode 都有,都在各自的 client 里,例如 java 的https://github.com/appium/java-client

  • 官方文档隐藏得太深了。。。前两天升了之后用例挂了一大片,找了半天没找到稳定看,果断退回 0.18

  • LocationService Alert 问题 at 2014年05月04日

    @mandy_hit 我没有解决这个问题,据 Jonathan 在 github 上回复的说法是 “ instruments is the thing that's unstable, usually. ” 另一个主要维护 appium 的开发者也说这是 apple 的一个 bug。

    我后来让开发帮忙把 location service 的 alert 延迟出现,一切都好了。只要 alert 不是在应用启动的第一时间出来,都好办。用 capabilities.setCapability("autoAcceptAlerts", true); 或者其他的都行。

  • LocationService Alert 问题 at 2014年04月26日

    有人跟我一样, sometimes it works (run test passed) and sometimes it doesn't, especially the first time start Appium after restart computer,(https://github.com/appium/appium/issues/1384wtf。。。。可是他是 sudo),真是 appium 所以出错的,我没用 sudo 啊。。。

  • LocationService Alert 问题 at 2014年04月26日

    error: Failed to start an Appium session, err was: Error: Instruments crashed on startup
    info: Error: Instruments crashed on startup
    at Instruments.onInstrumentsExit (/usr/local/lib/node_modules/appium/node_modules/appium-instruments/lib/instruments.js:385:31)
    at null. (/usr/local/lib/node_modules/appium/node_modules/appium-instruments/lib/instruments.js:328:12)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at Process.ChildProcess._handle.onexit (child_process.js:797:12)
    info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Instruments crashed on startup)","origValue":"Instruments crashed on startup"},"sessionId":null}

    create session 的问题,是我环境有问题?osx10.9.2,Xcode5.1.1,Simulator - iOS 7.1

  • 移动测试初探-续 at 2014年03月12日

    屌炸天哟我来顶一下卡斯大神新作

  • Linux 下运行 Appium 的 sample at 2013年12月31日

    #12 楼 @kiki 我也遇到一样的问题,我 sdk 路径应该是没问题的,请问你是怎样解决的?