Ejemplo n.º 1
0
 def tap_state_filter(self):
     BaseScreen.tap_button(self, 'xpath', state)
Ejemplo n.º 2
0
 def tap_radio_used(self):
     BaseScreen.tap_button(self, 'id', radio_used)
Ejemplo n.º 3
0
 def tap_jump_login_btn(self):
     BaseScreen.tap_button(self, 'id', jump_login)
Ejemplo n.º 4
0
 def tap_want_buy_btn(self):
     BaseScreen.tap_button(self, 'xpath', want_buy)
Ejemplo n.º 5
0
 def ensure_visible(self):
     BaseScreen.base_ensure_visible_by_id(self, btn_entrar)