上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 35 下一页

2017年8月24日

摘要: #coding=utf-8from appium import webdriverdesired_caps={}desired_caps["platformName"]="Android"desired_caps["platformVersion"]="4.2.2"desired_caps["dev 阅读全文
posted @ 2017-08-24 14:16 sunny_2016 阅读(130) 评论(0) 推荐(0)

2017年8月22日

摘要: 1、下载POI模块:http://poi.apache.org/download.html 2、解压并导入以下包: 导入不会时会报错。 阅读全文
posted @ 2017-08-22 14:13 sunny_2016 阅读(230) 评论(0) 推荐(0)

2017年8月8日

摘要: package ceshi.com.lessons; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class ... 阅读全文
posted @ 2017-08-08 14:15 sunny_2016 阅读(236) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/u011541946/article/details/72898514 http://git.oschina.net/zhengshuheng https://www.v2ex.com/ 阅读全文
posted @ 2017-08-08 12:54 sunny_2016 阅读(214) 评论(0) 推荐(0)

2017年8月5日

摘要: 看到论坛有人写了JAVA的测试代码日常设计,就给大家分享一下偶自己平时是如何测试测试代码的.主要基于python语言。基于 webdriver 的日常调试在 python交互模式下非常方便,打开python有交互模式:web端示例: from selenium import webdriverdr= 阅读全文
posted @ 2017-08-05 14:04 sunny_2016 阅读(568) 评论(0) 推荐(0)

2017年8月3日

摘要: Open Application http://localhost:4723/wd/hub platformName=Android platformVersion=4.4.2 deviceName=192.168.65.101:5555 unicodeKeyboard=True resetKeyb 阅读全文
posted @ 2017-08-03 14:08 sunny_2016 阅读(140) 评论(0) 推荐(0)

2017年8月1日

摘要: http://www.cnblogs.com/yoyoketang/p/6189441.html 阅读全文
posted @ 2017-08-01 13:08 sunny_2016 阅读(114) 评论(0) 推荐(0)

2017年7月28日

摘要: #coding=utf-8 import httplib,urllib #get调用 httpClient=None try: params=urllib.urlencode({'account':'1350000','password':'0000','roleType':1,'zoneCode' 阅读全文
posted @ 2017-07-28 14:10 sunny_2016 阅读(6779) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/cw123458945/article/category/1077333 http://www.cnblogs.com/mengyu/p/4664579.html http://blog.csdn.net/junli_chen/article/details 阅读全文
posted @ 2017-07-28 12:58 sunny_2016 阅读(141) 评论(0) 推荐(0)

2017年7月27日

摘要: http://www.testclass.net/selenium_javascript/ 阅读全文
posted @ 2017-07-27 13:30 sunny_2016 阅读(96) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 35 下一页

导航