Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created July 2, 2014 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehunt/9c0e7111f2fc42454799 to your computer and use it in GitHub Desktop.
Save davehunt/9c0e7111f2fc42454799 to your computer and use it in GitHub Desktop.
from marionette import Marionette
m = Marionette()
m.start_session()
from gaiatest import GaiaApps
a = GaiaApps(m)
a.launch('Marketplace')
m.delete_session()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment