示例#1
0
 protected void End()
 {
     WebDriverConcurrent.KillDriver(this.GetType());
 }
示例#2
0
 protected void Init()
 {
     driver = WebDriverConcurrent.InitDriver(this.GetType());
     steps  = new MainSteps(driver);
 }