摘要: Ant是软件构建工具,Maven的定位是软件项目管理和理解工具。Maven除了具备Ant的功能外,还增加了以下主要的功能: 1)使用Project Object Model来对软件项目管理; 2)内置了更多的隐式规则,使得构建文件更加简单; 3)内置依赖管理和Repository来实现依赖的管理和统 阅读全文
posted @ 2017-08-04 14:29 谷白 阅读(793) 评论(0) 推荐(0) 编辑
摘要: import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;import org.openqa.selenium.chrome.ChromeDrive... 阅读全文
posted @ 2017-08-04 13:49 谷白 阅读(367) 评论(0) 推荐(0) 编辑