diff -r 000000000000 -r 6474c204b198 testing/marionette/transport/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/marionette/transport/README.md Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,14 @@ + + +# Marionette Transport Layer + +[Marionette](https://developer.mozilla.org/en/Marionette) is a +Mozilla project to enable remote automation in Gecko-based projects, +including desktop Firefox, mobile Firefox, and Firefox OS. It's inspired +by [Selenium Webdriver](http://www.seleniumhq.org/projects/webdriver/). + +This package defines the transport layer used by a Marionette client to +communicate with the Marionette server embedded in Gecko. It has no entry +points; rather it's designed to be used by Marionette client implementations.