Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1477475 - Drop legacy Marionette capabilities duplication. r=whimboo
geckodriver currently writes a legacy capabilities structure to the WebDriver:NewSession command it uses on creating a new WebDriver session which duplicates the top-level object: {capabilities: {<caps>, desiredCapabilities: <caps>}} Where caps can look something like: {acceptInsecureCerts: true, pageLoadStrategy: "normal", ...} Marionette has picked up the top-level "capabilities" key for a very long time now, and there is no longer any need to duplicate the body.
- Loading branch information