New
0.13.0
- In case of an shutting down selendroid-standalone (using an already started emulator) this fix is fixing the NPE.
- Read adb output. #695
- Selendroid-standalone argument -emulatorOptions to handle multiple options for emulator #697
- Selendroid-standalone: Fix to ScreenSize detection of emulators, and a feature - configurable maxSession and maxInstances. #703
- Corrections to JSON to register at Grid hub. #713
- Added folder monitoring capability and fixed emulator launching problem. #712
- Introduced package per component. E.g. client bindings are located in
io.selendroid.client#725 - Correctly wait for Selendroid standalone server to come up
- Consider 'emulator' capability when matching
- For each device, register as "android" for WebView tests and also selendroid if an aut is specified
- Elements don't need to be enabled to be visible.
- Removed the adb command implementation, now done via automation
- Automatically selects the latest version of the app to test if it is not specified by users.
- terminate must be called on AndroidDebugBridge on shutdown.
- Removed Gson dependency from server and client
- fixes #767 stop internal ExecutorService of TrafficCounter on shutdown
- Only return stack traces for unknown errors
- Adding "model" as a configurable parameter option.