- 博客(8)
- 资源 (2)
- 收藏
- 关注
原创 Selenium自动化Chrome浏览器 在windows/Mac/Linux下窗口最大化
For MAC or Linux:ChromeOptions chromeOptions = new ChromeOptions();chromeOptions.addArguments("--kiosk");driver = new ChromeDriver(chromeOptions);For Windows:ChromeOptions chromeOpti
2017-04-12 14:44:48 8547 4
原创 Appium 结合 SafariLuancher曲线救国启动IOS(真机) 自带Safari浏览器做自动化测试.
1. 环境介绍:Mac OS : 10.10.5 , Xcode 6.4, iPhone 4s, Appium 1.5.3(对应iPhone 版本与Mac OS ,Xcode 版本请自行查阅资料.)开发者账号(必须).本例子中由于公司提供了开发者证书. 这里只需要安装相应的证书即可.提示: 配置本Mac系统对应开发者账号–方法一:登录开发者网站,为本机申请新的开发者证书方法二:把已
2016-09-20 14:49:29 2222
原创 AutoItX运行报错"com.jacob.com.ComFailException: Can't co-create object"
在java调用AutoItx 时候 加载dll 总是出现下面错误:com.jacob.com.ComFailException: Can't co-create objectat com.jacob.com.Dispatch.createInstanceNative(Native Method)at com.jacob.com.Dispatch.(Dispatch.java:9
2016-08-16 10:28:43 4090 1
原创 Selenium 点击button 出现Windows窗口时候Selenium会Hang住!!!
1. 问题描述使用Selenium webDriver 点击页面一个按钮,出现Print windows窗口,这时候 程序会挂住在Click操作上.解决办法:使用线程结合AutoItX.jar去关闭windows窗口,这样Selenium就会继续执行下面的测试脚本.具体实现代码:// Click the Print button in the Document
2016-08-12 17:44:56 2607
原创 Python Flask web 开发讲解--1
1. Python环境安装(略)http://jingyan.baidu.com/article/eb9f7b6da950c4869364e8f5.html2. 使用pip安装Python包如果安装配置pip自行百度搜索.1. 使用pip安装flask --- pip install flask安装完成后验证是否正确安装你可以启动Python解释器,$ Pytho
2016-07-21 16:01:37 772
原创 RubyMine 快捷键总结
RubyMine 快捷键使用:一级基础 Ctrl+Alt+G:弹出Generate Ctrl+Alt+L:格式化代码 Alt+F1:切换视图(Project, Structure, etc.). Alt+F2:弹出预览窗口,可选择浏览器打开网页 Alt+Insert:相当于File|New,不过要在class外执行
2016-07-07 18:00:14 2889
原创 Selenium+webDriver 启动IE11 浏览器报错“org.openqa.selenium.NoSuchWindowException”
Selenium2+webDriver 启动IE11报错org.openqa.selenium.NoSuchWindowException: Unable to get browser (WARNING: The server did not provide any stacktrace information)Command duration or timeout: 17 millisec
2016-07-07 15:33:45 7991
原创 Jenkins服务平台搭建--概述
1.概述1.1Jenkins介绍.Jenkins,原名Hudson,2011年改为现在的名字,它 是一个开源的实现持续集成的软件工具。官方网站:http://jenkins-ci.org/。Jenkins 能实施监控集成中存在的错误,提供详细的日志文件和提醒功能,还能用图表的形式形象地展示项目构建的趋势和稳定性。 1.2Jenkins 特点·
2016-04-27 09:27:35 552
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人