Exemplo n.º 1
0
 def tap_submit(self):
     el = self.marionette.find_element(*self._submit_locator)
     from gaiatest.apps.keyboard.app import Keyboard
     k = Keyboard(self.marionette)
     # The keyboard can overlay the submit button on desktop b2g, so close it
     k.dismiss()
     self.marionette.find_element(*self._submit_locator).tap()
Exemplo n.º 2
0
 def tap_submit(self):
     el = self.marionette.find_element(*self._submit_locator)
     from gaiatest.apps.keyboard.app import Keyboard
     k = Keyboard(self.marionette)
     # The keyboard can overlay the submit button on desktop b2g, so close it
     k.dismiss()
     self.marionette.find_element(*self._submit_locator).tap()