Beispiel #1
0
 public void BeforeAll()
 {
     Test_Driver.Start("Chrome");
 }
Beispiel #2
0
 public void AfterAll()
 {
     Test_Driver.Quit();
 }
Beispiel #3
0
 public void BeforeAll()
 {
     Test_Driver.Start();
 }