Пример #1
0
    def test_005(self):
        Selenium.get_json_file(self, "Amazon")

        Selenium.scroll_to(self, "lnk_trabaja_amazon")

        Selenium.esperar(5)

        Selenium.js_clic(self, "lnk_trabaja_amazon")
Пример #2
0
 def test_006(self):
     # CARGAR EL JSON CON LOS VALORES DE LOS ID DE LA APP
     Selenium.get_json_file(self, "Amazon")
     Selenium.scroll_to(self, "Liga Amazon")
     Selenium.esperar(5)
     Selenium.js_clic(self, "Liga Amazon")
     Selenium.page_has_loaded(self)
     Selenium.esperar(5)
Пример #3
0
 def test_007(self):
     Selenium.get_json_file(self, "Amazon")
     Selenium.scroll_to(self, "Sobre Amazon")
     Selenium.esperar(5)
     Selenium.js_clic(self, "Sobre Amazon")
     Selenium.page_has_loaded(self)