public void validarLinkTerminosyCondiciones() { ElementoWebFooter paginaBT = new ElementoWebFooter(); IJavaScriptExecutor js = PropiedadColeccionDriver.driver as IJavaScriptExecutor; js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(4500); paginaBT.IngresoLinkTerminoyCondiciones(); }
public void ValidarLinksFooter() { ElementoWebFooter paginaBT = new ElementoWebFooter(); IJavaScriptExecutor js = PropiedadColeccionDriver.driver as IJavaScriptExecutor; js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(7000); /// /// Ingreso de link Todo Sobre Beneficios Tarjtas /// paginaBT.IngresoLinkTodoSobreBT(); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,-1300);", ""); System.Threading.Thread.Sleep(3000); PropiedadColeccionDriver.driver.Navigate().Back(); System.Threading.Thread.Sleep(3000); /// /// Ingreso de link Centro de Ayuda /// paginaBT.IngresoLinkCentrodeAyuda(); System.Threading.Thread.Sleep(4000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,-1300);", ""); System.Threading.Thread.Sleep(3000); PropiedadColeccionDriver.driver.Navigate().Back(); System.Threading.Thread.Sleep(3000); /// /// Ingreso de link Politica y Privacidad /// paginaBT.IngresoLinkPoliticayPrivacidad(); System.Threading.Thread.Sleep(4000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,-1300);", ""); System.Threading.Thread.Sleep(3000); PropiedadColeccionDriver.driver.Navigate().Back(); System.Threading.Thread.Sleep(3000); /// /// Ingreso de link Término y Condiciones /// paginaBT.IngresoLinkTerminoyCondiciones(); System.Threading.Thread.Sleep(4000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,-1300);", ""); System.Threading.Thread.Sleep(3000); PropiedadColeccionDriver.driver.Navigate().Back(); System.Threading.Thread.Sleep(3000); /// /// Ingreso de link Información sobre campañas y concursos /// paginaBT.IngresoLinkInformacionCampanasyConcursos(); System.Threading.Thread.Sleep(4000); js.ExecuteScript("window.scrollBy(0,1300);", ""); System.Threading.Thread.Sleep(3000); js.ExecuteScript("window.scrollBy(0,-1300);", ""); System.Threading.Thread.Sleep(3000); PropiedadColeccionDriver.driver.Navigate().Back(); System.Threading.Thread.Sleep(4000); }