예제 #1
0
 def setUp(self):
     Selenium.abrir_navegador(
         self,
         URL=
         "https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_alert"
     )
     Selenium.get_json_file(self, "frames")
예제 #2
0
 def setUp(self):
     with allure.step(u'Paso 1: Ingresar a Google'):
         Selenium.pyodbc_query(self,
                               "SELECT * FROM BD_SDFT_INS_WEB.PORTAFOLIO")
         print("Se obtienen los portafolios.")
         Selenium.abrir_navegador(self, "https://www.google.com/")
         # CARGAR EL JSON CON LOS VALORES DE LOS ID DE LA APP
         Selenium.get_json_file(self, "Google")
예제 #3
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.google.com/?hl=es")
        Selenium.get_json_file(self, "google")
예제 #4
0
 def setUp(self):
     Selenium.abrir_navegador(self)
     # CARGAR EL JSON CON LOS VALORES DE LOS ID DE LA APP
     Selenium.get_json_file(self, "spotify_registro")
예제 #5
0
 def setUp(self):
     Selenium.abrir_navegador(self, URL="https://www.google.com/")
     Selenium.get_json_file(self, "Google")
예제 #6
0
 def setUp(self):
     Selenium.abrir_navegador(
         self,
         "https://chercher.tech/practice/frames-example-selenium-webdriver")
예제 #7
0
 def setUp(self):
     
     Selenium.abrir_navegador(self, "http://omega.compuhora.com.co:8088/cordoba/login")
예제 #8
0
 def setUp(self):
     Selenium.abrir_navegador(self)
예제 #9
0
 def setUp(self):
     with allure.step(u'Paso 1: Ingresar a la pagina de spotify'):
         Selenium.abrir_navegador(self, "https://www.spotify.com/co/signup/")
         Selenium.get_json_file(self, "Spotify")
예제 #10
0
 def setUp(self):
     with allure.step(u'PASO 1: Ingresar a Google'):
         self.CURSOR = Selenium.pyodbc_query(self, "SELECT * FROM my_api_subcategoria")
         Selenium.abrir_navegador(self, "https://www.google.com/")
         Selenium.get_json_file(self, "Google")
예제 #11
0
 def setUp(self):
     Selenium.abrir_navegador(self, "https://www.mercadolibre.com.co/")
예제 #12
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.amazon.com/")
예제 #13
0
 def setUp(self):
     Selenium.abrir_navegador(self, URL="https://www.amazon.es/")
예제 #14
0
    def setUp(self):
        with allure.step(u'Paso 1: Ingresar a la pagina de google'):

            Selenium.abrir_navegador(self, "https://www.google.com/?hl=es")
            Selenium.get_json_file(self, "google")
예제 #15
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.spotify.com/co/signup/")
예제 #16
0
    def setUp(self):

        Selenium.abrir_navegador(
            self, "http://omega.compuhora.com.co/HelpDesk/default.aspx")
예제 #17
0
 def setUp(self):
     with allure.step(u'Paso 1: Ingresar a Google'):
         Selenium.abrir_navegador(self, "https://www.google.com/")
         # CARGAR EL JSON CON LOS VALORES DE LOS ID DE LA APP
         Selenium.get_json_file(self, "Google")
예제 #18
0
    def setUp(self):

        self.CURSOR = Selenium.pyodbc_query(self, "SELECT * FROM usuarios")

        Selenium.abrir_navegador(self, "https://www.google.com/?hl=es")
        Selenium.get_json_file(self, "google")
예제 #19
0
 def setUp(self):
     Selenium.abrir_navegador(self)
     Selenium.get_json_file(self, "Spotify_registro")
예제 #20
0
 def setUp(self):
     
     Selenium.abrir_navegador(self, "https://www.spotify.com/co/signup/")
     Selenium.get_json_file(self, "Spotify")
예제 #21
0
 def setUp(self):
     with allure.step(u'PASO 1: Ingresar a Google'):
         Selenium.abrir_navegador(self, "https://www.google.com/")
         Selenium.get_json_file(self, "Google")
예제 #22
0
 def setUp(self):
     Selenium.abrir_navegador(
         self,
         "https://www.w3schools.com/js/tryit.asp?filename=tryjs_alert")