基于 SELENIUM 的自动化测试架构(42)
发表于:2017-04-11来源:gitbook作者:凌俣Linty?点击数:
标签:selenium
link : case text : case linktext : case l : we = this .baseDriver.findElement(By.linkText(value)); break ; //TODO: other by type } return we;} 使用上面的封装类,就需要指定特定的 selec
"link":
case "text":
case "linktext":
case "l":
we =
this.baseDriver.findElement(By.linkText(value));
break;
}
return we;
}
使用上面的封装类,就需要指定特定的 selector。
调用的具体示例:
void
原文转自:http://gitbook.cn/books/58e54b57cfcd6fa52dcef1d2/index.html