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 VERSION
Where VERSION is a supported version number, one of: 1.3 or 1.4.
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:
marionette_extension --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:
marionette_extension --install 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file marionette_extension-0.4.3.tar.gz
.
File metadata
- Download URL: marionette_extension-0.4.3.tar.gz
- Upload date:
- Size: 229.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73c3e8053a6b0c8ef86a171137a370fe173a6c9f0e93f0b0d78342a8233401b6 |
|
MD5 | 73d84509ac7117b222eafa4de6966cc9 |
|
BLAKE2b-256 | 3d7da9d3580408a3aa41a9371893924827420692f8e780a2ac1d0f039e64be0a |