测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
会员
codeskyblue (codeskyblue)
第 6853 位会员 / 2016-01-11
Alibaba Inc @ 杭州
148 篇帖子 • 1356 条回帖
786 关注者
6 正在关注
61 收藏
打赏支持
GitHub Public Repos
  • gohttpserver 2681

    The best HTTP Static File Server, write with golang+vue

  • go-sh 1123

    like python-sh, for easy call shell with golang.

  • tidevice3 241

    wrapper for pymobiledevice3 to make it more easy to use.

  • uiautodev 220

    Mobile UI viewer in browser, view the UI in a tree view, and generate XPath automatically.

  • servefs 30

    file server written with python(fastapi), which support upload,delete,preview,edit

  • sshg 7

    ssh client with quick search and remote config

  • imutils2 4

    another imutils for opencv simple use

  • wereadtopdf 3

    各类书籍转pdf 仅供研究学习

  • fidb 2

    forwarded service for iPhone (fidb forward <localPort> <devicePort> )

  • android-common 2

    Android Common Utils or Helper. Such as Log, Averager, Base64, Check, FlashLight, KeyguardLock, L...

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • 移动应用的测试在屏幕上用画笔写字画线等用什么实现? at 2016年07月21日

    妹子也加入自动化领域了,感觉应该是触摸的压力值不够的缘故。可以用这个实现下 https://github.com/openstf/minitouch

  • 说说自己做的脚本录制回放工具 at 2016年07月21日

    感觉思路也不错的样子,生成的脚本具体长什么样子,方便用 markdown 格式化,看下

  • 说说自己做的脚本录制回放工具 at 2016年07月21日

    喜欢网易云音乐的还真多

  • 求帮助,pycharm 写代码运行的时候提示 device name 错误 at 2016年07月21日

    没用过,你这个能直接写 udid 吗

  • [atx 系列] 安卓手机的快速截图 at 2016年07月20日

    #19 楼 @xuexi123 fixed. 后续关于该问题的讨论,迁移到这里 https://github.com/codeskyblue/AutomatorX/issues/48

  • [atx 系列] 安卓手机的快速截图 at 2016年07月20日

    #19 楼 @xuexi123 我先记录下了,有空我看下

  • WebDriverAgent 踩坑记 at 2016年07月20日

    #46 楼 @gogle 嗯,了解了。不过我还是不清楚该怎么下手,有这样的 python 库可以用的吗?

  • WebDriverAgent 踩坑记 at 2016年07月20日

    #41 楼 @gogle 我发现直接用 iproxy 直接就把手机里的端口转发到电脑上了,似乎更简单

  • [atx 系列] 安卓手机的快速截图 at 2016年07月19日

    看你这个样子,是什么手机呢?Android 版本多少呢?

  • WebDriverAgent 踩坑记 at 2016年07月19日

    #41 楼 @gogle 多谢,我有空试试

  • [atx 系列] 安卓手机的快速截图 at 2016年07月19日

    升级下 atx
    pip install --upgrade --pre atx

  • [atx 系列] 安卓手机的快速截图 at 2016年07月19日

    #12 楼 @xuexi123 给你写一个,不过也很简单的,那篇文章里也有介绍 python -m atx screenrecord -o out.avi

  • [atx 系列] 安卓手机的快速截图 at 2016年07月19日

    #9 楼 @xuexi123 看上条评论

  • [atx 系列] 安卓手机的快速截图 at 2016年07月19日

    需要先安装下 minicap python -m atx minicap 安装下

  • 请教一个 python 中,关于线程问题 at 2016年07月19日

    t1 = MyThread(target=bar()) 这种做法实际上是,先执行 bar 这个函数,将该函数的返回值作为参数,传递给 MyThread。

  • [atx 系列] 安卓手机的快速截图 at 2016年07月18日

    #7 楼 @xuexi123 参考这篇文章 https://testerhome.com/topics/5006

  • 互联网测试大会感想 at 2016年07月18日

    百度?发生了什么?

  • ATX 系列 - 如何测试网易云音乐 (Android 篇) at 2016年07月15日

    #3 楼 @among29 这个暂时没有计划

  • ATX 系列 - 如何测试网易云音乐 (Android 篇) at 2016年07月15日

    #1 楼 @jamesparagon atx 支持通过定位图片的方法,来查找元素的。仔细看看 README,里面有的

  • python 压测 +paramiko 远程监下载日志 +js 测试报告 at 2016年07月14日

    写的不错,服务器的性能可以考虑用下 python psutils 库

  • WebDriverAgent Inspector 修复在截图中高亮选中元素的功能 at 2016年07月12日

    修好了没,还是不能使呀

  • Appium 中 sendKeys 二次输入的号码不一致 at 2016年07月12日

    如果后台实现用的是 adb shell input text 倒是有可能乱序

  • WebDriverAgent 踩坑记 at 2016年07月12日

    #38 楼 @chenhengjie123 还有 swipe,tapAndHold 等一些拖动 api 还没加上,不过现在这些功能,感觉跑个应用应该是足够了

  • WebDriverAgent 踩坑记 at 2016年07月12日

    #34 楼 @chenhengjie123 readme 里基本都写了,例子在 tests 目录下

  • WebDriverAgent 踩坑记 at 2016年07月12日

    @chenhengjie123 我通常比较喜欢直接把 API 背下来的。因为一个查找元素的问题一直卡着,不过终于写完了,测试了下,已经可以用了 https://github.com/codeskyblue/python-wda 纯 Python 的封装

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

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