mirror of
https://github.com/appium/appium.git
synced 2026-01-23 02:31:45 -06:00
* The 'executeCommand' on appium-base-driver checks the protocol by looking for the w3c 'capabilities' object * Right now it's finding it and then appium is merging capabilities into desiredCapabilities so we're getting a case of 'createSession' misidentified as W3C * Fix for next release is just to monkey-patch the method that determines the protocol to return MJSONWP