Beispiel #1
0
 public Browser(TestEnvironment testEnv)
 {
     this.testEnv = testEnv;
     driver       = testEnv.GetDriver();
 }