mirror of
https://github.com/appium/appium.git
synced 2026-02-05 00:58:56 -06:00
* Make it so executeCommand returns protocol and value/error * This is so that base driver can read the protocol and serve the response (base driver doesn't know what the protocol of the inner drivers are) * Added tests to confirm that it falls back to MJSONWP if an inner driver is not ready and handles concurrent MJSONWP and W3C sessions * Updated unit tests to match the new format