Пример #1
0
 public void BeforeScenario()
 {
     tbDriver = new TestingBotDriver(ScenarioContext.Current);
     ScenarioContext.Current["tbDriver"] = tbDriver;
 }
Пример #2
0
 public GoogleSteps()
 {
     _tbDriver = (TestingBot.TestingBotDriver)ScenarioContext.Current["tbDriver"];
 }