测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
版主
Lihuazhang (恒温)
第 110 位Users / 2013-10-21
阿里巴巴 @ 上海
409 篇帖子 • 7896 条回帖
2568 关注者
33 正在关注
33 收藏
人生很多事情你也已经经历了。从我们35岁开始,到60岁、70岁,也就是经历一些生老病死的日常事情。加油!
打赏支持
GitHub Public Repos
  • ai-agents-with-llama3 12

  • lihuazhang.github.com 9

    my blog

  • juit5-json-params 7

    juit5-json-params

  • MediaCrawler 1

    小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫

  • javascript-algorithms 1

    Algorithms and data structures implemented in JavaScript with explanations and links to further r...

  • ahchoo 1

    test for cloudfoundry

  • AutoClick 1

    基于Robotium的自动遍历方案

  • UI-Testing-Cheat-Sheet 1

    How do I test this with UI Testing?

  • revolt-fx 0

  • letsmove 0

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #17 楼 @benlooking 感觉是你的 bootstrap.jar 没有打进去手机。

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #17 楼 @benlooking 没有 odex 应该无所谓,那就是说你有 uiautomator.jar 这个可以排除掉。 别的不知道啥原因了。。

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #15 楼 @benlooking 你有看到我的图片么? 我里面有 pwd,然后显示的是 /system/.framework/, uiautomator.jar 应该出现在这里面。

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #13 楼 @benlooking just try

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #10 楼 @benlooking

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #10 楼 @benlooking 看看 你的机器里面 有没有 uiautomator

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #8 楼 @benlooking 你手机什么系统? Android 2.2 ?

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    你看你自己的提示就是说 找不到 bootstrap

  • [已解决] 请教各位大神为啥有的手机上没有 Resource ID 的?内详 at February 08, 2014

    #2 楼 @terryuki 这是 Android 4.3 的 features 么?

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    #4 楼 @benlooking 那是 linux 的环境变量 你对应 windows 得变换下

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    To remove the adb error, try the following: add the path to the sdk folder to the PATH variable. You can do that by editing / creating the .bash_profile file and add the following : export PATH=${PATH} ANDROID_HOME=/sdk/

    See https://github.com/appium/appium/tree/master/docs/cn

    看看能不能解决。

  • [已解决] 请教各位大神为啥有的手机上没有 Resource ID 的?内详 at February 08, 2014

    是哪个 Android 版本啊?
    可以看下 https://github.com/appium/appium/pull/1055
    还有 https://groups.google.com/forum/#! topic/appium-discuss/LcjbXPFX1N0

  • 【已解决】appium 连接真机在 windows 上运行报错。 at February 08, 2014

    运行时 异常啊? 好像是说找不到 bootstrap

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 07, 2014

    #2 楼 @jimneylee 这个项目如何用 xcodebuild build 一个 app 出来啊? 总是失败。cocopod 难道不一样?

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 06, 2014

    #2 楼 @jimneylee 底下应该用我们的 logo…

  • TesterHome 社区 iPhone 客户端已上架 App Store,欢迎各位下载试用 at February 06, 2014

    😍很酷啊

  • Appium inspetor 无法运行 at February 05, 2014

    #3 楼 @532589730 这么早上班了啊?

  • 请问下大家的 http://localhost:4723/wd/hub 能打开吗? at February 02, 2014

    这个错误是在 unknownCommand 的时候抛出来的。

    exports.unknownCommand = function (req, res) {
      logger.info("Responding to client that we did not find a valid resource");
      res.set('Content-Type', 'text/plain');
      res.send(404, "That URL did not map to a valid JSONWP resource");
    };
    

    你直接访问 http://localhost:4723/wd/hub, 当然会出这个错误,因为没有 routing 对应。

    至于脚本为啥出错,需要更多的信息。

  • Appium inspetor 无法运行 at January 28, 2014

    Original error: A valid device type is required in the capabilities list)","origValue":"A valid device type is required in the capabilities list"},"sessionId":null}

  • appium 发布 0.14 版本 at January 27, 2014

    #4 楼 @jiguanghover 为什么不看帖子呢?

  • 征集 TesterHome T-shirt Logo at January 23, 2014

  • 征集 TesterHome T-shirt Logo at January 23, 2014

  • 【已解决】请问哪位大神解答下在 windows 下怎么启动真机运行测试脚本 at January 23, 2014

    #22 楼 @hwm831002 哦,忘记和你说,只支持 mac 的。。。

  • Prev
  • 1
  • 2
  • 3
  • …
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • …
  • 272
  • 273
  • 274
  • Next
  • 关于 / 活跃用户 / 中国移动互联网测试技术大会 / 反馈 / Github / API / 帮助推广
    TesterHome社区,测试之家,由众多测试工程师组织和维护的技术社区,致力于帮助新人成长,提高测试地位,推进质量发展。Inspired by RubyChina
    友情链接 WeTest腾讯质量开放平台 / InfoQ / 掘金 / SegmentFault / 测试窝 / 百度测试吧 / IT大咖说
    简体中文 / 正體中文 / English

    ©testerhome.com 测试之家   渝ICP备2022001292号
      渝公网安备 50022202000435号    版权所有 © 重庆年云聚力信息技术有限公司