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