测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
版主
Lihuazhang (恒温)
第 110 位会员 / 2013-10-21
阿里巴巴 @ 上海
405 篇帖子 • 7860 条回帖
2537 关注者
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 上 iOS 拖拽实现 at 2014年02月24日
    last_image = find_elements(:tag_name, :ImageView).last
    mobile(:longClick, element: last_image.ref)
    

    @532589730 类似这样

  • Appium 上 iOS 拖拽实现 at 2014年02月24日

    longClick 在安卓上实现了, ios 没实现吧?

  • xpath 使用误区,请进 at 2014年02月24日

    HorizontalScrollView 下面不是 LinerLayout 么?

  • Android 性能测试初探 (五) at 2014年02月22日

    我想知道 自己写工具和使用别人工具的区别

  • iOS 如何在真机执行测试后进行 app 的卸载? at 2014年02月21日

    没有头像我不回帖~

  • 移动弱网测试方案之一 at 2014年02月21日

    #8 楼 @noshuai 求教

  • 如何实现 Android 自带浏览器模拟百度搜索 at 2014年02月21日

    http://stackoverflow.com/questions/21419914/how-can-i-use-selenium-or-appium-to-automate-chrome-browser-on-android
    你研究下下文,我看到的内容好像都比较复杂。 有时间试试看。

  • 在 Mac 上配置 Appium 问题收集 at 2014年02月21日

    #13 楼 @ifelix instruments 不行。 所以 Appium 也不行。

  • 阿里 技术质量部 我们团队招高级测试开发工程师 at 2014年02月20日

    没有联系方式。。

  • mobile: setValue 方式无法输入中英文字符 at 2014年02月20日

    http://testerhome.com/topics/242
    这个方法没实现。

  • Instruments crashed on startup at 2014年02月20日

    #2 楼 @cieehertz 可能是 xcode 两个版本混乱了。

  • Instruments crashed on startup at 2014年02月20日

    需要更多的信息,包括你的 xcode 的版本。

  • 在 Mac 上配置 Appium 问题收集 at 2014年02月20日

    #9 楼 @oscar 真机肯定要钱。应该不行。 其实他是调用 instruments 的。 instruments 就是每次都会启动一个模拟器。

    @ifelix 文章里写了吧? 另外可以看看 sample-code 里面的代码。

  • [已解决]执行例子报:URLError: <urlopen error no host given>错误,求教 at 2014年02月20日

    用这个 http://127.0.0.1:4723/wd/hub 别用 http:\\127.0.0.1:4723\wd\hub 试试看

  • Android 性能测试初探 (四) at 2014年02月20日

    #3 楼 @kasi 给老板看的性能报表~

  • 移动弱网测试方案之一 at 2014年02月20日

    很不错啊,这个方法可以应用到电脑上么?比如我测试网页应用?

  • Android 性能测试初探 (四) at 2014年02月20日

    能给个报表类型的东西看看么?

  • [已解决]执行例子报:URLError: <urlopen error no host given>错误,求教 at 2014年02月19日

    你是连真机么? 另外贴日志能不能不截图。。。 不能复制黏贴。。

  • error: Failed to start an Appium session at 2014年02月19日

    /home/jerryzhang/abc/apps/test.apk 找不到

  • 安装 app 到 ios 模拟器的脚本 at 2014年02月18日

    #4 楼 @yunmu adb devices

  • MAC 上运行 iOS 的例子报错,org.openqa.selenium.SessionNotCreatedException: A new session could not be created at 2014年02月17日

    没找到 /Users/bixiaopeng/workspace/source-github/appium/sample-code/examples/java/junit/../../../apps/TestApp/build/Release-iphonesimulator/TestApp.app

  • 【已解答】appium linux 支持多个模拟器 at 2014年02月17日

    Okay this is my current setup

    1) One Nexus 4 and one emulator running on Mac
    2) two appium instances running on different ports
    3) Parallel execution two threads to run same test

    This is the error I am getting

    " A session is either terminated or not started (WARNING: The server did not provide any stacktrace information)"

    Appium log

    First one runs but other one says this ADB Error:

    info: [ADB] Forwarding system:4724 to device:4724
    info: [ANDROID] [debug] Could not start socket server listening on 4724

    For both threads it says this - any insights if I need to change something?

    These are my capabilities:

    capabilities = new DesiredCapabilities();
    capabilities.setCapability(CapabilityType.BROWSER_NAME, "Android");
    capabilities.setCapability(CapabilityType.VERSION, "4.2");
    capabilities.setCapability(CapabilityType.PLATFORM, "Mac");
    capabilities.setCapability("device", Device);
    capabilities.setCapability("app", app.getAbsolutePath());
    capabilities.setCapability("app-package", "blah");
    capabilities.setCapability("app-activity", "blah");
    try {
    driver = new RemoteWebDriver(
    new URL("http://localhost:" + Port + "/wd/hub"), capabilities);
    
        } catch (Exception e) {
            e.printStackTrace();
        }
    
    
  • 【已解答】appium linux 支持多个模拟器 at 2014年02月17日

    Started two Appium servers with different ports defining -U flags

  • [已解决]为什么我每次访问社区里面的页面,都需要刷新一次才能看到,每个页面都是这样,而且在不通机器不通网络 at 2014年02月17日

    能在试试看不?

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

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