
Mac
Justin_1011
这个作者很懒,什么都没留下…
展开
-
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 · 2260 阅读 · 0 评论 -
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 · 8596 阅读 · 4 评论