码迷,mamicode.com
首页 >  
搜索关键字:desire    ( 153个结果
Codeforces Round #602 (Div. 2, based on Technocup 2020 Elimination Round 3) C. Messy 构造
C. Messy You are fed up with your messy room, so you decided to clean it up. Your room is a bracket sequence s=s1s2…sn of length n. Each character of ...
分类:其他好文   时间:2019-11-25 00:22:55    阅读次数:96
python如何实现元素等待
一、为什么要元素等待? 在UI自动化过程中,元素的出现受网络环境、设备性能等多种元素影响。因此,元素加载和脚本运行到该元素的时间不一致,会报错:元素无法定位。 简单举下例子:实际UI自动化测试中,点击一个登录控件需要启动一个新activity界面,或需要加载弹框,或请求网络加载数据成功后刷新页面,此 ...
分类:编程语言   时间:2019-11-10 19:18:54    阅读次数:113
Docker图形化管理Portainer
部署PORTAINER使用官方提供的Demo预览一下地址:http://demo.portainer.io/一.单机部署PORTAINER使用以下Docker命令部署Portainer:[root@192~]#dockerpullportainer/portainer[root@192~]#dockervolumecreateportainer_data[root@192~]#dockerrun-
分类:其他好文   时间:2019-11-03 14:50:39    阅读次数:400
泡泡一分钟:Context-Aware Modelling for Augmented Reality Display Behaviour
张宁 Context-Aware Modelling for Augmented Reality Display Behaviour链接:https://pan.baidu.com/s/1RpX6ktZCTGpQ7okksw5TUA&shfl=sharepset 提取码:xttr Abstract— ...
分类:其他好文   时间:2019-10-27 23:16:38    阅读次数:180
常用命令总结
1.安装nvm First use brew to install the application: brew install nvm Then take a look at the brew info "caveats" section, to see what else you have to ...
分类:其他好文   时间:2019-10-18 11:10:17    阅读次数:98
Appium行为事件处理
1.查看源码语法,起点和终点四个坐标参数,duration是滑动屏幕持续的时间,时间越短速度越快。默认为None可不填,一般设置500-1000毫秒比较合适。 swipe(self, start_x, start_y, end_x, end_y, duration=None) Swipe from ...
分类:移动开发   时间:2019-10-15 15:05:32    阅读次数:150
二、基础使用
基础参数获取 1、设置好IP和端口,启动Appium。 2、连接手机(我这里使用的是模拟机) 获取到手机IP,这个IP端口就是下面deviceName的值。 3、获取appPackage\appActivity Appium安装启动APP 这个步骤可以安装启动APP,已安装的会直接启动。 需要注意的 ...
分类:其他好文   时间:2019-09-14 19:43:53    阅读次数:304
http 1.1 状态码定义
10 Status Code Definitions Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation requi ...
分类:Web程序   时间:2019-09-08 14:17:48    阅读次数:107
Python+Appium启动手机APP或者浏览器
一、设备信息配置 脚本如下: 注意:Android7.0以上的版本需要appium1.6.3以上的版本才支持,电脑上可以下载两个appium版本,共存的,可以针对不同安卓版本进行使用;appium1.6以上的版本都是以appium-desktop命名的 二、脚本解释: ...
分类:移动开发   时间:2019-09-01 16:22:01    阅读次数:161
[React + GraphQL] Use useLazyQuery to manually execute a query with Apollo React Hooks
When using useQuery from Apollo React Hooks, the request will be sent automatically after the component has been mounted. This might not be the desire ...
分类:其他好文   时间:2019-08-29 20:29:12    阅读次数:174
153条   上一页 1 2 3 4 5 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!