测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
会员
yuwuhen333 (雨雾恨)
第 3500 位Users / 2015-05-06
2 篇帖子 • 112 条回帖
4 关注者
35 正在关注
19 收藏
未设置 GitHub 信息.
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 【已解决】appium 问题-运行 android native 拨号应用测试脚本报错 at May 29, 2015

    #15 楼 @mads 10 个 py 下面不需要再写 if name == 'main':只需要在最后的一个执行这个就可以?谢谢

  • 【已解决】appium 问题-运行 android native 拨号应用测试脚本报错 at May 29, 2015

    #13 楼 @mads 我现在是一个 py 文件里面采用 appium 的 demo 写法写了一个方法,有 10 个 py,怎么把这几个运行的结果输出都在一个页面上呢

  • 2015 年 3 月 新秀群作业-- Appium+Python+PO 设计模式 入门笔记 at May 28, 2015

    #30 楼 @jennyhui 非常感谢,等着好好研究下

  • 2015 年 3 月 新秀群作业-- Appium+Python+PO 设计模式 入门笔记 at May 28, 2015

    #28 楼 @jennyhui demo 的网址不能用了啊?能请各位有 demo 的提供一下吗

  • 【已解决】appium 问题-运行 android native 拨号应用测试脚本报错 at May 28, 2015

    #10 楼 @mads 能不能运行几个脚本后再一起输出测试报告?

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #37 楼 @cpfeng0124 能不能提供个 xpath 的 uiautomatorviewer.jar?

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #46 楼 @xxfcxx 相同的提示,我也是修改 UiHierarchyXmlLoader.java 的时候各种错误
    #41 楼 @cpfeng0124 能不能提供个你只是添加了 xpath 功能的 jar 包出来?

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #44 楼 @xxfcxx UiHierarchyXmlLoader.java 你修改好了吗

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #41 楼 @cpfeng0124 public void endElement(String uri, String localName, String qName)
    throws SAXException {
    if (this.mParentNode != null) {
    this.mWorkingNode = this.mParentNode;
    this.mParentNode = this.mParentNode.getParent();
    mTmpNode.addAtrribute("xpath",mTmpNode.getXpath());
    }
    }
    };这个代码中你加的那行为什么多了``呢

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #40 楼 @xxfcxx 我写的是 return this.mAttributes.get("class");

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #37 楼 @cpfeng0124 能不能贴出来下?mTmpNode.addAtrribute("xpath",mTmpNode.getXpath());这个为什么在两边还有符号呢

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #32 楼 @cpfeng0124 在配置 UINode.java.中一直报 String className=getNodeClassAttribute();找不到这个方法,这个方法是从哪里来的啊

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #32 楼 @cpfeng0124 将 uinode 变为 java 类型添加你的代码后,在转换为 uinode.class 报错了 UiNode.java:123: 错误: 非法的 Unicode 转义,继续调整。能不能先把你修改成生成的 uiautomatorviewer.jar 分享让我们感受下

  • appium 1.4+python 2.7.9 参考 android_contacts.py 无法输入中文,求举例 at May 26, 2015

    #18 楼 @mads 谢谢

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #29 楼 @cpfeng0124 太感谢了,顺便再问一句解压缩之后,按照文章中的说明进行修改后,怎么重新打包成 jar?

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #12 楼 @cpfeng0124 能不能具体讲下怎么进行反编译,我的 uiautomator.jar 解压缩后,目录结构如下图
    一直没看到你说的修改的文件

  • appium 1.4+python 2.7.9 参考 android_contacts.py 无法输入中文,求举例 at May 26, 2015

    #15 楼 @mads uiautomatorview,Android sdk 中的 uiautomatorview.jar,如何进行反编译有了解吗?http://testerhome.com/topics/2632
    这个中提到的对 uiautomatorview 进行二次开发,但是反编译这块还没搞明白

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #12 楼 @cpfeng0124 压缩之后,文件夹中没有 com.android.uiautomator.tree 也没有 UiNode.java,我的是 Android19

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #10 楼 @cpfeng0124 反编译是直接解压缩 jar 包吗?还是需要工具进行反编译

  • uiautomatorviewer 二次开发之自动生成控件定位符 at May 26, 2015

    #8 楼 @cpfeng0124 谢谢分享,如果能上传 uiautomatorviewer 未修改的源码更棒了

  • appium 1.4+python 2.7.9 参考 android_contacts.py 无法输入中文,求举例 at May 25, 2015

    #3 楼 @xuxu 关于 webview 的定位有什么好的方法吗?如果 webview 没有 id,怎么通过 xpath 或者其他来定位呢

  • appium 1.4+python 2.7.9 参考 android_contacts.py 无法输入中文,求举例 at May 25, 2015

    #12 楼 @mads Uiautomation 中没有 xpath 的值啊,怎么获取呢

  • appium 1.4+python 2.7.9 参考 android_contacts.py 无法输入中文,求举例 at May 25, 2015

    #10 楼 @mads 请问关于使用 python 定位 webview,该 webview 没有 resource-id 该如何定位呢

  • 关于 appium get_attribute 方法的坑 at May 25, 2015

    #11 楼 @cpfeng0124 期待你的分享,现在也遇到了一个 view 类型的 button,index 不起作用。index 不起作用,你是怎么实现去点击这个 button 的呢

  • [已解决] appium 1.4 使用 python 定位验证 android.view.View 元素失败 at May 25, 2015

    #1 楼 @anikikun 我这个是元素都一直没有定位到

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

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