mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
.. | ||
marionette_transport | ||
README.md | ||
setup.py |
Marionette Transport Layer
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.
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.