Exemple #1
0
 def step_impl(self, URL):
     self.driver = Selenium.Abrir_Navegador(self, URL)
Exemple #2
0
 def step_impl(self):
     self.url = u"https://www.google.com"
     self.driver = Selenium.Abrir_Navegador(self, u"https://www.google.com")