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()); }
public void CheckLinkCosmosNetDisplayed() { DSL_Common_For_All.CheckElementDisplayed(new PAGE_Common_For_Cosmos(DriverFirefox).LinkCosmosNet()); DSL_Common_For_All.SimpleWait(5000); }
public void CloseFirefox() { DSL_Common_For_All.SimpleWait(UTIL_Common_For_All.OneSecond()); DriverFirefox.Quit(); }