selendroid v0.13.0 Release Notes

Release Date: 2015-01-15 // about 9 years ago
    • 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.