测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
管理员
chenhengjie123 (陈恒捷)
第 605 位会员 / 2014-03-16
字节跳动 @ 广州
157 篇帖子 • 5473 条回帖
1423 关注者
17 正在关注
100 收藏
人与人的差距取决于工作、睡觉之外的8个小时!
打赏支持
GitHub Public Repos
  • vue-testcase-minder-ed... 98

    基于百度脑图的用例编辑器组件,支持记录测试结果

  • gs-rest-service 5

    Building a RESTful Web Service :: Learn how to create a RESTful web service with Spring.

  • JavaSpringMvcBlog 5

  • ffmpeg-go 1

    golang binding for ffmpeg

  • ws-qvh 0

    Server for streaming the screen of iOS devices over WebSocket.

  • goav 0

    Golang bindings for FFmpeg (This repository is no longer maintained)

  • gmf 0

    Go Media Framework

  • quicktime_video_hack 0

    Record iOS device audio and video

  • ws-scrcpy 0

    Web client prototype for scrcpy.

  • ChuanhuChatGPT 0

    GUI for ChatGPT API

More on GitHub
  • 个人信息
  • 专栏
  • 话题
  • 回帖
  • 收藏
  • 关注中
  • 关注者
  • Crash_Monkey for IOS,通过打包后的.ipa 不能运行问题??? at 2015年05月15日

    你确定打包的 ipa 和打包的 app 使用的配置是一样的?
    你用什么打包 ipa 的?把步骤/命令贴上来。

  • 切换到 webview 后,无论是获取 element,还是 pagesource 都无响应。 at 2015年05月15日

    #17 楼 @irisliu 我自己没有,但我认识的人有。而且他用 remote debug 也看不到(他用的 app 在我的环境下可以看到 webview 的),最后解决方案是换手机。
    可能性有两个,一个是 app 里禁用了 remote debug ,另一个是那台手机的系统本身有问题。
    你试一下:

    1. remote debug 能否看到?看不到的话要不是禁用了 remote debug ,要不是 app 用的 webview 不是用 chronium 内核的。
    2. remote debug 能看到。升级一下 chromedriver 再试试。
  • Appium 支持 firefox for android 吗? at 2015年05月15日

    好吧,貌似 appium 对 opera 的支持是烂尾了:https://github.com/appium/appium/pull/3819
    你先试试上面的示例代码吧。不行的话脱离 appium 直接跑 operadriver 。

  • Appium 支持 firefox for android 吗? at 2015年05月15日

    #11 楼 @charles opera 貌似可以的,现在新的 opera 的内核和 chrome 差不多。你试试这个:
    Opera version 26 and newer:https://github.com/operasoftware/operachromiumdriver
    里面的示例代码有 appium 的,所以 appium 应该可以做。

  • Appium 支持 firefox for android 吗? at 2015年05月15日

    #9 楼 @charles 。。。帮不了你了。
    用 chrome 测功能,firefox 手工做兼容性吧。

  • Pycharm 中运行 Appium 脚本无法生成 HTMLTestRunner 报告!! at 2015年05月15日

    #3 楼 @test20150331 为了保持规范,我们是先更新完格式再回答问题。
    请先更新格式。

  • Pycharm 中运行 Appium 脚本无法生成 HTMLTestRunner 报告!! at 2015年05月15日

    代码请使用

    代码块
    
  • 求关于 ios appium 自动化测试环境配置的完整资料 at 2015年05月15日

    先了解怎么用 mac 和 xcode 吧。没有这些基础你直接看自动化肯定看不懂。

  • Appium 支持 firefox for android 吗? at 2015年05月15日

    #5 楼 @chenhengjie123 那个研究的人没找到解决方案。。。
    为何要用移动端 firefox?很少人会用这个啊?测兼容性的话 uc 更流行。

  • Appium 支持 firefox for android 吗? at 2015年05月15日

    #6 楼 @sunjianping 请 Google chromedriver。

  • 切换环境如何快速方便替换控件 ID 值 at 2015年05月15日

    切换环境要改包名?不是一个应用固定一个包名吗?
    你可以封装一下,把包名部分用一个全局变量代替啊。然后这个变量的值为用 aapt 获取 apk 的包名。

  • Appium 支持 firefox for android 吗? at 2015年05月14日

    #3 楼 @charles 不清楚。
    群里的有个人最近在研究这个,帮你找一下他。

  • Android 项目中利用 instrumentation 启动 Monkey at 2015年05月14日

    #19 楼 @monkey @doctorq 你们果然是真爱。。。

  • Appium 支持 firefox for android 吗? at 2015年05月14日

    You are right.
    支持 chrome 的能力是通过使用 chromedriver 给的。chromedriver 当然不支持移动端的 firefox。

  • 初步使用 Docker 后感 at 2015年05月14日

    #5 楼 @lihuazhang 昨晚我用 docker 试着搭了 ELK,后面可以访问到 Kibana ,但还在学习 ELK 到底要怎么用中。。。以前从未接触过 ELK 。。。

  • 安卓原生开发和 html 开发,自动化测试的问题 at 2015年05月13日

    #2 楼 @bueaty 可以做。不过不是用 uiautomator 。
    Android 4.4+ 可以切换 context 后用 chromedriver 来测(appium 会自动在切换 context 的时候把 chromedriver 启动),后面的使用和 selenium 测 web 基本一样。
    Android 4.4 以下可以用 Appium 的 Selendroid 模式或直接使用 Selendroid 。

    模拟器的话用 arm 的模拟器应该可以, x86 的估计不行。

  • Android 项目中利用 instrumentation 启动 Monkey at 2015年05月13日

    #1 楼 @lihuazhang 什么情况。。。恒温 和 Monkey 最近都换头像了。。。
    这个方法不错,运用得好的话应该能获取到更多有助于分析 monkey crash 原因的信息。

  • 切换到 webview 后,无论是获取 element,还是 pagesource 都无响应。 at 2015年05月13日

    #15 楼 @weamylady 因为 selendroid 是基于 Instrumentation 的,而 appium 默认是基于 uiautomator ,所以两者获取回来的界面 xml 结构会有所不同,用 appium 时能定位的 xpath 在 selendroid 下可能会获取不了(xml 结构不一样了)。
    我目前项目里没怎么用过 selendroid 模式,所以有什么要注意还真不大清楚哈。

  • 切换到 webview 后,无论是获取 element,还是 pagesource 都无响应。 at 2015年05月13日

    #13 楼 @weamylady 只能用 Selendroid 模式。automationName:selendroid。
    chromedriver 只能测 4.4 以上。4.4 以下要用 Selendroid 。

  • git 库删除了,历史记录还在怎么办?要不留痕迹! at 2015年05月13日

    不明觉厉。
    下面的图和上面的 git 命令有啥关系?

  • 执行时出现 Possible causes are invalid address of the remote server or browser start-up failure.请问是 remote 地址变了吗 at 2015年05月13日

    日志、出错信息等请用

    代码块
    

    谢谢。

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

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