WebDriver/Marionette/JSON Protocol: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "The Marionette JSON Protocol is mapped to the [http://code.google.com/p/selenium/wiki/JsonWireProtocol#/ Selenium JSON Wire Protocol], although additional commands will be added....")
 
No edit summary
Line 1: Line 1:
The Marionette JSON Protocol is mapped to the [http://code.google.com/p/selenium/wiki/JsonWireProtocol#/ Selenium JSON Wire Protocol], although additional commands will be added.  For existing commands, the meaning of the commands should remain unchanged, including types of parameters and return values.
The Marionette JSON Protocol is mapped to the [http://code.google.com/p/selenium/wiki/JsonWireProtocol#/ Selenium JSON Wire Protocol], although additional commands will be added.  For existing commands, the meaning of the commands should remain unchanged, including types of parameters and return values.  Some of these details are only available in the existing Firefox WebDriver implementation (e.g., the return value of /status).

Revision as of 17:52, 11 October 2011

The Marionette JSON Protocol is mapped to the Selenium JSON Wire Protocol, although additional commands will be added. For existing commands, the meaning of the commands should remain unchanged, including types of parameters and return values. Some of these details are only available in the existing Firefox WebDriver implementation (e.g., the return value of /status).