Exemplo n.º 1
0
 def submit(self):
     Lib.simple_get_element(self.driver, self.SUBMIT_INPUT).click()
Exemplo n.º 2
0
 def choose_tab_notification(self, index):
     Lib.simple_get_element(self.driver,
                            self.NOTIFICATION_TABS[index]).click()