Exemplo n.º 1
0
 public void BeforeScenario()
 {
     tbDriver = new TestingBotDriver(ScenarioContext.Current);
     ScenarioContext.Current["tbDriver"] = tbDriver;
 }
Exemplo n.º 2
0
 public GoogleSteps()
 {
     _tbDriver = (TestingBot.TestingBotDriver)ScenarioContext.Current["tbDriver"];
 }