Example #1
0
 public void Initialize()
 {
     GenericCollection.driver = new ChromeDriver();
     GenericCollection.driver.Navigate().GoToUrl("http://executeautomation.com/demosite/Login.html");
     excelUtil = new ExcelUtil();
     excelUtil.DataTableToCollection(@"C:\Users\svyawahare\source\repos\SeleniumWithNUnit\SeleniumWithNUnit\AppData\DataStorage.xlsx");
 }