Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 3
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.google.com/?hl=es")
        Selenium.get_json_file(self, "google")
Exemplo n.º 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")
Exemplo n.º 5
0
 def setUp(self):
     Selenium.abrir_navegador(self, URL="https://www.google.com/")
     Selenium.get_json_file(self, "Google")
Exemplo n.º 6
0
 def setUp(self):
     Selenium.abrir_navegador(
         self,
         "https://chercher.tech/practice/frames-example-selenium-webdriver")
Exemplo n.º 7
0
 def setUp(self):
     
     Selenium.abrir_navegador(self, "http://omega.compuhora.com.co:8088/cordoba/login")
Exemplo n.º 8
0
 def setUp(self):
     Selenium.abrir_navegador(self)
Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 11
0
 def setUp(self):
     Selenium.abrir_navegador(self, "https://www.mercadolibre.com.co/")
Exemplo n.º 12
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.amazon.com/")
Exemplo n.º 13
0
 def setUp(self):
     Selenium.abrir_navegador(self, URL="https://www.amazon.es/")
Exemplo n.º 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")
Exemplo n.º 15
0
    def setUp(self):

        Selenium.abrir_navegador(self, "https://www.spotify.com/co/signup/")
Exemplo n.º 16
0
    def setUp(self):

        Selenium.abrir_navegador(
            self, "http://omega.compuhora.com.co/HelpDesk/default.aspx")
Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 19
0
 def setUp(self):
     Selenium.abrir_navegador(self)
     Selenium.get_json_file(self, "Spotify_registro")
Exemplo n.º 20
0
 def setUp(self):
     
     Selenium.abrir_navegador(self, "https://www.spotify.com/co/signup/")
     Selenium.get_json_file(self, "Spotify")
Exemplo n.º 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")
Exemplo n.º 22
0
 def setUp(self):
     Selenium.abrir_navegador(
         self,
         "https://www.w3schools.com/js/tryit.asp?filename=tryjs_alert")