public static void SetUpWebDriver(ScenarioContext scenarioContext)
 {
     scenarioContext["WEB_DRIVER"] = WebDriverFactory.Default();
 }