Skip to content

Firefox OS Simulator Instructions

Heather Arthur edited this page Aug 13, 2013 · 3 revisions

To connect to a Firefox OS Simulator instance:

  1. Install FirefoxOS Simulator in Firefox
  2. Start the Simulator with Tools > Web Developer > Firefox OS Simulator
  3. Get the port the Simulator is listening on with this terminal command: lsof -i -P | grep -i "b2g" in Linux/Mac.
  4. In your node.js script, give FirefoxClient.connect() that port number.