测试之家
  • 社区
  • 问答
  • 招聘
  • 社区学堂新
  • 开源项目
  • 活动
  • 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
  • 個人信息
  • 個人專欄
  • 帖子
  • 回帖
  • 收藏
  • 正在關注
  • 關注者
  • Mac 启动 appium 提示 error at 2014年05月30日

    #11 楼 @lifreshman 用了你的方法成功安装,使用过程中也没有出现问题,Thanks。

  • 【已解决】运行 android_contacts.py 出错,ImportError: No module named switch_to at 2014年05月30日

    先卸载之前安装的 Selenium,再安装 Appium-Python-Client,安装 Appium-Python-Client 时会自动安装 Selenium

  • Appium 文档翻译及其更新 at 2014年05月30日

    更新一下吧,还有那些没有认领?

  • python 里面怎么实现 左右滑动屏幕 at 2014年05月30日
    Swipe from one point to another point, for an optional duration.
    
            :Args:
             - start_x - x-coordinate at which to start
             - start_y - y-coordinate at which to end
             - end_x - x-coordinate at which to stop
             - end_y - y-coordinate at which to stop
             - duration - (optional) time to take the swipe, in ms.
    
            :Usage:
                driver.swipe(100, 100, 100, 400)
    
  • appium1.0 的 find_element_by_accessibility_id 有时候无法顺利定位元素 at 2014年05月28日

    出错信息是?

  • appium 升级到 1.0.0.3 启动正常,运行时出错的问题!! at 2014年05月28日

    增加 'appWaitActivity'

  • appium 升级到 1.0.0.3 启动正常,运行时出错的问题!! at 2014年05月27日

    这个问题可以看这里https://groups.google.com/forum/#! msg/appium-discuss/KlnPqY4gO6k/O4UrEdmqLCAJ

  • android 截屏 at 2014年05月23日

    善用搜索。

  • 一年前写给罗永浩的求职信 (勿转) at 2014年05月23日

    致过去,态度决定一切。

  • from appium import webdriver 求解? at 2014年05月15日

    一个是 Selnium 的包,一个是 Appium 的包,实际上都是封装了 Webdriver,后者添加了一些额外功能,Appium 从 1.0 开始使用 From appium import webdriver

  • 帮小兔征男朋友帖 at 2014年05月15日

    已听,主持的不错

  • [Share]iOS-Testing-Mind-Map at 2014年05月14日

    已经更新外部链接了

  • [Share]iOS-Testing-Mind-Map at 2014年05月14日

    #2 楼 @seveniruby 好的

  • appium 自动化测试教程 ppt (第二版) at 2014年05月08日

    #41 楼 @cosmoliu2010 收邮件

  • Appium +Android +python 输入中文有什么解决方案吗 at 2014年05月07日

    我帮你搜索了一个帖子,看看能否帮得上你的忙? http://testerhome.com/topics/242

  • Appium +Android +python 输入中文有什么解决方案吗 at 2014年05月07日

    你自己有没有尝试先去搜索一下?

  • [已解决]xPath 在我的环境里面一次都没有运行成功过。请大侠们指点!多谢 at 2014年05月07日

    换成 full class name,果然 OK 了

  • appium 迁移到 1.x 的指导文档 at 2014年05月07日

    官方文档,示例更新还没跟上

  • 【已解决】请教一下 appuim 下定位问题。 at 2014年05月06日

    映射全列表

    map.put("abslist", "AbsListView");
    map.put("absseek", "AbsSeekBar");
    map.put("absspinner", "AbsSpinner");
    map.put("absolute", "AbsoluteLayout");
    map.put("adapterview", "AdapterView");
    map.put("adapterviewanimator", "AdapterViewAnimator");
    map.put("adapterviewflipper", "AdapterViewFlipper");
    map.put("analogclock", "AnalogClock");
    map.put("appwidgethost", "AppWidgetHostView");
    map.put("autocomplete", "AutoCompleteTextView");
    map.put("button", "Button");
    map.put("breadcrumbs", "FragmentBreadCrumbs");
    map.put("calendar", "CalendarView");
    map.put("checkbox", "CheckBox");
    map.put("checked", "CheckedTextView");
    map.put("chronometer", "Chronometer");
    map.put("compound", "CompoundButton");
    map.put("datepicker", "DatePicker");
    map.put("dialerfilter", "DialerFilter");
    map.put("digitalclock", "DigitalClock");
    map.put("drawer", "SlidingDrawer");
    map.put("expandable", "ExpandableListView");
    map.put("extract", "ExtractEditText");
    map.put("fragmenttabhost", "FragmentTabHost");
    map.put("frame", "FrameLayout");
    map.put("gallery", "Gallery");
    map.put("gesture", "GestureOverlayView");
    map.put("glsurface", "GLSurfaceView");
    map.put("grid", "GridView");
    map.put("gridlayout", "GridLayout");
    map.put("horizontal", "HorizontalScrollView");
    map.put("image", "ImageView");
    map.put("imagebutton", "ImageButton");
    map.put("imageswitcher", "ImageSwitcher");
    map.put("keyboard", "KeyboardView");
    map.put("linear", "LinearLayout");
    map.put("list", "ListView");
    map.put("media", "MediaController");
    map.put("mediaroutebutton", "MediaRouteButton");
    map.put("multiautocomplete", "MultiAutoCompleteTextView");
    map.put("numberpicker", "NumberPicker");
    map.put("pagetabstrip", "PageTabStrip");
    map.put("pagetitlestrip", "PageTitleStrip");
    map.put("progress", "ProgressBar");
    map.put("quickcontactbadge", "QuickContactBadge");
    map.put("radio", "RadioButton");
    map.put("radiogroup", "RadioGroup");
    map.put("rating", "RatingBar");
    map.put("relative", "RelativeLayout");
    map.put("row", "TableRow");
    map.put("rssurface", "RSSurfaceView");
    map.put("rstexture", "RSTextureView");
    map.put("scroll", "ScrollView");
    map.put("search", "SearchView");
    map.put("seek", "SeekBar");
    map.put("space", "Space");
    map.put("spinner", "Spinner");
    map.put("stack", "StackView");
    map.put("surface", "SurfaceView");
    map.put("switch", "Switch");
    map.put("tabhost", "TabHost");
    map.put("tabwidget", "TabWidget");
    map.put("table", "TableLayout");
    map.put("text", "TextView");
    map.put("textclock", "TextClock");
    map.put("textswitcher", "TextSwitcher");
    map.put("texture", "TextureView");
    map.put("textfield", "EditText");
    map.put("timepicker", "TimePicker");
    map.put("toggle", "ToggleButton");
    map.put("twolinelistitem", "TwoLineListItem");
    map.put("video", "VideoView");
    map.put("viewanimator", "ViewAnimator");
    map.put("viewflipper", "ViewFlipper");
    map.put("viewgroup", "ViewGroup");
    map.put("viewpager", "ViewPager");
    map.put("viewstub", "ViewStub");
    map.put("viewswitcher", "ViewSwitcher");
    map.put("web", "android.webkit.WebView");
    map.put("window", "FrameLayout");
    map.put("zoom", "ZoomButton");
    map.put("zoomcontrols", "ZoomControls");
    
  • 【已解决】请教一下 appuim 下定位问题。 at 2014年05月06日

    你的 Appium 版本是?如果是 1.0,就改为 Class_Name,如果是 1.0 以下版本,是因为 Appium 做了映射 map.put("textfield", "EditText");

  • [已解决]xPath 在我的环境里面一次都没有运行成功过。请大侠们指点!多谢 at 2014年05月06日

    我试了一下,全都为空,你 Appium 版本是?

  • 是否版本问题 at 2014年05月06日

    现在 Sample-Code 里还是 app-package 和 app-activity

  • 如何去获取 android EditText 的错误提示信息呢? at 2014年05月06日

    具体错误信息,点击后最好等待一段时间,再去获取

  • 上一页
  • 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号    版权所有 © 重庆年云聚力信息技术有限公司