Esempio n. 1
0
 public virtual void BeforeEach()
 {
     Base.SetLogger();
     Driver.init();
     PagesWrapper.init();
     Base.Log.step("User navigates to this URL");
     Driver.GotoTestEnv(Base.Config.Test.Url);
     //Driver.GotoStagingEnv (Base.Config.Test.Url);
 }