基于 SELENIUM 的自动化测试架构(30)
发表于:2017-04-11来源:gitbook作者:凌俣Linty?点击数:
标签:selenium
public void open (String url) throws InterruptedException { this .baseDriver.navigate(url); Thread.sleep( 2000 );} 所有子类(页面)都具有的业务功能 selectApp logout Sub Pages(s)子类 具
public void open(String url) throws InterruptedException {
this.baseDriver.navigate(url);
Thread.sleep(
2000);
}
所有子类(页面)都具有的业务功能