封装的具体示例:
找到一个指定输入框(selector),并且输入指定的字符(text)
type(selector, text)
不用在业务逻辑中,使用多次的 findElement(By.id(...))
public void type(String selector, String text) {
WebElement we = this
原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html