public void oneTimeSetup()
 {
     //Instanciate our WebDriver
     _driver = SeleniumHelper.CreateChromeWebDriver();
 }