Skip to main content

Installs Marionette as an extension on an FxOS device

Project description

marionette-extension

This repository contains Marionette in gecko extension form, intended for use with FxOS devices. It includes an installation script which you can use, provided your phone is connected via ADB:

source install_marionette_extension.sh

If you need to install adb, see https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Installing_ADB.

FirefoxOS v1.3 and v1.4 are currently supported.

Python Package

This is also the ‘marionette_extension’ python package. Once you install this package, you will have access to a command line program called install_marionette which you can use like so:

install_marionette --help

Which will show you what installation options you have available to you.

If you need an example, this is how you can install Marionette on a v1.3 device:

install_marionette 1.3

You can also import the marionette_extension package into your python script and use its install function to install marionette via a script. Example:

from marionette_extension import install
install(FXOS_VERSION, adb=ADBPATH) # Replace FXOS_VERSION with a supported version, and you may use ADBPATH to specify your adb path. If not specified, it will assume 'adb' is on the $PATH

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

marionette_extension-0.4.1.tar.gz (229.4 kB view details)

Uploaded Source

File details

Details for the file marionette_extension-0.4.1.tar.gz.

File metadata

File hashes

Hashes for marionette_extension-0.4.1.tar.gz
Algorithm Hash digest
SHA256 080fc89789ccd0cc4c74f065d19b99de9d16b623f50d3266ee0ecf2a7b14ba6e
MD5 51bac47376456a515b53f1085425bbeb
BLAKE2b-256 4f0ff684ba95ca244d677f5da6c7fbc939b42ebcc348b673f8cd4c9d41f5fcd8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page