michael@0: michael@0: michael@0: # Marionette Transport Layer michael@0: michael@0: [Marionette](https://developer.mozilla.org/en/Marionette) is a michael@0: Mozilla project to enable remote automation in Gecko-based projects, michael@0: including desktop Firefox, mobile Firefox, and Firefox OS. It's inspired michael@0: by [Selenium Webdriver](http://www.seleniumhq.org/projects/webdriver/). michael@0: michael@0: This package defines the transport layer used by a Marionette client to michael@0: communicate with the Marionette server embedded in Gecko. It has no entry michael@0: points; rather it's designed to be used by Marionette client implementations.