public void Initialize()
 {
     //Creates driver that will be interacted with
     Actions.InitializeDriver();
     //Goes to login page
     NavigateTo.LoginFormScenarioThroughTestCases();
 }
 public void Initialize()
 {
     Actions.InitializeDriver();
     NavigateTo.LoginFormScenarioThroughTestCases();
 }