基于 SELENIUM 的自動(dòng)化測試架構(30)
發(fā)表于:2017-04-11來(lái)源:gitbook作者:凌俁Linty?點(diǎn)擊數:
標簽:selenium
public void open (String url) throws InterruptedException { this .baseDriver.navigate(url); Thread.sleep( 2000 );} 所有子類(lèi)(頁(yè)面)都具有的業(yè)務(wù)功能 selectApp logout Sub Pages(s)子類(lèi) 具
public void open(String url) throws InterruptedException {
this.baseDriver.navigate(url);
Thread.sleep(
2000);
}
所有子類(lèi)(頁(yè)面)都具有的業(yè)務(wù)功能