测试之家
  • Topics
  • QA
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • Sign Up
  • Sign In
高级会员
xiaomayi0323 (唐僧之妈)
第 191 位Users / 2013-11-14
西安纽扣软件有限公司 @ 西安
10 篇帖子 • 307 条回帖
13 关注者
5 正在关注
175 收藏
GitHub Public Repos
  • musically-tiktok-api-p... 3

    Musically ( Tiktok ) api python open source free...

  • auto-ssl 1

  • aimoneyhunter 1

    ai副业赚钱大集合,教你如何利用ai做一些副业项目,赚取更多额外收益。The Ultimate Guide to Making Money with AI Side Hustles: Learn...

  • moyu 1

    100个摸鱼小游戏、小工具源码集合及在线演示

  • appuploader 1

    Appuploader-iOS APP on the shelves Quickly create an iOS certificate upload IPA to the App Store

  • faceai 1

    一款入门级的人脸、视频、文字检测以及识别的项目.

  • show-me-the-code 1

    Python 练习册,每天一个小程序

  • aigcpanel 0

    AigcPanel 是一个简单易用的一站式AI数字人系统,支持视频合成、声音合成、声音克隆,简化本地模型管理、一键导入和使用AI模型。

  • tap4-ai-webui 0

    One-click to deploy your own ai tools directory with the open source web-ui

  • Stream-Chatbot 0

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 迁移完毕 at January 11, 2014

    #2 楼 @seveniruby 50% 啊,怪不得感觉速度明显变快

  • 迁移完毕 at January 11, 2014

    赞,感觉速度变快了

  • Appium 不能成功测试 release 版本的 app 么,mobile automation 小白求助? at January 10, 2014

    #3 楼 @lesawyld 签名需要用 Developer

  • appium 无法启动手机设备 at January 09, 2014

    Offline 离线状态啊

  • 猜猜看 mtc 和 testin 谁会第一个支持 appium at January 08, 2014

    我也觉得会是 Testin

  • [已解决] Xpath 工具 at January 08, 2014

    #15 楼 @luyi0824 没有,Google 有没有相关结果?

  • [已解决] Xpath 工具 at January 07, 2014

    #13 楼 @luyi0824 会的,生成的是 JS 脚本

  • [已解决]请教大家 怎么样去抓程序的页面元素啊? 像 selenium web 那样 抓页面的元素?有什么好的工具或者方法吗? at January 07, 2014

    Android 下不太清楚,这个应该可以 uiautomatorviewer http://developer.android.com/tools/testing/testing_ui.html

  • [已解决] Xpath 工具 at January 07, 2014

    #10 楼 @luyi0824 Automation 还可以用来录制,遇到 appium 是在搞不定的时候,就可以把操作录制下来,然后在 Appium 里以脚本的方式运行,就是用这个方法 driver.execute_script(script)

  • [已解决] Xpath 工具 at January 07, 2014

    #10 楼 @luyi0824 不用谢

  • [已解决] Xpath 工具 at January 07, 2014

    #8 楼 @luyi0824 打开 Instruments 后选择 Automation,打开 Automation 后,在 choose target 中选择一个真机或模拟器,再选择对应的 App,完成后再 Create 一个脚本,在脚本中添加 UIATarget.localTarget().frontMostApp().logElementTree(); 然后点播放,当前打开的页面中的所有元素都会打印出来,说的比较粗,具体的可以参考这里https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/UsingtheAutomationInstrument/UsingtheAutomationInstrument.html

  • 【已解决】appium+python 如何判断一个控件是否存在 at January 07, 2014

    另外:

    if textfields.size() >0:
    

    应该是

    if len(textfields) > 0:
    
  • 【已解决】appium+python 如何判断一个控件是否存在 at January 07, 2014
    textfields =driver.findElements(find_elements_by_tag_name("textfield"))
    

    这句不正确
    应该是

    textfields =driver.find_elements_by_tag_name("textfield"))
    
  • [已解决] Xpath 工具 at January 07, 2014

    #6 楼 @luyi0824 先打开 Xcode 的 Instruments
    位置在 XCode---Open--Developer--Tool Instruments

  • [已解决] Xpath 工具 at January 07, 2014

    #4 楼 @lihuazhang 是的,查找元素很不错

  • [已解决] Xpath 工具 at January 07, 2014

    #2 楼 @sundaxian Xcode 的 Instruments 中 Automation 挺好用的

  • TesterHome 论坛分成申领 at January 06, 2014

    申请,之前版本上线太忙了,希望后面可以有好的经验分享给大家,希望咱们的论坛会办得越来越好。我的支付宝账号前三位 xia

  • Appium 在脚本中使用 UIAutomation 的脚本 at December 26, 2013

    Appium 里 execute_script 很强大

  • [已解决]windows 运行 sample 时卡在“info:checking whether adb is present” at December 24, 2013

    #14 楼 @saraben 恩,这也是一个小坑,有必要让大家都知道。

  • 在 Mac 上配置 Appium 问题收集 at December 23, 2013

    我的环境:
    iOS:
    Mac OSX 10.9.1
    Xcode:5.0.2
    运行正常

  • 在 Mac 上配置 Appium 问题收集 at December 23, 2013

    总结的真不错啊

  • [已解决]windows 运行 sample 时卡在“info:checking whether adb is present” at December 23, 2013

    #12 楼 @saraben 运行 Appium-doctor 命令,检查 Android 的环境的第一步就是是否定义了 “ANDROID_HOME”,应该和 AVD 的环境没有关系,AVD 只是用来启动模拟器的。

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

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