Skip to content

Instantly share code, notes, and snippets.

@amirnissim
Forked from anonymous/file1.py
Last active August 29, 2015 14:00
Show Gist options
  • Save amirnissim/00ccc43fc35774610597 to your computer and use it in GitHub Desktop.
Save amirnissim/00ccc43fc35774610597 to your computer and use it in GitHub Desktop.
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