测试之家
  • 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_Android 怎么检查页面元素是否存在 at October 30, 2014

    #6 楼 @chenleslie @55hhy 这个代码会有逻辑风险。如果有个 bug,不点 start,也能开始 lesson。

  • Appium_Android 怎么检查页面元素是否存在 at October 30, 2014

    #10 楼 @55hhy 那是因为你的元素没有 render 出来,去 find 肯定会出错。

  • Appium_Android 怎么检查页面元素是否存在 at October 30, 2014

    #7 楼 @55hhy 哦 你的意思是假如 startButton 不出现, driver.findElementById("com.ef.efekta.englishtown:id/planButton") 就会出错吧?

  • Appium_Android 怎么检查页面元素是否存在 at October 30, 2014

    #4 楼 @55hhy 依然不懂。。

  • Appium_Android 怎么检查页面元素是否存在 at October 30, 2014

    #2 楼 @55hhy 有点看不懂

    现在的问题是我判断 Start 按钮是否存在时,总是会直接判断页面元素存在,不存在就直接报错
    这个是啥意思?

  • Appium_Android 怎么检查页面元素是否存在 at October 30, 2014

    web 页面?

  • 解决格式化字符输入的困扰--Android at October 30, 2014

    #2 楼 @seveniruby 这个 appium 也是没办法,它想做一个全兼容。就选择了先 clear。

  • 使用 safari 查看 iOS App 中的 webview 元素 at October 29, 2014

    其实如果是 h5 的应用 自己拿 www 里面的东西出来看就可以了。

  • appium 进入 1.3 时代 at October 28, 2014

    #2 楼 @umbrella1978 嗯 特别适合 h5

  • appium 进入 1.3 时代 at October 28, 2014

    大家可以去看 https://github.com/appium/java-workshop 这个代码库,对于 android 和 ios 公用一套测试代码设计的不错。

  • Calabash 模拟多手机同步测试 at October 25, 2014

    想法真是太棒了~

  • 超过一屏的 listview,怎么遍历每一项 item? at October 25, 2014

    可以看下 scrollvie 截图的代码。

  • 求助!Could not detect Mac OS X Version at October 23, 2014

    IOSChecker.prototype.getMacOSXVersion = function (cb) {
    exec("sw_vers -productVersion", function (err, stdout) {
    if (err === null) {
    if (stdout.match('10.8') !== null) {
    this.osVersion = '10.8';
    cb(null, "Mac OS X 10.8 is installed.");
    } else if (stdout.match('10.9') !== null) {
    this.osVersion = '10.9';
    cb(null, "Mac OS X 10.9 is installed.");
    } else {
    this.log.fail("Could not detect Mac OS X Version", cb);
    }
    } else {
    this.log.fail("Unknown SW Version Command: " + err, cb);
    }
    }.bind(this));
    };

    这里还没有支持 10.10

  • 超过一屏的 listview,怎么遍历每一项 item? at October 23, 2014

    scroll

  • 你真是来学习自动化的么? at October 23, 2014

    #15 楼 @sanlengjingvv 放在首页都没人看,你觉得注册消息会有人看么。。

  • 手机游戏如何测试 at October 22, 2014

    #4 楼 @shixue33 快求 @seveniruby 分享

  • 新手报到 at October 22, 2014

    你是 4 月 6 号出生么?

  • 深夜安装 Jekyll 有感 at October 22, 2014

    #10 楼 @andward 可以放在 gitcafe

  • 请教下 appium 如何访问 webView 内的元素,先谢了 at October 21, 2014

    #3 楼 @akira0002 代码请用代码块,发帖的时候看右边的提示啊。

  • 手机游戏如何测试 at October 21, 2014

    游戏的确挺头疼 @ 思寒有解决方法。

  • 深夜安装 Jekyll 有感 at October 21, 2014

    那么容易的。。

  • iOS 真机运行 Appium 长期答疑! at October 20, 2014

    #28 楼 @240385033 哪个啊?

  • iOS 控制 app 过程中怎样控制 setting 连接或断开 wifi at October 20, 2014

    android 有这个的,ios 不知道。

  • 【上海招聘】Glow 诚聘 Mobile QA Engineer at October 17, 2014

    #4 楼 @jason 我也比较偏执,拒绝过就算缘尽,不过你们公司真的不错

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

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