#!usr/bin/env python #-*- coding:utf-8 -*- #禁用IE的保护模式 from selenium import webdriver from selenium.webdriver.common.desired_capabilities import Desire... ...
分类:
其他好文 时间:
2018-01-13 14:24:22
阅读次数:
162
Selenium基于webkit实现爬虫功能 http://www.cnblogs.com/luxiaojun/p/6144748.html 现在headless chrome替代 PhantomJS https://zhuanlan.zhihu.com/p/27100187 获取的网页内容后,可以 ...
分类:
Web程序 时间:
2018-01-12 20:23:49
阅读次数:
266
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructu ...
分类:
其他好文 时间:
2017-12-23 19:13:24
阅读次数:
163
Raw Image 原生图片 The Raw Image control displays a non-interactive image to the user. This can be used for decoration, icons, etc, and the image can also ...
分类:
编程语言 时间:
2017-12-19 21:08:30
阅读次数:
366
The more desire you have, the more panic, anxious and failed you become. 有多少欲望,就有多少慌张,就有多少焦虑和失败。 ...
分类:
其他好文 时间:
2017-12-15 23:41:08
阅读次数:
198
获取text tag_name 1.tag_name实质上是获取class属性 2.打印结果:android.widget.TextView get_attribute 1.获取content desc属性,这里注意了,如果content desc属性为空,那么获取的就是text属性,不为空获取的才 ...
分类:
移动开发 时间:
2017-12-03 16:29:12
阅读次数:
278
Appium Desired Capabilities Desired Capabilities 是由 keys 和 values 组成的 JSON 对象。 举个简单例子: { "platformName": "iOS", "platformVersion": "11.0", "deviceName ...
分类:
移动开发 时间:
2017-11-07 19:55:39
阅读次数:
271
一、手机USB连接电脑(手机打开调试模式) 验证:cmd -> 输入adb devices,查看手机的UDID.显示如下表示 连接成功 二、启动Appium服务 1. 启动Appium,点击 右上角的三角形 2. 启动Appium服务器成功 三、运行登录脚本 ...
分类:
移动开发 时间:
2017-11-06 19:08:05
阅读次数:
198
来自:http://blog.csdn.net/ybdesire/article/details/49338569 ...
分类:
Web程序 时间:
2017-11-05 15:10:51
阅读次数:
191
Q1:未安装APP直接启用appium sever,初始化driver :driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);报错:org.openqa.selenium.SessionN ...
分类:
移动开发 时间:
2017-10-20 21:52:02
阅读次数:
572