Beispiel #1
0
 public void Setup()
 {
     DSL_Autenticacao_Do_Usuario.LogIntoCosmos(UTIL_Common_For_All.DefaultEntry());
     DSL_Common_For_All.WaitPageOnChange(URL_Cosmos.UrlCosmos);
     DSL_Common_For_All.SimpleWait(UTIL_Common_For_All.ThreeSeconds());
 }
Beispiel #2
0
 public void CheckLinkCosmosNetDisplayed()
 {
     DSL_Common_For_All.CheckElementDisplayed(new PAGE_Common_For_Cosmos(DriverFirefox).LinkCosmosNet());
     DSL_Common_For_All.SimpleWait(5000);
 }
Beispiel #3
0
 public void CloseFirefox()
 {
     DSL_Common_For_All.SimpleWait(UTIL_Common_For_All.OneSecond());
     DriverFirefox.Quit();
 }