Exemplo n.º 1
0
Arquivo: page.py Projeto: LIYYnv/lyy
 def contacts(self):
     return ContactsPage(self.driver)
Exemplo n.º 2
0
 def setup(self):
     self.driver = get_driver()
     self.page = ContactsPage(self.driver)