mirror of
https://github.com/appium/appium.git
synced 2026-05-06 10:59:35 -05:00
b666c3353c
* 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