Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Emulator

Marionette's Emulator class allows tests to interact with an emulator.  For tests run on an emulator, an Emulator instance is available as self.marionette.emulator.

Implementation: https://github.com/mozilla/marionett...te/emulator.py

Attributes

Attribute Type Description
battery EmulatorBattery An instance of EmulatorBattery that tests can use to interact with the emulator's battery.
is_running bool True if an emulator is currently running and attached to Marionette, otherwise False.
port int The emulator's adb telnet port number; this can be used as the phone number for calls or SMS targeted at this emulator.

Document Tags and Contributors

 Contributors to this page: fscholz, Sheppy, jgriffin
 Last updated by: fscholz,