Skip to content

Instantly share code, notes, and snippets.

Created May 1, 2014 15:03
Show Gist options
  • Save anonymous/11453617 to your computer and use it in GitHub Desktop.
Save anonymous/11453617 to your computer and use it in GitHub Desktop.
Pasted from IPython
from marionette import Marionette
m = Marionette()
m.start_session()
from gaiatest.apps.homescreen.app import Homescreen
hs = Homescreen(m)
from gaiatest import GaiaDevice
gd = GaiaDevice(m)
gd.unlock()
hs.launch()
hs.open_context_menu()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment