Selenium 3.0 gecko 驱动程序和 marionette 驱动程序

Selenium 3.0 gecko driver and marionette driver

GeckoDriver 和 Marionette 驱动程序如何相互关联以及它们如何工作?

Marionette 是 Firefox 提供的 automation/control API。 GeckoDriver 提供了一个符合 WebDriver (https://www.w3.org/TR/webdriver/) 的端点,然后通过 Marionette 与 Firefox 通信——即它在 WebDriver 和 Marionette.

之间进行转换