码迷,mamicode.com
首页 >  
搜索关键字:desire    ( 153个结果
禁用IE的保护模式
#!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 获取动态js的网页
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
Docker7之Docker overview
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
Unity2017.1官方UGUI文档翻译——Raw Image
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
appium+python自动化34-获取元素属性get_attribute
获取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+python自动化21-DesiredCapabilities详解【转载】
Appium Desired Capabilities Desired Capabilities 是由 keys 和 values 组成的 JSON 对象。 举个简单例子: { "platformName": "iOS", "platformVersion": "11.0", "deviceName ...
分类:移动开发   时间:2017-11-07 19:55:39    阅读次数:271
python+appium真机运行登录例子
一、手机USB连接电脑(手机打开调试模式) 验证:cmd -> 输入adb devices,查看手机的UDID.显示如下表示 连接成功 二、启动Appium服务 1. 启动Appium,点击 右上角的三角形 2. 启动Appium服务器成功 三、运行登录脚本 ...
分类:移动开发   时间:2017-11-06 19:08:05    阅读次数:198
CSS布局模型(流动模型、浮动模型、层模型)
来自:http://blog.csdn.net/ybdesire/article/details/49338569 ...
分类:Web程序   时间:2017-11-05 15:10:51    阅读次数:191
appium-FAQ(持续更新...)
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
153条   上一页 1 ... 7 8 9 10 11 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!