예제 #1
0
 public static void IStartTheBrowser(string browserName)
 {
     WebHelp.StartWebDriver(browserName);
 }
예제 #2
0
        public void BeforeScenario()
        {
            string Driver = ScenarioContext.Current.ScenarioInfo.Tags.ToList()[2].ToString();

            WebHelp.StartWebDriver(Driver);
        }