测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • Wiki
  • 注册
  • 登录
高级会员
xiaomayi0323 (唐僧之妈)
第 191 位会员 / 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 2014年08月27日

    Tagname 已废弃,换成 Classname

  • Appium v1.2.1 的 SetText 和 Clear 执行错误 at 2014年08月24日

    Android 还是 iOS?
    我在 iOS 上 Clear 没有问题

  • 求助:Appium 如何获取 Android Toast 的内容? at 2014年08月21日

    Robotium 可以用 waitForText

  • 发现一个 Appium 的 bug at 2014年08月19日

    #4 楼 @beerbox 恩,这样写也出现了和你一样的错误

    debug: Appium request initiated at /wd/hub/session/8e50d968-8bae-47d6-aa07-dc48ea0102db/element/4/value
    debug: Request received with params: {"sessionId":"8e50d968-8bae-47d6-aa07-dc48ea0102db","id":"4","value":["H","a","p","p","y"," ","W","e","e","k","e","n","d","!"," ","!","@","#","$","%","^","&","*","(",")","_","+","1"]}
    debug: Pushing command to appium work queue: "au.getElement('4').setValueByType('Happy Weekend! !@#$%^&*()_+1')"
    debug: Sending command to instruments: au.getElement('4').setValueByType('Happy Weekend! !@#$%^&*()_+1')
    debug: Sending command to instruments: au.getElement('4').setValueByType('Happy Weekend! !@#$%^&*()_+1')
    
    debug: [INST] 2014-08-18 06:25:46 +0000 Debug: Got new command 15 from instruments: au.getElement('4').setValueByType('Happy Weekend! !@#$%^&*()_+1')
    
    
    debug: [INST] 2014-08-18 06:25:46 +0000 Debug: evaluating au.getElement('4').setValueByType('Happy Weekend! !@#$%^&*()_+1')
    
    
    debug: [INST] 2014-08-18 06:25:46 +0000 Debug: target.frontMostApp().elements()[0].elements()[2].tap()
    
    
    debug: [INST] 2014-08-18 06:25:47 +0000 Debug: target.frontMostApp().elements()[0].elements()[2].tap()
    
    
    debug: [IOS_SYSLOG_ROW ] Aug 18 14:25:47 zhoude-iPhone MobileGestaltHelper[77] <Error>: libMobileGestalt MobileGestalt.c:267: server_access_check denied access to question UniqueDeviceID for pid 488
    
    debug: [IOS_SYSLOG_ROW ] Aug 18 14:25:47 zhoude-iPhone ScriptAgent[488] <Error>: libMobileGestalt MobileGestaltSupport.m:167: pid 488 (ScriptAgent) does not have sandbox access for re6Zb+zwFKJNlkQTUeT+/w and IS NOT appropriately entitled
    
    debug: [IOS_SYSLOG_ROW ] Aug 18 14:25:47 zhoude-iPhone ScriptAgent[488] <Error>: libMobileGestalt MobileGestalt.c:528: no access to UniqueDeviceID (see <rdar://problem/11744455>)
    
    debug: [INST] 2014-08-18 06:25:47 +0000 Debug: Cannot perform action on invalid element: UIAElementNil from target.frontMostApp().keyboard()
    
  • 发现一个 Appium 的 bug at 2014年08月15日

    我试了,没有问题,不会 Crash
    我的写法是:

    text = self.driver.find_element_by_xpath('//UIATextView[1]')
    text.send_keys(u'早上大雾,这会暴晒啊 !@#$%^&*()_+')
    
  • 如何點選 UIATableCell 裡面的元件? at 2014年08月15日

    #7 楼 @gigayaya 如果控件位置会变化,XPath 就不好做了,Class name 也不好做

  • 如何點選 UIATableCell 裡面的元件? at 2014年08月15日

    用 XPath,Details 里拉到最下面就有

  • 安装完成 appium 后,启动 appium &报错 at 2014年08月13日

    #2 楼 @wangcityboy 不能用 sudo 安装

  • 安装完成 appium 后,启动 appium &报错 at 2014年08月13日

    试着运行一下 reset.sh,另外你安装 appium 的命令是?

  • WebView 的滚动翻页问题 at 2014年08月13日

    #19 楼 @liu 不用谢,解决问题就好,同时记录好这个坑,能总结并 share 出来就更好

  • WebView 的滚动翻页问题 at 2014年08月12日

    #16 楼 @liu 加上 swipe 函数,一运行就直接退出,那是因为出错了啊

  • WebView 的滚动翻页问题 at 2014年08月12日

    #15 楼 @liu 有可能是 coordinates 和 duration 的问题,你可以看看我搜的这三个页面
    https://groups.google.com/forum/#! topic/appium-discuss/isReHWFsZhs
    https://groups.google.com/forum/#! msg/appium-discuss/cayM9HWI26E/qUXF8cFhtNcJ
    https://github.com/appium/appium/issues/1006

  • WebView 的滚动翻页问题 at 2014年08月12日

    #13 楼 @liu 你要从上滑到下面?

  • WebView 的滚动翻页问题 at 2014年08月12日

    #11 楼 @liu 是 code 部分

  • WebView 的滚动翻页问题 at 2014年08月12日

    #9 楼 @liu 哦,Swipe 部分的代码也让我看看

  • WebView 的滚动翻页问题 at 2014年08月12日

    #7 楼 @liu 模拟器?还是真机?建议用真机试试

  • WebView 的滚动翻页问题 at 2014年08月12日

    #5 楼 @liu 发的不全

  • WebView 的滚动翻页问题 at 2014年08月12日

    #2 楼 @liu 报什么错?

  • WebView 的滚动翻页问题 at 2014年08月12日

    问题 1:修改头像在页面右上角,点开昵称里有个个人资料设置,在个人资料设置页面有修改头像
    问题 2:滚动操作可以参考这个帖子 http://testerhome.com/topics/1132

  • Appium for Mac 环境准备篇 at 2014年08月10日

    #13 楼 @gaozhenxi 一样的

  • 用户名或密码错误 与 密码错误 的区别 at 2014年08月07日

    刚开始做测试时,我也对此提示有疑惑,后来听别人解释说,是为了安全,今天再看到这个解释,确实这样提示是有道理的

  • Appuim.exe windows 版,有录制功能吗 at 2014年08月06日

    没有

  • 北上深广还是领衔移动测试! at 2014年07月30日

    大西安排名第十啊

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

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