12
views
views
Appium 2.0 drops support for JSONWP (JSON Wire Protocol) and MJSONWP (Mobile JSON Wire Protocol). Those were legacy protocols from the Selenium and early Appium days.
Appium 2.0 has embraced modular architecture. Drivers are decoupled by design—the norm, not the exception. Today, all major drivers (XCUITest, UiAutomator2, Espresso, Flutter, Mac2, Windows and more) are fully supported and easy to install. This decreases the size of an Appium install dramatically and makes it so that you don’t need to install drivers that you don’t need to use.

Comments
0 comment