摘要: 首先下载Chrome Driver(Firefox Driver的安装与该步骤相同) 链接: http://chromedriver.storage.googleapis.com/index.html 接下来在控制台(terminal)上操作一下红色字体的指令: Install Unzip sudo 阅读全文
posted @ 2017-02-04 18:05 留白* 阅读(3186) 评论(0) 推荐(0) 编辑
摘要: 方式1: 阅读全文
posted @ 2017-02-04 17:54 留白* 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 针对Chrome浏览器: 在自动化测试的编写中如果报出Element is not visible to click at xxxx point时,我会使用: new Actions(WebDriver webDriver).moveToElement(WebElement webElement). 阅读全文
posted @ 2017-02-04 11:35 留白* 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 如果一个项目A想要引用另一个项目B的资源的话,按照一下步骤进行设置: 右键点击项目A >>>Build Path >>>Configure Build Path... >>>在弹出的对话框中选择Projects选项卡 >>>点击Add >>>选择项目B进行添加。 备注: 如果项目A关联了项目B,再使 阅读全文
posted @ 2017-02-04 10:57 留白* 阅读(2949) 评论(0) 推荐(0) 编辑