码迷,mamicode.com
首页 >  
搜索关键字:appium    ( 1837个结果
小米手机连接adb只显示List of devices attached
使用appium的过程中,与同事交换了下手机,突然连接adb只提示List of devices attached,没有内容了咩~ 后来看到C大的帖子,https://blog.cofface.com/archives/569.html 把platform-tools下的文件替换掉,OH YEAH~ ...
分类:移动开发   时间:2017-07-04 13:23:47    阅读次数:5968
appium的安装
1、JDK 2、SDK 3、node (.exe文件) path变量=C:\Program File\nodejs 验证是否安装成功:node -v 4、安装appium-installer.exe 运行.exe文件 配path变量=C:\Program Files (x86)\Appium\nod ...
分类:移动开发   时间:2017-07-03 16:32:55    阅读次数:168
新手学Appium_Python_Client
原文转自http://blog.sina.com.cn/s/blog_68f262210102v538.html 一,Appium_Python_Client的安装 推荐使用pip安装 pip install Appium-Python-Client 当然了也可以在Pipy上下载源码安装 tar - ...
分类:移动开发   时间:2017-07-02 10:21:57    阅读次数:214
Appium+python 一个简单的登录测试
# coding=utf-8 from appium import webdriver import time import unittest import os import HTMLTestRunner class LoginTestLizi(unittest.TestCase): def se... ...
分类:移动开发   时间:2017-06-28 18:41:30    阅读次数:1010
bootstrap之Orientation
Orientation 调整屏幕方向的操作。 package io.appium.android.bootstrap.handler; import android.os.RemoteException; import com.android.uiautomator.core.UiDevice; i ...
分类:其他好文   时间:2017-06-28 15:45:56    阅读次数:270
MAC上搭建IOS自动化环境
Mac上搭建RF环境步骤(以及一些坑): Appium(模拟器): 下载appium-1.3.4.dmg(实体机上:高版本的appium是有bug的打不开app),下载完毕之后安装appium server 安装appium client,pip install Appium-Python-Clie ...
分类:移动开发   时间:2017-06-28 14:25:18    阅读次数:310
Appium遇到问题:
问题一:问题org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server ...
分类:移动开发   时间:2017-06-24 11:25:41    阅读次数:292
Appium AndroidKeyCode
driver.sendKeyEvent(AndroidKeyCode.BACK); driver.sendKeyEvent(AndroidKeyCode.BACKSPACE); driver.sendKeyEvent(AndroidKeyCode.DEL); driver.sendKeyEvent( ...
分类:移动开发   时间:2017-06-23 19:37:20    阅读次数:199
appium 解锁九宫格
很多人在自动化的过程中,对解锁9宫格有很多麻烦,特别是app上的有些整个放在整个view中,这就给我们测试解锁九宫格带来问题了,笔者尝试了去解决,但是都没有找到一个很好的方案,那么我就试着先去通过安卓的开发者选项去显示这个坐标, 那么我们设置后,点击一个点,可以很快的定位到这个点的坐标, 这里需要引 ...
分类:移动开发   时间:2017-06-20 13:32:02    阅读次数:223
hierarchyViewer、Uiautomator、Appium的区别!
一、HierarchyViewer: 优点:能够可视化的角度直观地获得UI布局设计结构和各种属性的信息 缺点:1)稳定性差,出现过在获取某些控件时,概率性的会存在获取不到的情况 2)性能不好,使用HierarchyViewer功能时进行测试,获取控件等时的执行效率很低,导致整个测试的时间使用特别长, ...
分类:移动开发   时间:2017-06-19 14:29:07    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!